.main-col, .main-col-1 {
  width: 10%;
}

.main-col-2 {
  width: 20%;
}

.main-col-3 {
  width: 30%;
}

.main-col-4 {
  width: 40%;
}

.main-col-5 {
  width: 50%;
}

body {
  margin: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
}

html {
  -ms-touch-action: none;
}

@font-face {
  font-family: "vollkorn";
  src: url(/assets/css/font/vollkorn/Vollkorn-VariableFont_wght.ttf), url(/assets/css/font/vollkorn/Vollkorn-Italic-VariableFont_wght.ttf);
}
@font-face {
  font-family: "mb-bold-italic";
  src: url(/assets/css/font/Majesti-Banner/Majesti-Banner-BoldItalic.otf);
}
#projection-screen {
  width: 1920px;
  height: 1080px;
  position: relative;
  overflow: hidden;
}
#projection-screen #projection-screen-main {
  position: relative;
  display: flex;
  height: 100%;
  background-image: url("/assets/images/changing-river-background-all.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}
#projection-screen #projection-screen-main .main-col {
  height: 100%;
  position: relative;
}
#projection-screen #projection-screen-main .main-col .black-strip {
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: black;
  background-size: 100% 1080px;
  background-position: bottom;
  transition: all 3s ease;
}
#projection-screen #projection-screen-main .main-col .black-strip.retract-top {
  bottom: 100%;
  background-position: top;
}
#projection-screen #projection-screen-main .main-col .black-strip.retract-bottom {
  top: 100%;
}
#projection-screen #projection-screen-main #strip-1 {
  background: rgba(0, 0, 0, 0);
}
#projection-screen #projection-screen-main #strip-2 {
  background: rgba(0, 0, 0, 0);
}
#projection-screen #projection-screen-main #strip-3 {
  background: rgba(0, 0, 0, 0);
}
#projection-screen #projection-screen-main #strip-4 {
  background: rgba(0, 0, 0, 0);
}
#projection-screen #projection-screen-main #strip-5 {
  background: rgba(0, 0, 0, 0);
}
#projection-screen #projection-screen-main #strip-6 {
  background: rgba(0, 0, 0, 0);
}
#projection-screen #projection-screen-main #strip-7 {
  background: rgba(0, 0, 0, 0);
}
#projection-screen #projection-screen-main #strip-8 {
  background: rgba(0, 0, 0, 0);
}
#projection-screen #projection-screen-main #strip-9 {
  background: rgba(0, 0, 0, 0);
}
#projection-screen #projection-screen-main #strip-10 {
  background: rgba(0, 0, 0, 0);
}
#projection-screen #projection-screen-main #main-logo {
  position: absolute;
  top: 73%;
  left: 3.5%;
  opacity: 1;
  width: 150px;
  transition: opacity 1.5s ease;
  z-index: 2;
}
#projection-screen #projection-screen-main #main-logo.faded-out {
  opacity: 0;
}
#projection-screen #projection-screen-main #main-title {
  position: absolute;
  top: 10%;
  font-family: "mb-bold-italic";
  font-size: 500pt;
  color: white;
  white-space: nowrap;
  opacity: 0.5;
  transition: opacity 1.5s ease;
  animation: title-scroll 300s linear infinite;
}
#projection-screen #projection-screen-main #main-title.faded-out {
  opacity: 0;
}
#projection-screen #projection-screen-main #main-sub-title {
  position: absolute;
  top: 26.8%;
  left: 42.9%;
  font-family: din-condensed, sans-serif;
  font-size: 44pt;
  text-transform: uppercase;
  color: #ACC67B;
  transition: opacity 1.5s ease;
}
#projection-screen #projection-screen-main #main-sub-title.faded-out {
  opacity: 0;
}
#projection-screen #projection-screen-main #main-screen-right-para {
  position: absolute;
  font-family: freight-text-pro, serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28pt;
  color: white;
  max-width: 500px;
  line-height: 1.7;
  top: 5%;
  right: 8%;
  transition: opacity 1.5s ease;
  z-index: 2;
}
#projection-screen #projection-screen-main #main-screen-right-para.faded-out {
  opacity: 0;
}
#projection-screen #projection-screen-main #main-screen-left-para {
  position: absolute;
  font-family: din-condensed, sans-serif;
  font-size: 19pt;
  color: #D7D986;
  max-width: 900px;
  text-transform: uppercase;
  line-height: 1.4;
  top: 78%;
  left: 3.5%;
  transition: opacity 1.5s ease;
  z-index: 2;
}
#projection-screen #projection-screen-main #main-screen-left-para p {
  margin: 0;
}
#projection-screen #projection-screen-main #main-screen-left-para.faded-out {
  opacity: 0;
}
#projection-screen #projection-content-screen {
  background: black;
  height: 100%;
  overflow: hidden;
}
#projection-screen #projection-content-screen .section-name {
  font-family: "mb-bold-italic";
  position: absolute;
  left: 10%;
  top: 60%;
  font-size: 240pt;
  text-transform: capitalize;
  transition: all 1s ease;
  z-index: 4;
  white-space: nowrap;
  color: #D7D986;
  opacity: 0.4;
}
#projection-screen #projection-content-screen .section-name.retracted {
  transform: translateX(calc(-100% - 220px));
  animation: none;
}
#projection-screen #projection-content-screen .section-name.faded-out {
  opacity: 0;
}
#projection-screen #projection-content-screen .section-name.scroll {
  animation: section-name-scroll 180s linear infinite;
}
#projection-screen #projection-content-screen .section-name span {
  position: relative;
  transition: all 0.7s ease;
}
#projection-screen #projection-content-screen .section-name span.retract-top {
  top: 0;
}
#projection-screen #projection-content-screen .section-name span.retract-bottom {
  bottom: 0;
}
#projection-screen #projection-content-screen .chp-name {
  font-family: din-condensed, sans-serif;
  position: absolute;
  right: 4%;
  top: 50%;
  font-size: 130pt;
  text-transform: uppercase;
  transition: all 0.7s ease;
  white-space: nowrap;
  z-index: 4;
  color: #72C0E4;
  opacity: 0.5;
}
#projection-screen #projection-content-screen .chp-name.retracted {
  transform: translateX(calc(100% + 120px));
}
#projection-screen #projection-content-screen .chp-name.faded-out {
  opacity: 0;
}
#projection-screen #projection-content-screen .chp-name.scroll {
  animation: chp-name-scroll 180s linear infinite;
}
#projection-screen #projection-content-screen .content-img {
  position: absolute;
  left: 20%;
  right: 20%;
  top: 0;
  opacity: 1;
  transition: all 1s ease;
  z-index: 5;
}
#projection-screen #projection-content-screen .content-img img, #projection-screen #projection-content-screen .content-img video, #projection-screen #projection-content-screen .content-img iframe {
  width: 100%;
  opacity: 1;
  transition: opacity 1s ease;
  position: absolute;
  top: 0;
  left: 0;
}
#projection-screen #projection-content-screen .content-img img.portrait, #projection-screen #projection-content-screen .content-img video.portrait, #projection-screen #projection-content-screen .content-img iframe.portrait {
  width: auto;
  height: 1080px;
}
#projection-screen #projection-content-screen .content-img img.faded-out, #projection-screen #projection-content-screen .content-img video.faded-out, #projection-screen #projection-content-screen .content-img iframe.faded-out {
  opacity: 0;
}
#projection-screen #projection-content-screen .content-img span.video-play-icon {
  position: absolute;
  font-size: 80pt;
  opacity: 0.7;
  transition: opacity 1s ease;
  color: white;
}
#projection-screen #projection-content-screen .content-img span.video-play-icon.faded-out {
  opacity: 0;
}
#projection-screen #projection-content-screen .content-img.faded-out {
  opacity: 0;
}
#projection-screen #projection-content-screen .img-caption {
  position: absolute;
  right: 85px;
  bottom: 55px;
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24pt;
  opacity: 1;
  transition: opacity 0.5s ease;
  color: white;
  z-index: 6;
}
#projection-screen #projection-content-screen .img-caption.faded-out {
  opacity: 0;
}
#projection-screen #projection-content-screen .img-caption .caption-text {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24pt;
}
#projection-screen #projection-content-screen .img-caption .attribution-text {
  font-family: freight-text-pro, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 13pt;
}
#projection-screen #projection-content-screen .projection-background {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.7s ease-in-out;
}
#projection-screen #projection-content-screen .projection-background.faded-out {
  opacity: 0;
}
#projection-screen #projection-content-screen .projection-background img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}
#projection-screen #projection-content-screen .projection-background img.faded-out {
  opacity: 0;
}
#projection-screen #projection-content-screen .projection-background img.lower {
  bottom: 0;
  top: unset;
}
#projection-screen #projection-content-screen .dam-stat {
  position: absolute;
  top: 100px;
  left: 100px;
  z-index: 4;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
#projection-screen #projection-content-screen .dam-stat.faded-out {
  opacity: 0;
}
#projection-screen #projection-content-screen .dam-stat .stat-dot img {
  width: 50px;
}
#projection-screen #projection-content-screen .dam-stat .stat-dot.hide {
  visibility: hidden;
}
#projection-screen #projection-content-screen .dam-stat .stat-detail {
  position: absolute;
  font-family: din-condensed, sans-serif;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  top: 25px;
  left: 25px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 420px;
  height: 200px;
  padding: 20px;
}
#projection-screen #projection-content-screen .dam-stat .stat-detail.bottom-left {
  top: 25px;
  right: 25px;
  left: unset;
}
#projection-screen #projection-content-screen .dam-stat .stat-detail.top-left {
  bottom: 25px;
  right: 25px;
  left: unset;
  top: unset;
}
#projection-screen #projection-content-screen .dam-stat .stat-detail.top-right {
  top: unset;
  left: 25px;
  bottom: 25px;
}
#projection-screen #projection-content-screen .dam-stat .stat-detail .dam-name h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16pt;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
}
#projection-screen #projection-content-screen .dam-stat .stat-detail .years {
  display: flex;
}
#projection-screen #projection-content-screen .dam-stat .stat-detail .years .year-built {
  margin-right: 10px;
}
#projection-screen #projection-content-screen .dam-stat .stat-detail .years .year-built, #projection-screen #projection-content-screen .dam-stat .stat-detail .years .year-in-service {
  position: relative;
  background-color: #395360;
  box-shadow: 0 0 6px 1px inset #263740;
  width: 50%;
  height: 65px;
}
#projection-screen #projection-content-screen .dam-stat .stat-detail .years .label-text {
  color: #72C0E4;
  font-size: 15pt;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-weight: normal;
}
#projection-screen #projection-content-screen .dam-stat .stat-detail .years .data-text {
  color: #B5C486;
  font-size: 40pt;
  position: absolute;
  bottom: -10px;
  right: 0;
  font-weight: normal;
}
#projection-screen #projection-content-screen .dam-stat .stat-detail .capacity, #projection-screen #projection-content-screen .dam-stat .stat-detail .annual-power, #projection-screen #projection-content-screen .dam-stat .stat-detail .waterfall-drop {
  position: relative;
  margin-top: 10px;
  height: 25px;
  width: 100%;
  background-color: #395360;
  box-shadow: 0 0 6px 1px inset #263740;
}
#projection-screen #projection-content-screen .dam-stat .stat-detail .capacity .bar-fill, #projection-screen #projection-content-screen .dam-stat .stat-detail .annual-power .bar-fill, #projection-screen #projection-content-screen .dam-stat .stat-detail .waterfall-drop .bar-fill {
  position: relative;
  background-color: #B5C486;
  height: 100%;
}
#projection-screen #projection-content-screen .dam-stat .stat-detail .capacity .bar-fill .label-text, #projection-screen #projection-content-screen .dam-stat .stat-detail .annual-power .bar-fill .label-text, #projection-screen #projection-content-screen .dam-stat .stat-detail .waterfall-drop .bar-fill .label-text {
  position: absolute;
  left: 5px;
  top: 2px;
  font-size: 14pt;
  text-transform: uppercase;
}
#projection-screen #projection-content-screen .dam-stat .stat-detail .capacity .bar-fill .data-text, #projection-screen #projection-content-screen .dam-stat .stat-detail .annual-power .bar-fill .data-text, #projection-screen #projection-content-screen .dam-stat .stat-detail .waterfall-drop .bar-fill .data-text {
  position: absolute;
  right: 5px;
  top: 2px;
  font-size: 14pt;
}
#projection-screen #projection-content-screen .dam-stat .stat-detail .capacity .bar-fill .data-text.green, #projection-screen #projection-content-screen .dam-stat .stat-detail .annual-power .bar-fill .data-text.green, #projection-screen #projection-content-screen .dam-stat .stat-detail .waterfall-drop .bar-fill .data-text.green {
  color: #B5C486;
}
#projection-screen #projection-content-screen .dam-stat .stat-detail.faded-out {
  opacity: 0;
}
#projection-screen .shadow-1 {
  position: absolute;
  z-index: 10;
  background: linear-gradient(180deg, black, rgba(0, 0, 0, 0));
  top: 0;
  left: 0;
  width: 1920px;
  height: 160px;
}
#projection-screen .shadow-2 {
  position: absolute;
  z-index: 10;
  background: linear-gradient(270deg, black, rgba(0, 0, 0, 0));
  top: 0;
  right: 0;
  width: 160px;
  height: 1080px;
}
#projection-screen .shadow-3 {
  position: absolute;
  z-index: 10;
  background: linear-gradient(0deg, black, rgba(0, 0, 0, 0));
  bottom: 0;
  left: 0;
  width: 1920px;
  height: 160px;
}
#projection-screen .shadow-4 {
  position: absolute;
  z-index: 10;
  background: linear-gradient(90deg, black, rgba(0, 0, 0, 0));
  top: 0;
  left: 0;
  width: 160px;
  height: 1080px;
}
#projection-screen .shadow-all {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1080px;
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 0 90px 70px black inset;
}

#loading-screen {
  z-index: 11;
  background-color: black;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  width: 1920px;
  height: 1080px;
  position: absolute;
  top: 1080px;
  left: 0;
}
#loading-screen #loading-indicator {
  position: absolute;
  top: 44%;
  left: 50.5%;
}
#loading-screen #loading-indicator .spinner {
  font-size: 50px;
  animation: loading-spinner 1s linear infinite;
  width: 50px;
  height: 50px;
  color: white;
}
#loading-screen #loading-text {
  position: absolute;
  top: 50%;
  left: 49%;
  color: white;
  font-family: din-condensed, sans-serif;
  font-size: 30pt;
}
#loading-screen.hide {
  opacity: 0;
}

@keyframes section-name-scroll {
  0% {
    transform: translateX(calc(-100% - 220px));
  }
  100% {
    transform: translateX(1728px);
  }
}
@keyframes chp-name-scroll {
  0% {
    transform: translateX(calc(100% + 120px));
  }
  100% {
    transform: translateX(-1843.2px);
  }
}
@keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes title-scroll {
  0% {
    transform: translateX(1920px);
  }
  100% {
    transform: translateX(-100%);
  }
}
#touch-screen {
  width: 1920px;
  height: 1080px;
  position: relative;
  overflow: hidden;
}
#touch-screen #touch-screen-main {
  display: flex;
  height: 970px;
  background-color: #0B1627;
}
#touch-screen #touch-screen-main .main-col-2, #touch-screen #touch-screen-main .main-col, #touch-screen #touch-screen-main .main-col-3, #touch-screen #touch-screen-main .main-col-4 {
  border-right: 1px solid #797C7E;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-size: 100% 200%;
  animation: touch-gradient linear 60s infinite;
}
#touch-screen #touch-screen-main .main-col-2.no-border, #touch-screen #touch-screen-main .main-col.no-border, #touch-screen #touch-screen-main .main-col-3.no-border, #touch-screen #touch-screen-main .main-col-4.no-border {
  border-right: none;
}
#touch-screen #touch-screen-main #nav-screen {
  display: flex;
  width: 100%;
  height: 970px;
  transition: opacity 3s ease;
  position: relative;
  overflow: hidden;
}
#touch-screen #touch-screen-main #nav-screen .main-col-2 .background-title, #touch-screen #touch-screen-main #nav-screen .main-col .background-title, #touch-screen #touch-screen-main #nav-screen .main-col-3 .background-title, #touch-screen #touch-screen-main #nav-screen .main-col-4 .background-title {
  z-index: 1;
  opacity: 0.3;
  font-family: din-condensed, sans-serif;
  color: white;
  font-size: 95pt;
  text-transform: uppercase;
  position: absolute;
  margin-top: 65px;
  margin-bottom: 19px;
  font-weight: normal;
  transition: opacity 0.5s ease-in-out;
  animation: background-title-scroll linear 40s infinite;
}
#touch-screen #touch-screen-main #nav-screen .main-col-2 .background-title.faded-out, #touch-screen #touch-screen-main #nav-screen .main-col .background-title.faded-out, #touch-screen #touch-screen-main #nav-screen .main-col-3 .background-title.faded-out, #touch-screen #touch-screen-main #nav-screen .main-col-4 .background-title.faded-out {
  opacity: 0 !important;
}
#touch-screen #touch-screen-main #nav-screen.faded-out {
  opacity: 0;
}
#touch-screen #touch-screen-main #nav-screen #touch-screen-background-rs {
  width: 1800px;
  position: absolute;
  top: -510px;
  left: -20px;
  pointer-events: none;
}
#touch-screen #touch-screen-main #content-loading-spinner {
  position: absolute;
  z-index: 50;
  transition: opacity 0.3s linear;
  opacity: 1;
  pointer-events: none;
}
#touch-screen #touch-screen-main #content-loading-spinner .spinner {
  font-size: 50px;
  animation: loading-spinner 1s linear infinite;
  width: 50px;
  height: 50px;
  color: white;
}
#touch-screen #touch-screen-main #content-loading-spinner.faded-out {
  opacity: 0;
}
#touch-screen #touch-screen-main #content-loading-spinner.hide {
  display: none;
}
#touch-screen #content-screen-1, #touch-screen #content-screen-2 {
  display: flex;
  height: 970px;
  width: 1920px;
  position: absolute;
  overflow: hidden;
  opacity: 1;
  transition: opacity 1s ease;
}
#touch-screen #content-screen-1.faded-out, #touch-screen #content-screen-2.faded-out {
  opacity: 0;
}
#touch-screen #content-screen-1 .overview-col, #touch-screen #content-screen-2 .overview-col {
  overflow: visible;
  background-size: 100%;
  opacity: 1;
  transition: opacity 2s ease;
  z-index: 4;
}
#touch-screen #content-screen-1 .overview-col .title.small, #touch-screen #content-screen-2 .overview-col .title.small {
  left: -30px;
  font-size: 70pt;
}
#touch-screen #content-screen-1 .overview-col .title.xs, #touch-screen #content-screen-2 .overview-col .title.xs {
  left: -90px;
  font-size: 55pt;
}
#touch-screen #content-screen-1 .overview-col.wpg-river-system, #touch-screen #content-screen-2 .overview-col.wpg-river-system {
  position: relative;
  animation: select-wpg-river-system-strip-expand 2s ease;
  animation-delay: 0.7s;
}
#touch-screen #content-screen-1 .overview-col.wpg-river-system.retract, #touch-screen #content-screen-2 .overview-col.wpg-river-system.retract {
  width: 10%;
  left: -10%;
}
#touch-screen #content-screen-1 .overview-col.wpg-river-system .title.offset, #touch-screen #content-screen-2 .overview-col.wpg-river-system .title.offset {
  left: -20px;
  top: 16%;
}
#touch-screen #content-screen-1 .overview-col.wpg-river-system.fade-in, #touch-screen #content-screen-2 .overview-col.wpg-river-system.fade-in {
  animation: select-wpg-river-system-strip-expand 2s ease 1s, select-strip-appear 1s ease;
}
#touch-screen #content-screen-1 .overview-col.wpg-river-system .title, #touch-screen #content-screen-2 .overview-col.wpg-river-system .title {
  white-space: nowrap;
}
#touch-screen #content-screen-1 .overview-col.pointe-dubois, #touch-screen #content-screen-2 .overview-col.pointe-dubois {
  position: relative;
  animation: select-pointe-dubois-strip-expand 2s ease;
  animation-delay: 0.7s;
}
#touch-screen #content-screen-1 .overview-col.pointe-dubois.retract, #touch-screen #content-screen-2 .overview-col.pointe-dubois.retract {
  width: 10%;
  left: 10%;
}
#touch-screen #content-screen-1 .overview-col.pointe-dubois .title.offset, #touch-screen #content-screen-2 .overview-col.pointe-dubois .title.offset {
  left: -70px;
  top: 12%;
}
#touch-screen #content-screen-1 .overview-col.pointe-dubois.fade-in, #touch-screen #content-screen-2 .overview-col.pointe-dubois.fade-in {
  animation: select-pointe-dubois-strip-expand 2s ease 1s, select-strip-appear 1s ease;
}
#touch-screen #content-screen-1 .overview-col.pointe-dubois .title, #touch-screen #content-screen-2 .overview-col.pointe-dubois .title {
  white-space: nowrap;
}
#touch-screen #content-screen-1 .overview-col.great-falls, #touch-screen #content-screen-2 .overview-col.great-falls {
  position: relative;
  animation: select-great-falls-strip-expand 2s ease;
  animation-delay: 0.7s;
  background-size: 100% 150%;
  background-position: 0% 100%;
}
#touch-screen #content-screen-1 .overview-col.great-falls.retract, #touch-screen #content-screen-2 .overview-col.great-falls.retract {
  width: 10%;
  left: 20%;
}
#touch-screen #content-screen-1 .overview-col.great-falls .title.offset, #touch-screen #content-screen-2 .overview-col.great-falls .title.offset {
  left: -20px;
  top: 27%;
}
#touch-screen #content-screen-1 .overview-col.great-falls.fade-in, #touch-screen #content-screen-2 .overview-col.great-falls.fade-in {
  animation: select-great-falls-strip-expand 2s ease 1s, select-strip-appear 1s ease;
}
#touch-screen #content-screen-1 .overview-col.great-falls .title, #touch-screen #content-screen-2 .overview-col.great-falls .title {
  white-space: nowrap;
}
#touch-screen #content-screen-1 .overview-col.seven-sisters, #touch-screen #content-screen-2 .overview-col.seven-sisters {
  position: relative;
  animation: select-seven-sisters-strip-expand 2s ease;
  animation-delay: 0.7s;
  background-size: 100% 150%;
  background-position: 0% 0%;
}
#touch-screen #content-screen-1 .overview-col.seven-sisters.retract, #touch-screen #content-screen-2 .overview-col.seven-sisters.retract {
  width: 10%;
  left: 40%;
}
#touch-screen #content-screen-1 .overview-col.seven-sisters .title.offset, #touch-screen #content-screen-2 .overview-col.seven-sisters .title.offset {
  left: 10px;
  top: 0%;
}
#touch-screen #content-screen-1 .overview-col.seven-sisters.fade-in, #touch-screen #content-screen-2 .overview-col.seven-sisters.fade-in {
  animation: select-seven-sisters-strip-expand 2s ease 1s, select-strip-appear 1s ease;
}
#touch-screen #content-screen-1 .overview-col.seven-sisters .title, #touch-screen #content-screen-2 .overview-col.seven-sisters .title {
  white-space: nowrap;
}
#touch-screen #content-screen-1 .overview-col.slave-falls, #touch-screen #content-screen-2 .overview-col.slave-falls {
  position: relative;
  animation: select-slave-falls-strip-expand 2s ease;
  animation-delay: 0.7s;
}
#touch-screen #content-screen-1 .overview-col.slave-falls.retract, #touch-screen #content-screen-2 .overview-col.slave-falls.retract {
  width: 10%;
  left: 30%;
}
#touch-screen #content-screen-1 .overview-col.slave-falls .title.offset, #touch-screen #content-screen-2 .overview-col.slave-falls .title.offset {
  left: -50px;
  top: 24%;
}
#touch-screen #content-screen-1 .overview-col.slave-falls.fade-in, #touch-screen #content-screen-2 .overview-col.slave-falls.fade-in {
  animation: select-slave-falls-strip-expand 2s ease 1s, select-strip-appear 1s ease;
}
#touch-screen #content-screen-1 .overview-col.slave-falls .title, #touch-screen #content-screen-2 .overview-col.slave-falls .title {
  white-space: nowrap;
}
#touch-screen #content-screen-1 .overview-col.pine-falls, #touch-screen #content-screen-2 .overview-col.pine-falls {
  position: relative;
  animation: select-pine-falls-strip-expand 2s ease;
  animation-delay: 0.7s;
  background-size: 100% 150%;
  background-position: 0% 100%;
}
#touch-screen #content-screen-1 .overview-col.pine-falls.retract, #touch-screen #content-screen-2 .overview-col.pine-falls.retract {
  width: 10%;
  left: 50%;
}
#touch-screen #content-screen-1 .overview-col.pine-falls .title.offset, #touch-screen #content-screen-2 .overview-col.pine-falls .title.offset {
  left: -30px;
  top: 21%;
}
#touch-screen #content-screen-1 .overview-col.pine-falls.fade-in, #touch-screen #content-screen-2 .overview-col.pine-falls.fade-in {
  animation: select-pine-falls-strip-expand 2s ease 1s, select-strip-appear 1s ease;
}
#touch-screen #content-screen-1 .overview-col.pine-falls .title, #touch-screen #content-screen-2 .overview-col.pine-falls .title {
  white-space: nowrap;
}
#touch-screen #content-screen-1 .overview-col.mcarthur, #touch-screen #content-screen-2 .overview-col.mcarthur {
  position: relative;
  animation: select-mcarthur-strip-expand 2s ease;
  animation-delay: 0.7s;
}
#touch-screen #content-screen-1 .overview-col.mcarthur.retract, #touch-screen #content-screen-2 .overview-col.mcarthur.retract {
  width: 10%;
  left: 60%;
}
#touch-screen #content-screen-1 .overview-col.mcarthur .title.offset, #touch-screen #content-screen-2 .overview-col.mcarthur .title.offset {
  left: -50px;
  top: 43%;
}
#touch-screen #content-screen-1 .overview-col.mcarthur.fade-in, #touch-screen #content-screen-2 .overview-col.mcarthur.fade-in {
  animation: select-mcarthur-strip-expand 2s ease 1s, select-strip-appear 1s ease;
}
#touch-screen #content-screen-1 .overview-col.mcarthur .title, #touch-screen #content-screen-2 .overview-col.mcarthur .title {
  white-space: nowrap;
}
#touch-screen #content-screen-1 .overview-col.pinawa, #touch-screen #content-screen-2 .overview-col.pinawa {
  position: relative;
  animation: select-pinawa-strip-expand 2s ease;
  animation-delay: 0.7s;
  background-size: 100% 150%;
  background-position: 0% 0%;
}
#touch-screen #content-screen-1 .overview-col.pinawa.retract, #touch-screen #content-screen-2 .overview-col.pinawa.retract {
  width: 10%;
  left: 0%;
}
#touch-screen #content-screen-1 .overview-col.pinawa .title.offset, #touch-screen #content-screen-2 .overview-col.pinawa .title.offset {
  left: -30px;
  top: 19%;
}
#touch-screen #content-screen-1 .overview-col.pinawa.fade-in, #touch-screen #content-screen-2 .overview-col.pinawa.fade-in {
  animation: select-pinawa-strip-expand 2s ease 1s, select-strip-appear 1s ease;
}
#touch-screen #content-screen-1 .overview-col.pinawa .title, #touch-screen #content-screen-2 .overview-col.pinawa .title {
  white-space: nowrap;
}
#touch-screen #content-screen-1 .overview-col.whitedog-falls, #touch-screen #content-screen-2 .overview-col.whitedog-falls {
  position: relative;
  animation: select-whitedog-falls-strip-expand 2s ease;
  animation-delay: 0.7s;
  background-size: 100% 150%;
  background-position: 0% 0%;
}
#touch-screen #content-screen-1 .overview-col.whitedog-falls.retract, #touch-screen #content-screen-2 .overview-col.whitedog-falls.retract {
  width: 10%;
  left: 80%;
}
#touch-screen #content-screen-1 .overview-col.whitedog-falls .title.offset, #touch-screen #content-screen-2 .overview-col.whitedog-falls .title.offset {
  left: -20px;
  top: 27%;
}
#touch-screen #content-screen-1 .overview-col.whitedog-falls.fade-in, #touch-screen #content-screen-2 .overview-col.whitedog-falls.fade-in {
  animation: select-whitedog-falls-strip-expand 2s ease 1s, select-strip-appear 1s ease;
}
#touch-screen #content-screen-1 .overview-col.whitedog-falls .title, #touch-screen #content-screen-2 .overview-col.whitedog-falls .title {
  white-space: nowrap;
}
#touch-screen #content-screen-1 .overview-col.norman, #touch-screen #content-screen-2 .overview-col.norman {
  position: relative;
  animation: select-norman-strip-expand 2s ease;
  animation-delay: 0.7s;
}
#touch-screen #content-screen-1 .overview-col.norman.retract, #touch-screen #content-screen-2 .overview-col.norman.retract {
  width: 10%;
  left: 70%;
}
#touch-screen #content-screen-1 .overview-col.norman .title.offset, #touch-screen #content-screen-2 .overview-col.norman .title.offset {
  left: 10px;
  top: 34%;
}
#touch-screen #content-screen-1 .overview-col.norman.fade-in, #touch-screen #content-screen-2 .overview-col.norman.fade-in {
  animation: select-norman-strip-expand 1s ease 1s, select-strip-appear 1s ease;
}
#touch-screen #content-screen-1 .overview-col.norman .title, #touch-screen #content-screen-2 .overview-col.norman .title {
  white-space: nowrap;
}
#touch-screen #content-screen-1 .overview-col .overview-para, #touch-screen #content-screen-2 .overview-col .overview-para {
  padding: 0px 30px;
  font-size: 15pt;
  overflow-y: hidden;
  height: 732px;
  direction: rtl;
  margin: 0 20px;
  position: relative;
  left: 0;
  font-family: freight-text-pro, serif;
  font-style: normal;
  font-weight: 400;
  transition: all 0.8s ease;
}
#touch-screen #content-screen-1 .overview-col .overview-para::-webkit-scrollbar, #touch-screen #content-screen-2 .overview-col .overview-para::-webkit-scrollbar {
  width: 10px;
}
#touch-screen #content-screen-1 .overview-col .overview-para::-webkit-scrollbar-track, #touch-screen #content-screen-2 .overview-col .overview-para::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
  border-radius: 5px;
}
#touch-screen #content-screen-1 .overview-col .overview-para::-webkit-scrollbar-thumb, #touch-screen #content-screen-2 .overview-col .overview-para::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 5px;
}
#touch-screen #content-screen-1 .overview-col .overview-para .content-para, #touch-screen #content-screen-2 .overview-col .overview-para .content-para {
  direction: ltr;
}
#touch-screen #content-screen-1 .overview-col .overview-para .content-para > :first-child, #touch-screen #content-screen-2 .overview-col .overview-para .content-para > :first-child {
  margin-top: 0;
}
#touch-screen #content-screen-1 .overview-col .overview-para .content-para h1, #touch-screen #content-screen-1 .overview-col .overview-para .content-para h2, #touch-screen #content-screen-1 .overview-col .overview-para .content-para h3, #touch-screen #content-screen-1 .overview-col .overview-para .content-para h4, #touch-screen #content-screen-1 .overview-col .overview-para .content-para h5, #touch-screen #content-screen-1 .overview-col .overview-para .content-para h6, #touch-screen #content-screen-2 .overview-col .overview-para .content-para h1, #touch-screen #content-screen-2 .overview-col .overview-para .content-para h2, #touch-screen #content-screen-2 .overview-col .overview-para .content-para h3, #touch-screen #content-screen-2 .overview-col .overview-para .content-para h4, #touch-screen #content-screen-2 .overview-col .overview-para .content-para h5, #touch-screen #content-screen-2 .overview-col .overview-para .content-para h6 {
  font-family: din-condensed, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin-block-end: 0.4rem;
}
#touch-screen #content-screen-1 .overview-col .overview-para .content-para p, #touch-screen #content-screen-2 .overview-col .overview-para .content-para p {
  margin-block-start: 0.4rem;
}
#touch-screen #content-screen-1 .overview-col .overview-para .content-para p.big-text, #touch-screen #content-screen-2 .overview-col .overview-para .content-para p.big-text {
  font-family: "mb-bold-italic";
  font-weight: bold;
  font-style: italic;
  font-size: 20pt;
}
#touch-screen #content-screen-1 .overview-col .overview-para .swiper-slide, #touch-screen #content-screen-2 .overview-col .overview-para .swiper-slide {
  height: auto;
}
#touch-screen #content-screen-1 .overview-col .overview-para .swiper-scrollbar, #touch-screen #content-screen-2 .overview-col .overview-para .swiper-scrollbar {
  position: absolute;
  width: 10px;
  bottom: 20px;
  top: 0px;
  left: 0px;
  right: unset;
  overflow: hidden;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
}
#touch-screen #content-screen-1 .overview-col .overview-para .swiper-scrollbar .swiper-scrollbar-drag, #touch-screen #content-screen-2 .overview-col .overview-para .swiper-scrollbar .swiper-scrollbar-drag {
  background: black;
  border-radius: 5px;
  width: 10px;
}
#touch-screen #content-screen-1 .overview-col .overview-para.faded-out, #touch-screen #content-screen-2 .overview-col .overview-para.faded-out {
  opacity: 0;
  left: -150px;
}
#touch-screen #content-screen-1 .overview-col.slide-to-right, #touch-screen #content-screen-2 .overview-col.slide-to-right {
  animation: overview-slide-right 1.6s ease-in !important;
}
#touch-screen #content-screen-1 .overview-col.default, #touch-screen #content-screen-2 .overview-col.default {
  animation: expand-from-default 1s ease 0.5s, select-strip-appear 0.5s ease !important;
  position: relative;
}
#touch-screen #content-screen-1 .overview-col.default.retract, #touch-screen #content-screen-2 .overview-col.default.retract {
  left: 0;
  width: 10%;
}
#touch-screen #content-screen-1 .overview-col.default .title, #touch-screen #content-screen-2 .overview-col.default .title {
  transition: left 1s ease, top 1s ease, opacity 0.7s ease, transform 0.7s ease;
}
#touch-screen #content-screen-1 .empty-col, #touch-screen #content-screen-2 .empty-col {
  border-right: none;
}
#touch-screen #content-screen-1 .menu-col, #touch-screen #content-screen-2 .menu-col {
  animation: menu-expand 0.8s ease;
  z-index: 3;
}
#touch-screen #content-screen-1 .menu-col.slide-to-right, #touch-screen #content-screen-2 .menu-col.slide-to-right {
  animation: menu-slide-right 1.6s ease-in;
}
#touch-screen #content-screen-1 .menu-col.retracted, #touch-screen #content-screen-2 .menu-col.retracted {
  animation: menu-retract 0.9s ease;
}
#touch-screen #content-screen-1 .menu-col .menu-block, #touch-screen #content-screen-2 .menu-col .menu-block {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  opacity: 1;
  transition: all 0.7s ease;
  height: 900px;
}
#touch-screen #content-screen-1 .menu-col .menu-block .swiper-block, #touch-screen #content-screen-2 .menu-col .menu-block .swiper-block {
  position: relative;
  margin-top: 10px;
  height: 890px;
  width: 100%;
  overflow: hidden;
}
#touch-screen #content-screen-1 .menu-col .menu-block .menu-title, #touch-screen #content-screen-2 .menu-col .menu-block .menu-title {
  font-size: 26pt;
  padding: 10px 20px;
  font-family: "mb-bold-italic";
  font-style: italic;
}
#touch-screen #content-screen-1 .menu-col .menu-block .menu-entry, #touch-screen #content-screen-2 .menu-col .menu-block .menu-entry {
  padding: 10px 20px;
  font-family: din-condensed, sans-serif;
  font-size: 14pt;
  text-transform: uppercase;
  transition: background-color 0.1s ease;
}
#touch-screen #content-screen-1 .menu-col .menu-block .map-point-entry, #touch-screen #content-screen-2 .menu-col .menu-block .map-point-entry {
  display: flex;
  align-items: center;
  overflow: hidden;
}
#touch-screen #content-screen-1 .menu-col .menu-block .map-point-entry .map-point-button, #touch-screen #content-screen-2 .menu-col .menu-block .map-point-entry .map-point-button {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #b1c57e;
  border: solid #959f69 3px;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
#touch-screen #content-screen-1 .menu-col .menu-block .map-point-entry .map-point-button span, #touch-screen #content-screen-2 .menu-col .menu-block .map-point-entry .map-point-button span {
  position: relative;
  top: 12%;
  left: 34%;
}
#touch-screen #content-screen-1 .menu-col .menu-block .map-point-entry .map-point-button .map-point-button-text.power-info, #touch-screen #content-screen-2 .menu-col .menu-block .map-point-entry .map-point-button .map-point-button-text.power-info {
  left: 30%;
  top: 18%;
}
#touch-screen #content-screen-1 .menu-col .menu-block .map-point-entry .map-point-button .map-point-button-text.power-info img, #touch-screen #content-screen-2 .menu-col .menu-block .map-point-entry .map-point-button .map-point-button-text.power-info img {
  width: 12px;
}
#touch-screen #content-screen-1 .menu-col .menu-block .map-point-entry .map-point-button.faded-out, #touch-screen #content-screen-2 .menu-col .menu-block .map-point-entry .map-point-button.faded-out {
  opacity: 0;
}
#touch-screen #content-screen-1 .menu-col .menu-block .map-point-entry .entry-text, #touch-screen #content-screen-2 .menu-col .menu-block .map-point-entry .entry-text {
  font-size: 12pt;
  width: 110px;
  margin-left: 8px;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
#touch-screen #content-screen-1 .menu-col .menu-block .map-point-entry .entry-text.faded-out, #touch-screen #content-screen-2 .menu-col .menu-block .map-point-entry .entry-text.faded-out {
  opacity: 0;
}
#touch-screen #content-screen-1 .menu-col .menu-block .map-point-entry.hide, #touch-screen #content-screen-2 .menu-col .menu-block .map-point-entry.hide {
  display: none;
}
#touch-screen #content-screen-1 .menu-col .menu-block .swiper-container, #touch-screen #content-screen-2 .menu-col .menu-block .swiper-container {
  overflow: visible;
  position: absolute;
  bottom: 0;
  max-height: 900px;
  width: calc(100% - 40px);
}
#touch-screen #content-screen-1 .menu-col .menu-block .menu-more, #touch-screen #content-screen-2 .menu-col .menu-block .menu-more {
  position: absolute;
  bottom: -20px;
  left: 47%;
  opacity: 1;
  transition: all 0.2s ease;
}
#touch-screen #content-screen-1 .menu-col .menu-block .menu-more.faded-out, #touch-screen #content-screen-2 .menu-col .menu-block .menu-more.faded-out {
  bottom: -30px;
  opacity: 0;
}
#touch-screen #content-screen-1 .menu-col .menu-block.faded-out, #touch-screen #content-screen-2 .menu-col .menu-block.faded-out {
  left: -50%;
  opacity: 0;
}
#touch-screen #content-screen-1 .content-col, #touch-screen #content-screen-2 .content-col {
  animation: content-expand 0.8s ease;
  z-index: 1;
  position: relative;
  display: flex;
  overflow: hidden;
}
#touch-screen #content-screen-1 .content-col.slide-to-right, #touch-screen #content-screen-2 .content-col.slide-to-right {
  animation: content-slide-right 1.6s ease-in;
}
#touch-screen #content-screen-1 .content-col.retracted, #touch-screen #content-screen-2 .content-col.retracted {
  animation: content-retract 0.9s ease;
}
#touch-screen #content-screen-1 .content-col.fade, #touch-screen #content-screen-2 .content-col.fade {
  animation: none;
  transition: opacity 0.7s ease;
}
#touch-screen #content-screen-1 .content-col.faded-out, #touch-screen #content-screen-2 .content-col.faded-out {
  opacity: 0;
}
#touch-screen #content-screen-1 .content-col img.background-img, #touch-screen #content-screen-2 .content-col img.background-img {
  content: "";
  position: absolute;
  filter: grayscale(100%);
  opacity: 0.05;
  transition: opacity 0.7s ease-in-out;
}
#touch-screen #content-screen-1 .content-col img.background-img.landscape, #touch-screen #content-screen-2 .content-col img.background-img.landscape {
  height: 100%;
}
#touch-screen #content-screen-1 .content-col img.background-img.portrait, #touch-screen #content-screen-2 .content-col img.background-img.portrait {
  width: 100%;
}
#touch-screen #content-screen-1 .content-col img.background-img.hide-bg, #touch-screen #content-screen-2 .content-col img.background-img.hide-bg {
  opacity: 0;
}
#touch-screen #content-screen-1 .content-col .map-col, #touch-screen #content-screen-2 .content-col .map-col {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.7s ease;
}
#touch-screen #content-screen-1 .content-col .map-col.faded-out, #touch-screen #content-screen-2 .content-col .map-col.faded-out {
  opacity: 0;
}
#touch-screen #content-screen-1 .content-col .map-col .map-area, #touch-screen #content-screen-2 .content-col .map-col .map-area {
  position: absolute;
  height: 100%;
}
#touch-screen #content-screen-1 .content-col .map-col .map-area .base-map, #touch-screen #content-screen-2 .content-col .map-col .map-area .base-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend, #touch-screen #content-screen-2 .content-col .map-col .map-legend {
  position: absolute;
  width: 100%;
  height: 100%;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .water-level, #touch-screen #content-screen-2 .content-col .map-col .map-legend .water-level {
  position: absolute;
  left: 25px;
  top: 155px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .water-level .water-bar, #touch-screen #content-screen-2 .content-col .map-col .map-legend .water-level .water-bar {
  background: transparent;
  border: 1px dashed #85BFE1;
  height: 135px;
  width: 20px;
  position: relative;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .water-level .water-bar .moving-water-fill, #touch-screen #content-screen-2 .content-col .map-col .map-legend .water-level .water-bar .moving-water-fill {
  position: absolute;
  bottom: 41.5px;
  left: 0px;
  background: #85BFE1;
  height: 58.4px;
  box-shadow: 0 0 6px 2px inset rgba(0, 0, 0, 0.3);
  width: 100%;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .water-level .water-bar .initial-water-fill, #touch-screen #content-screen-2 .content-col .map-col .map-legend .water-level .water-bar .initial-water-fill {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(133, 191, 225, 0.7);
  height: 30%;
  box-shadow: 0 0 6px 2px inset rgba(0, 0, 0, 0.3);
  width: 100%;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .water-level .triangle-start, #touch-screen #content-screen-2 .content-col .map-col .map-legend .water-level .triangle-start {
  position: absolute;
  left: -5px;
  bottom: 68px;
  width: 4px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .water-level .triangle-end, #touch-screen #content-screen-2 .content-col .map-col .map-legend .water-level .triangle-end {
  position: absolute;
  left: -5px;
  top: 27px;
  width: 4px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .water-level .start-metre, #touch-screen #content-screen-2 .content-col .map-col .map-legend .water-level .start-metre {
  position: absolute;
  left: 24px;
  bottom: 71px;
  font-family: din-condensed, sans-serif;
  font-size: 7pt;
  color: white;
  white-space: nowrap;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .water-level .end-metre, #touch-screen #content-screen-2 .content-col .map-col .map-legend .water-level .end-metre {
  font-family: din-condensed, sans-serif;
  font-size: 7pt;
  color: white;
  white-space: nowrap;
  position: absolute;
  left: 24px;
  top: 32px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .water-level .label-text, #touch-screen #content-screen-2 .content-col .map-col .map-legend .water-level .label-text {
  font-family: din-condensed, sans-serif;
  font-size: 10pt;
  color: white;
  text-transform: uppercase;
  max-width: 70px;
  margin-top: 5px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .flood-area, #touch-screen #content-screen-2 .content-col .map-col .map-legend .flood-area {
  position: absolute;
  left: 20px;
  bottom: 70px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .flood-area .area-label-text, #touch-screen #content-screen-2 .content-col .map-col .map-legend .flood-area .area-label-text {
  font-family: din-condensed, sans-serif;
  font-size: 10pt;
  color: white;
  text-transform: uppercase;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .flood-area .reserve, #touch-screen #content-screen-2 .content-col .map-col .map-legend .flood-area .reserve {
  border: 1px dashed #B5C486;
  background: rgba(181, 196, 134, 0.3);
  padding: 2px 5px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .flood-area .reserve.hide-display, #touch-screen #content-screen-2 .content-col .map-col .map-legend .flood-area .reserve.hide-display {
  display: none;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .flood-area .flooded, #touch-screen #content-screen-2 .content-col .map-col .map-legend .flood-area .flooded {
  border: 1px dashed #85BFE1;
  background: rgba(133, 191, 225, 0.3);
  padding: 2px 5px;
  margin-top: 4px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .flood-area-info, #touch-screen #content-screen-2 .content-col .map-col .map-legend .flood-area-info {
  position: absolute;
  left: 215px;
  bottom: 260px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .flood-area-info.active .info-dot, #touch-screen #content-screen-2 .content-col .map-col .map-legend .flood-area-info.active .info-dot {
  background: #FFFFFF;
  border-color: #adc278;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .flood-area-info .info-dot, #touch-screen #content-screen-2 .content-col .map-col .map-legend .flood-area-info .info-dot {
  position: absolute;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #b1c57e;
  border: solid #959f69 3px;
  top: 0;
  left: 0;
  z-index: 2;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .flood-area-info .info-dot span, #touch-screen #content-screen-2 .content-col .map-col .map-legend .flood-area-info .info-dot span {
  position: relative;
  left: 10px;
  top: 2px;
  font-size: 15pt;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .flood-area-info .info-detail, #touch-screen #content-screen-2 .content-col .map-col .map-legend .flood-area-info .info-detail {
  position: absolute;
  background: rgba(6, 12, 21, 0.8);
  bottom: -15px;
  left: 15px;
  width: 300px;
  z-index: 1;
  transition: opacity 0.4s ease-in-out;
  padding: 5px 10px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .flood-area-info .info-detail p, #touch-screen #content-screen-2 .content-col .map-col .map-legend .flood-area-info .info-detail p {
  font-family: freight-text-pro, serif;
  font-style: italic;
  color: #ACC67B;
  font-size: 10pt;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .flood-area-info .info-detail.faded-out, #touch-screen #content-screen-2 .content-col .map-col .map-legend .flood-area-info .info-detail.faded-out {
  opacity: 0;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .flood-area-info .info-detail.hide-display, #touch-screen #content-screen-2 .content-col .map-col .map-legend .flood-area-info .info-detail.hide-display {
  display: none;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .flood-area-info.hide-display, #touch-screen #content-screen-2 .content-col .map-col .map-legend .flood-area-info.hide-display {
  display: none;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .drag-map, #touch-screen #content-screen-2 .content-col .map-col .map-legend .drag-map {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 10px;
  left: 48%;
  color: white;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .drag-map .map-drag-label-text, #touch-screen #content-screen-2 .content-col .map-col .map-legend .drag-map .map-drag-label-text {
  font-family: din-condensed, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .drag-map svg, #touch-screen #content-screen-2 .content-col .map-col .map-legend .drag-map svg {
  position: relative;
  width: 12px;
  height: 18px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .drag-map svg polyline, #touch-screen #content-screen-2 .content-col .map-col .map-legend .drag-map svg polyline {
  stroke: white;
  fill: transparent;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .drag-map svg line, #touch-screen #content-screen-2 .content-col .map-col .map-legend .drag-map svg line {
  stroke: white;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .drag-map svg.map-drag-arrow-left, #touch-screen #content-screen-2 .content-col .map-col .map-legend .drag-map svg.map-drag-arrow-left {
  transform: rotate(-90deg);
  top: 4px;
  left: -10px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-legend .drag-map svg.map-drag-arrow-right, #touch-screen #content-screen-2 .content-col .map-col .map-legend .drag-map svg.map-drag-arrow-right {
  transform: rotate(90deg);
  top: 4px;
  left: 10px;
}
#touch-screen #content-screen-1 .content-col .map-col .mini-maps-area, #touch-screen #content-screen-2 .content-col .map-col .mini-maps-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#touch-screen #content-screen-1 .content-col .map-col .mini-maps-area img, #touch-screen #content-screen-2 .content-col .map-col .mini-maps-area img {
  position: absolute;
  right: 20px;
  bottom: 45px;
  width: 230px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-clickable-area, #touch-screen #content-screen-2 .content-col .map-col .map-clickable-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area {
  position: absolute;
  left: 0;
  top: 0;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point {
  position: absolute;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point.active, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point.active {
  z-index: 3;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point.active .map-point-button, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point.active .map-point-button {
  background: #FFFFFF;
  border-color: #adc278;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point.hide, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point.hide {
  opacity: 0;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point[page-id|="2251"] .map-point-detail, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point[page-id|="2251"] .map-point-detail {
  left: 80px !important;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point[page-id|="2070"] .map-point-detail.bottom-left, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point[page-id|="2070"] .map-point-detail.bottom-left {
  top: 80px !important;
  right: -170px !important;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-button, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-button {
  position: absolute;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #b1c57e;
  border: solid #959f69 3px;
  top: 0;
  left: 0;
  z-index: 2;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-button span, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-button span {
  font-family: din-condensed, sans-serif;
  position: relative;
  top: 17%;
  left: 37%;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-button .map-point-button-text.power-info, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-button .map-point-button-text.power-info {
  left: 31%;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-button .map-point-button-text.power-info img, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-button .map-point-button-text.power-info img {
  width: 12px;
  pointer-events: none;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 500px;
  height: 270px;
  background: rgba(6, 12, 21, 0.8);
  z-index: 1;
  display: flex;
  transition: opacity 0.4s ease-in-out;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail.top-right, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail.top-right {
  top: unset;
  bottom: -15px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail.top-left, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail.top-left {
  left: unset;
  top: unset;
  bottom: -15px;
  right: -15px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail.bottom-left, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail.bottom-left {
  left: unset;
  right: -15px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail.top-mid, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail.top-mid {
  top: unset;
  left: -235px;
  bottom: -15px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail.bottom-mid, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail.bottom-mid {
  top: 15px;
  left: -235px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col {
  width: 50%;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col .article-col-view, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col .article-col-view {
  padding: 10px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 20px);
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col h5, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col h5 {
  font-family: din-condensed, sans-serif;
  font-size: 20pt;
  text-transform: uppercase;
  margin: 7px 0;
  color: white;
  font-weight: normal;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col h6, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col h6 {
  font-family: din-condensed, sans-serif;
  font-size: 14pt;
  text-transform: uppercase;
  margin: 7px 0;
  color: white;
  font-weight: normal;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col p, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col p {
  font-family: freight-text-pro, serif;
  font-style: italic;
  font-size: 12pt;
  color: #ACC67B;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col .article-body-view, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col .article-body-view {
  flex-grow: 1;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  max-height: 149px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col .article-body-view.faded-out, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col .article-body-view.faded-out {
  opacity: 0;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col .article-body-view .swiper-container, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col .article-body-view .swiper-container {
  height: 100%;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col .article-body-view .swiper-wrapper, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col .article-body-view .swiper-wrapper {
  height: unset;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col .article-body-view .swiper-wrapper p, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col .article-body-view .swiper-wrapper p {
  margin-left: 11px;
  margin-top: 0;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col .article-body-view .swiper-scrollbar, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col .article-body-view .swiper-scrollbar {
  right: unset;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.2);
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col .article-body-view .swiper-scrollbar .swiper-scrollbar-drag, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col .article-body-view .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #cacaca;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col .slider-area, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col .slider-area {
  margin-bottom: 10px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col .slider-area h6, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col .slider-area h6 {
  margin: 2px 0;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col .power-info-ar .num, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col .power-info-ar .num {
  color: white;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col .power-info-house, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col .power-info-house {
  margin-top: 50px;
  position: relative;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col .power-info-house .house-text, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col .power-info-house .house-text {
  position: absolute;
  color: #B5C486;
  text-transform: uppercase;
  font-size: 20pt;
  right: 0;
  font-family: din-condensed, sans-serif;
  bottom: -30px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .slider-area .slider-container, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .slider-area .slider-container {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .slider-area .slider-container .rangeslider, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .slider-area .slider-container .rangeslider {
  height: 20px;
  background-color: #315461;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .slider-area .slider-container .rangeslider__handle, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .slider-area .slider-container .rangeslider__handle {
  width: 20px;
  height: 20px;
  border: 1px #ACC076 solid;
  top: -1px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .slider-area .slider-container .rangeslider__handle::after, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .slider-area .slider-container .rangeslider__handle::after {
  content: none;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .slider-area .slider-container .rangeslider__fill, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .slider-area .slider-container .rangeslider__fill {
  background-color: #315461;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .slider-area .slider-container.faded-out, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .slider-area .slider-container.faded-out {
  opacity: 0;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col {
  width: 50%;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .image-col-view, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .image-col-view {
  overflow: hidden;
  height: calc(100% - 12px);
  width: calc(100% - 12px);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  padding: 6px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .image-col-view .swiper-container, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .image-col-view .swiper-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .image-col-view .swiper-wrapper, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .image-col-view .swiper-wrapper {
  flex-direction: row;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .image-col-view .swiper-slide, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .image-col-view .swiper-slide {
  width: calc(50% - 2.5px);
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .image-col-view .swiper-scrollbar, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .image-col-view .swiper-scrollbar {
  right: 4px;
  background-color: rgba(255, 255, 255, 0.2);
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .image-col-view .swiper-scrollbar .swiper-scrollbar-drag, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .image-col-view .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #cacaca;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .image-col-view.faded-out, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .image-col-view.faded-out {
  opacity: 0;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .gallery-entry, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .gallery-entry {
  overflow: hidden;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .image-entry, #touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .video-entry, #touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .youtube-entry, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .image-entry, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .video-entry, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .youtube-entry {
  height: 100%;
  overflow: hidden;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .image-entry span.caption, #touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .video-entry span.caption, #touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .youtube-entry span.caption, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .image-entry span.caption, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .video-entry span.caption, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .youtube-entry span.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: freight-text-pro, serif;
  font-style: normal;
  font-weight: 400;
  color: white;
  font-size: 11pt;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1px 5px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .image-entry div.image-filter, #touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .video-entry div.image-filter, #touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .youtube-entry div.image-filter, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .image-entry div.image-filter, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .video-entry div.image-filter, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .youtube-entry div.image-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: black;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .image-entry.active div.image-filter, #touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .video-entry.active div.image-filter, #touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .youtube-entry.active div.image-filter, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .image-entry.active div.image-filter, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .video-entry.active div.image-filter, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .youtube-entry.active div.image-filter {
  display: none;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .video-entry .video-play-icon, #touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .youtube-entry .video-play-icon, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .video-entry .video-play-icon, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .youtube-entry .video-play-icon {
  position: absolute;
  color: white;
  top: 52px;
  left: 48px;
  z-index: 2;
  opacity: 0.7;
  font-size: 20pt;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .video-entry .image-filter, #touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .youtube-entry .image-filter, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .video-entry .image-filter, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .youtube-entry .image-filter {
  z-index: 1;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .power-info-graph, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .power-info-graph {
  padding: 0px 10px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .power-info-graph .graph-title h6, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .power-info-graph .graph-title h6 {
  font-family: din-condensed, sans-serif;
  font-size: 14pt;
  font-weight: normal;
  color: white;
  margin: 10px 0;
  text-transform: uppercase;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .power-info-graph .graph-content, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .power-info-graph .graph-content {
  width: 100%;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .power-info-graph .graph-content .graph-bar, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .power-info-graph .graph-content .graph-bar {
  position: relative;
  background-color: #395360;
  width: 100%;
  height: 17px;
  margin-top: 5px;
  box-shadow: 0 0 6px 1px inset #263740;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .power-info-graph .graph-content .graph-bar.current .bar-fill, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .power-info-graph .graph-content .graph-bar.current .bar-fill {
  background-color: #b5c486;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .power-info-graph .graph-content .bar-fill, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .power-info-graph .graph-content .bar-fill {
  background-color: rgba(133, 191, 225, 0.2);
  color: black;
  height: 100%;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .power-info-graph .graph-content .bar-fill .dam-name, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .power-info-graph .graph-content .bar-fill .dam-name {
  position: absolute;
  left: 5px;
  top: 2px;
  font-family: din-condensed, sans-serif;
  font-size: 10pt;
  text-transform: uppercase;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .power-info-graph .graph-content .bar-fill .power-figure, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col .power-info-graph .graph-content .bar-fill .power-figure {
  position: absolute;
  right: 5px;
  top: 2px;
  font-family: din-condensed, sans-serif;
  font-size: 10pt;
  color: #b5c486;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail.faded-out, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail.faded-out {
  opacity: 0;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail.hide-display, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail.hide-display {
  display: none;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-content, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-content {
  display: none;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col, #touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col {
  transition: filter 0.5s ease;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col.blur, #touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col.blur, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .image-col.blur, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .article-col.blur {
  filter: blur(20px);
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 270px;
  z-index: 2;
  transition: opacity 0.5s ease;
  visibility: hidden;
  opacity: 1;
  padding: 15px;
  box-sizing: border-box;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control.hide, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control.hide {
  opacity: 0;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control.show, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control.show {
  visibility: visible;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control .close-button, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control .close-button {
  position: absolute;
  right: 16px;
  top: 12px;
  font-size: 28px;
  color: white;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control .title-area h5, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control .title-area h5 {
  font-family: din-condensed, sans-serif;
  font-size: 20pt;
  text-transform: uppercase;
  margin: 7px 0;
  color: white;
  font-weight: normal;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control .title-area h6, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control .title-area h6 {
  font-family: din-condensed, sans-serif;
  font-size: 14pt;
  text-transform: uppercase;
  margin: 7px 0;
  color: white;
  font-weight: normal;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control .thumbnail-area, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control .thumbnail-area {
  display: flex;
  justify-content: center;
  height: 148px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control .thumbnail-area img, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control .thumbnail-area img {
  max-height: 148px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control .video-row-control #video-control, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control .video-row-control #video-control {
  position: static;
  width: 100%;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control .video-row-control #video-control #video-control-slider-area, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control .video-row-control #video-control #video-control-slider-area {
  padding: 0 0 10px 0;
  width: 100%;
  background-color: transparent;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control .video-row-control #video-control #video-control-slider-area .rangeslider, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control .video-row-control #video-control #video-control-slider-area .rangeslider {
  height: 10px;
  background-color: #395360;
  margin-top: 11px;
  border-radius: 0;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control .video-row-control #video-control #video-control-slider-area .rangeslider__handle, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control .video-row-control #video-control #video-control-slider-area .rangeslider__handle {
  width: 18px;
  height: 12px;
  border: none;
  top: -1px;
  border-radius: 13px;
  background-color: #bec4af;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control .video-row-control #video-control #video-control-slider-area .rangeslider__handle::after, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control .video-row-control #video-control #video-control-slider-area .rangeslider__handle::after {
  content: none;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control .video-row-control #video-control #video-control-slider-area .rangeslider__fill, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control .video-row-control #video-control #video-control-slider-area .rangeslider__fill {
  background-color: #b5c486;
  border-radius: 0;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control .video-play-pause .control-button, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail .map-point-video-control .video-play-pause .control-button {
  width: 25px;
  height: 25px;
  color: white;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail {
  display: block;
  color: white;
  height: 320px;
  width: 450px;
  padding: 10px 15px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail.hide-display, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail.hide-display {
  display: none;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail .title-row, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail .title-row {
  display: flex;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail .title-row .article-title h5, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail .title-row .article-title h5 {
  font-family: din-condensed, sans-serif;
  font-size: 20pt;
  text-transform: uppercase;
  margin: 7px 0;
  color: white;
  font-weight: normal;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail .title-row .youtube-link h5, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail .title-row .youtube-link h5 {
  font-family: din-condensed, sans-serif;
  font-size: 10pt;
  text-transform: uppercase;
  margin: 15px 25px;
  color: #b5c486;
  font-weight: normal;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail .video-row, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail .video-row {
  margin-top: 5px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail .video-row img, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail .video-row img {
  width: 100%;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail .video-row-control #video-control, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail .video-row-control #video-control {
  position: static;
  width: 100%;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail .video-row-control #video-control #video-control-slider-area, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail .video-row-control #video-control #video-control-slider-area {
  padding: 0 0 10px 0;
  width: 450px;
  background-color: transparent;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail .video-row-control #video-control #video-control-slider-area .rangeslider, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail .video-row-control #video-control #video-control-slider-area .rangeslider {
  height: 10px;
  background-color: #395360;
  margin-top: 11px;
  border-radius: 0;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail .video-row-control #video-control #video-control-slider-area .rangeslider__handle, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail .video-row-control #video-control #video-control-slider-area .rangeslider__handle {
  width: 18px;
  height: 12px;
  border: none;
  top: -1px;
  border-radius: 13px;
  background-color: #bec4af;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail .video-row-control #video-control #video-control-slider-area .rangeslider__handle::after, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail .video-row-control #video-control #video-control-slider-area .rangeslider__handle::after {
  content: none;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail .video-row-control #video-control #video-control-slider-area .rangeslider__fill, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail .video-row-control #video-control #video-control-slider-area .rangeslider__fill {
  background-color: #b5c486;
  border-radius: 0;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail .video-play-pause .control-button, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point .map-point-detail.video-detail .video-play-pause .control-button {
  width: 25px;
  height: 25px;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point.info-dot .map-point-button-text, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point.info-dot .map-point-button-text {
  font-family: Georgia, "Times New Roman", Times, serif;
  top: 16%;
  left: 41%;
  font-size: 13pt;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point.info-dot .map-point-detail, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point.info-dot .map-point-detail {
  width: auto;
  height: auto;
}
#touch-screen #content-screen-1 .content-col .map-col .map-buttons-area .map-point.info-dot .map-point-detail .info-title h5, #touch-screen #content-screen-2 .content-col .map-col .map-buttons-area .map-point.info-dot .map-point-detail .info-title h5 {
  font-size: 15pt;
  color: white;
  font-family: din-condensed, sans-serif;
  padding: 10px 20px;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
}
#touch-screen #content-screen-1 .content-col .normal-content-col, #touch-screen #content-screen-2 .content-col .normal-content-col {
  width: 80%;
  height: 100%;
  position: relative;
  transition: left 1s ease, opacity 1s ease;
  left: 0;
  opacity: 1;
}
#touch-screen #content-screen-1 .content-col .normal-content-col.faded-out, #touch-screen #content-screen-2 .content-col .normal-content-col.faded-out {
  left: -50%;
  opacity: 0;
}
#touch-screen #content-screen-1 .content-col .normal-content-col .content-article, #touch-screen #content-screen-2 .content-col .normal-content-col .content-article {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 960px;
  overflow: hidden;
}
#touch-screen #content-screen-1 .content-col .normal-content-col .content-article .swiper-container, #touch-screen #content-screen-2 .content-col .normal-content-col .content-article .swiper-container {
  overflow: visible;
  position: absolute;
  bottom: 0;
  max-height: 960px;
  width: calc(100% - 40px);
}
#touch-screen #content-screen-1 .content-col .normal-content-col .content-article .article-body, #touch-screen #content-screen-2 .content-col .normal-content-col .content-article .article-body {
  padding: 0 15px;
  font-family: freight-text-pro, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16pt;
}
#touch-screen #content-screen-1 .content-col .normal-content-col .content-article .article-body .title, #touch-screen #content-screen-2 .content-col .normal-content-col .content-article .article-body .title {
  font-size: 45pt;
  font-family: din-condensed, sans-serif;
  position: relative;
  font-weight: normal;
  top: 0;
  left: 0;
}
#touch-screen #content-screen-1 .content-col .normal-content-col .content-article .article-body .para-label, #touch-screen #content-screen-2 .content-col .normal-content-col .content-article .article-body .para-label {
  font-weight: bold;
  font-style: italic;
  margin-right: 15px;
}
#touch-screen #content-screen-1 .content-col .normal-content-col .swiper-scrollbar, #touch-screen #content-screen-2 .content-col .normal-content-col .swiper-scrollbar {
  width: 7px;
  background: rgba(255, 255, 255, 0.5);
  right: -20px;
}
#touch-screen #content-screen-1 .content-col .normal-content-col .swiper-scrollbar .swiper-scrollbar-drag, #touch-screen #content-screen-2 .content-col .normal-content-col .swiper-scrollbar .swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.7);
}
#touch-screen #content-screen-1 .content-col .img-col, #touch-screen #content-screen-2 .content-col .img-col {
  width: 20%;
  height: 100%;
  border-left: #797C7E 1px solid;
  position: relative;
  opacity: 1;
  right: 0;
  transition: right 0.7s ease, opacity 0.7s ease;
}
#touch-screen #content-screen-1 .content-col .img-col.faded-out, #touch-screen #content-screen-2 .content-col .img-col.faded-out {
  right: -50%;
  opacity: 0;
}
#touch-screen #content-screen-1 .content-col .img-col .img-col-view, #touch-screen #content-screen-2 .content-col .img-col .img-col-view {
  overflow: hidden;
  height: 100%;
}
#touch-screen #content-screen-1 .content-col .img-col .img-col-view .swiper-container, #touch-screen #content-screen-2 .content-col .img-col .img-col-view .swiper-container {
  overflow: visible;
  height: 100%;
}
#touch-screen #content-screen-1 .content-col .img-col .gallery-entry, #touch-screen #content-screen-2 .content-col .img-col .gallery-entry {
  overflow: hidden;
}
#touch-screen #content-screen-1 .content-col .img-col .image-entry, #touch-screen #content-screen-1 .content-col .img-col .video-entry, #touch-screen #content-screen-1 .content-col .img-col .youtube-entry, #touch-screen #content-screen-2 .content-col .img-col .image-entry, #touch-screen #content-screen-2 .content-col .img-col .video-entry, #touch-screen #content-screen-2 .content-col .img-col .youtube-entry {
  border-top: 1px black solid;
  overflow: hidden;
}
#touch-screen #content-screen-1 .content-col .img-col .image-entry img, #touch-screen #content-screen-1 .content-col .img-col .video-entry img, #touch-screen #content-screen-1 .content-col .img-col .youtube-entry img, #touch-screen #content-screen-2 .content-col .img-col .image-entry img, #touch-screen #content-screen-2 .content-col .img-col .video-entry img, #touch-screen #content-screen-2 .content-col .img-col .youtube-entry img {
  filter: grayscale(100%);
}
#touch-screen #content-screen-1 .content-col .img-col .image-entry span.caption, #touch-screen #content-screen-1 .content-col .img-col .video-entry span.caption, #touch-screen #content-screen-1 .content-col .img-col .youtube-entry span.caption, #touch-screen #content-screen-2 .content-col .img-col .image-entry span.caption, #touch-screen #content-screen-2 .content-col .img-col .video-entry span.caption, #touch-screen #content-screen-2 .content-col .img-col .youtube-entry span.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: freight-text-pro, serif;
  font-style: normal;
  font-weight: 400;
  color: white;
  font-size: 11pt;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1px 5px;
}
#touch-screen #content-screen-1 .content-col .img-col .image-entry div.image-filter, #touch-screen #content-screen-1 .content-col .img-col .video-entry div.image-filter, #touch-screen #content-screen-1 .content-col .img-col .youtube-entry div.image-filter, #touch-screen #content-screen-2 .content-col .img-col .image-entry div.image-filter, #touch-screen #content-screen-2 .content-col .img-col .video-entry div.image-filter, #touch-screen #content-screen-2 .content-col .img-col .youtube-entry div.image-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
#touch-screen #content-screen-1 .content-col .img-col .image-entry.active img, #touch-screen #content-screen-1 .content-col .img-col .video-entry.active img, #touch-screen #content-screen-1 .content-col .img-col .youtube-entry.active img, #touch-screen #content-screen-2 .content-col .img-col .image-entry.active img, #touch-screen #content-screen-2 .content-col .img-col .video-entry.active img, #touch-screen #content-screen-2 .content-col .img-col .youtube-entry.active img {
  filter: none;
}
#touch-screen #content-screen-1 .content-col .img-col .image-entry.active div.image-filter, #touch-screen #content-screen-1 .content-col .img-col .video-entry.active div.image-filter, #touch-screen #content-screen-1 .content-col .img-col .youtube-entry.active div.image-filter, #touch-screen #content-screen-2 .content-col .img-col .image-entry.active div.image-filter, #touch-screen #content-screen-2 .content-col .img-col .video-entry.active div.image-filter, #touch-screen #content-screen-2 .content-col .img-col .youtube-entry.active div.image-filter {
  display: none;
}
#touch-screen #content-screen-1 .content-col .img-col .swiper-slide:first-child .image-entry, #touch-screen #content-screen-2 .content-col .img-col .swiper-slide:first-child .image-entry {
  border-top: none;
}
#touch-screen #content-screen-1 .content-col .img-col .video-entry .video-play-icon, #touch-screen #content-screen-1 .content-col .img-col .youtube-entry .video-play-icon, #touch-screen #content-screen-2 .content-col .img-col .video-entry .video-play-icon, #touch-screen #content-screen-2 .content-col .img-col .youtube-entry .video-play-icon {
  position: absolute;
  color: white;
  top: 70px;
  left: 73px;
  z-index: 2;
  opacity: 0.7;
  font-size: 40pt;
}
#touch-screen #content-screen-1 .content-col .img-col .video-entry .image-filter, #touch-screen #content-screen-1 .content-col .img-col .youtube-entry .image-filter, #touch-screen #content-screen-2 .content-col .img-col .video-entry .image-filter, #touch-screen #content-screen-2 .content-col .img-col .youtube-entry .image-filter {
  z-index: 1;
}
#touch-screen #content-screen-1 .content-col .img-col .swiper-scrollbar, #touch-screen #content-screen-2 .content-col .img-col .swiper-scrollbar {
  width: 7px;
  background: rgba(255, 255, 255, 0.5);
  right: 10px;
}
#touch-screen #content-screen-1 .content-col .img-col .swiper-scrollbar .swiper-scrollbar-drag, #touch-screen #content-screen-2 .content-col .img-col .swiper-scrollbar .swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.7);
}
#touch-screen .title {
  color: white;
  font-family: din-condensed, sans-serif;
  font-size: 95pt;
  text-transform: uppercase;
  position: relative;
  left: -16px;
  top: 0;
  animation: select-text-appear 2s ease;
  transition: left 2s ease, top 1s ease, opacity 0.7s ease, transform 0.7s ease;
  margin-top: 65px;
  margin-bottom: 19px;
  font-weight: normal;
  opacity: 1;
}
#touch-screen .title.faded-out {
  opacity: 0;
  transform: translateX(-40px);
}
#touch-screen #nav-panel {
  height: 70px;
  background-color: #060C15;
  color: white;
  width: 1920px;
  display: flex;
}
#touch-screen #nav-panel .main-col {
  text-transform: uppercase;
  border-right: #213C5E 1px solid;
  position: relative;
}
#touch-screen #nav-panel .main-col.no-border {
  border-right: none;
}
#touch-screen #nav-panel .main-col .nav-text {
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14pt;
  font-family: din-condensed, sans-serif;
  position: relative;
  background-color: #060C15;
  transition: top 0.2s ease-in-out, height 0.2s ease-in-out;
  height: 55px;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
#touch-screen #nav-panel .main-col .nav-text .nav-icon {
  float: right;
  transition: transform 0.2s ease-in-out;
  height: 18px;
  stroke: #ACC67B;
}
#touch-screen #nav-panel .main-col .nav-text .nav-icon.rotated {
  transform: rotate(180deg);
}
#touch-screen #nav-panel .main-col .nav-text .nav-label {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
#touch-screen #nav-panel .main-col .nav-text .nav-label.faded-out {
  opacity: 0;
}
#touch-screen #nav-panel .main-col .nav-text.expanded {
  height: 100px;
  top: -45px;
}
#touch-screen #nav-panel .main-col .nav-excerpt {
  color: #737376;
  font-family: freight-text-pro, serif;
  font-style: italic;
  font-size: 9pt;
  text-transform: initial;
  position: absolute;
  top: 0;
  padding: 0 10px;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.2s ease, top 0.2s ease;
}
#touch-screen #nav-panel .main-col .nav-excerpt.faded-out {
  opacity: 0;
  top: 20px;
}
#touch-screen .colored-block.main-menu-summary {
  background: linear-gradient(180deg, #3C4D67 0%, #080F18 100%);
}
#touch-screen .colored-block.main-menu-summary.loop {
  background: linear-gradient(180deg, #3C4D67 0%, #080F18 50%, #3C4D67 100%);
}
#touch-screen .colored-block.main-menu-summary .background-title {
  bottom: 0%;
  margin-bottom: 0;
  text-align: right;
}
#touch-screen .colored-block.wpg-river-system {
  background: linear-gradient(180deg, #0076A6 0%, #ACC67B 100%);
}
#touch-screen .colored-block.wpg-river-system.loop {
  background: linear-gradient(180deg, #0076A6 0%, #ACC67B 50%, #0076A6 100%);
}
#touch-screen .colored-block.wpg-river-system .background-title {
  top: 16%;
}
#touch-screen .colored-block.wpg-river-system.color-1 {
  background: #7AA58A;
}
#touch-screen .colored-block.wpg-river-system.color-2 {
  background: #669778;
}
#touch-screen .colored-block.wpg-river-system.menu-col .menu-entry.active {
  background: rgba(13, 22, 38, 0.3);
}
#touch-screen .colored-block.pinawa {
  background: linear-gradient(180deg, #D2D66F 0%, #3C4D67 100%);
}
#touch-screen .colored-block.pinawa.loop {
  background: linear-gradient(180deg, #D2D66F 0%, #3C4D67 50%, #D2D66F 100%);
}
#touch-screen .colored-block.pinawa .background-title {
  top: 12%;
}
#touch-screen .colored-block.pinawa.color-1 {
  background: #7AA58A;
}
#touch-screen .colored-block.pinawa.color-2 {
  background: #669778;
}
#touch-screen .colored-block.pinawa.menu-col .menu-entry.active {
  background: rgba(13, 22, 38, 0.3);
}
#touch-screen .colored-block.pointe-dubois {
  background: linear-gradient(180deg, #ACC67B 0%, #0076A6 100%);
}
#touch-screen .colored-block.pointe-dubois.loop {
  background: linear-gradient(180deg, #ACC67B 0%, #0076A6 50%, #ACC67B 100%);
}
#touch-screen .colored-block.pointe-dubois .background-title {
  top: 27%;
}
#touch-screen .colored-block.pointe-dubois.color-1 {
  background: #7AA58A;
}
#touch-screen .colored-block.pointe-dubois.color-2 {
  background: #669778;
}
#touch-screen .colored-block.pointe-dubois.menu-col .menu-entry.active {
  background: rgba(13, 22, 38, 0.3);
}
#touch-screen .colored-block.great-falls {
  background: linear-gradient(180deg, #3C4D67 0%, #D2D66F 100%);
}
#touch-screen .colored-block.great-falls.loop {
  background: linear-gradient(180deg, #3C4D67 0%, #D2D66F 50%, #3C4D67 100%);
}
#touch-screen .colored-block.great-falls .background-title {
  top: 0%;
}
#touch-screen .colored-block.great-falls.color-1 {
  background: #7AA58A;
}
#touch-screen .colored-block.great-falls.color-2 {
  background: #669778;
}
#touch-screen .colored-block.great-falls.menu-col .menu-entry.active {
  background: rgba(13, 22, 38, 0.3);
}
#touch-screen .colored-block.slave-falls {
  background: linear-gradient(180deg, #0076A6 0%, #ACC67B 100%);
}
#touch-screen .colored-block.slave-falls.loop {
  background: linear-gradient(180deg, #0076A6 0%, #ACC67B 50%, #0076A6 100%);
}
#touch-screen .colored-block.slave-falls .background-title {
  top: 24%;
}
#touch-screen .colored-block.slave-falls.color-1 {
  background: #7AA58A;
}
#touch-screen .colored-block.slave-falls.color-2 {
  background: #669778;
}
#touch-screen .colored-block.slave-falls.menu-col .menu-entry.active {
  background: rgba(13, 22, 38, 0.3);
}
#touch-screen .colored-block.seven-sisters {
  background: linear-gradient(180deg, #D2D66F 0%, #3C4D67 100%);
}
#touch-screen .colored-block.seven-sisters.loop {
  background: linear-gradient(180deg, #D2D66F 0%, #3C4D67 50%, #D2D66F 100%);
}
#touch-screen .colored-block.seven-sisters .background-title {
  top: 21%;
}
#touch-screen .colored-block.seven-sisters.color-1 {
  background: #7AA58A;
}
#touch-screen .colored-block.seven-sisters.color-2 {
  background: #669778;
}
#touch-screen .colored-block.seven-sisters.menu-col .menu-entry.active {
  background: rgba(13, 22, 38, 0.3);
}
#touch-screen .colored-block.pine-falls {
  background: linear-gradient(180deg, #ACC67B 0%, #0076A6 100%);
}
#touch-screen .colored-block.pine-falls.loop {
  background: linear-gradient(180deg, #ACC67B 0%, #0076A6 50%, #ACC67B 100%);
}
#touch-screen .colored-block.pine-falls .background-title {
  top: 43%;
}
#touch-screen .colored-block.pine-falls.color-1 {
  background: #7AA58A;
}
#touch-screen .colored-block.pine-falls.color-2 {
  background: #669778;
}
#touch-screen .colored-block.pine-falls.menu-col .menu-entry.active {
  background: rgba(13, 22, 38, 0.3);
}
#touch-screen .colored-block.mcarthur {
  background: linear-gradient(180deg, #3C4D67 0%, #D2D66F 100%);
}
#touch-screen .colored-block.mcarthur.loop {
  background: linear-gradient(180deg, #3C4D67 0%, #D2D66F 50%, #3C4D67 100%);
}
#touch-screen .colored-block.mcarthur .background-title {
  top: 19%;
}
#touch-screen .colored-block.mcarthur.color-1 {
  background: #7AA58A;
}
#touch-screen .colored-block.mcarthur.color-2 {
  background: #669778;
}
#touch-screen .colored-block.mcarthur.menu-col .menu-entry.active {
  background: rgba(13, 22, 38, 0.3);
}
#touch-screen .colored-block.norman {
  background: linear-gradient(180deg, #0076A6 0%, #ACC67B 100%);
}
#touch-screen .colored-block.norman.loop {
  background: linear-gradient(180deg, #0076A6 0%, #ACC67B 50%, #0076A6 100%);
}
#touch-screen .colored-block.norman .background-title {
  top: 27%;
}
#touch-screen .colored-block.norman.color-1 {
  background: #7AA58A;
}
#touch-screen .colored-block.norman.color-2 {
  background: #669778;
}
#touch-screen .colored-block.norman.menu-col .menu-entry.active {
  background: rgba(13, 22, 38, 0.3);
}
#touch-screen .colored-block.whitedog-falls {
  background: linear-gradient(180deg, #D2D66F 0%, #3C4D67 100%);
}
#touch-screen .colored-block.whitedog-falls.loop {
  background: linear-gradient(180deg, #D2D66F 0%, #3C4D67 50%, #D2D66F 100%);
}
#touch-screen .colored-block.whitedog-falls .background-title {
  top: 34%;
}
#touch-screen .colored-block.whitedog-falls.color-1 {
  background: #7AA58A;
}
#touch-screen .colored-block.whitedog-falls.color-2 {
  background: #669778;
}
#touch-screen .colored-block.whitedog-falls.menu-col .menu-entry.active {
  background: rgba(13, 22, 38, 0.3);
}
#touch-screen .colored-icon .svg-arrow {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
#touch-screen #touch-screen-logo-banner {
  height: 40px;
  background-color: black;
  position: relative;
}
#touch-screen #touch-screen-logo-banner img {
  position: absolute;
  margin: auto;
  width: 90px;
  left: calc(4% - 45px);
  top: 10px;
}
#touch-screen #sound-control {
  display: flex;
  position: absolute;
  right: 10%;
}
#touch-screen #sound-control #sound-button {
  font-size: 20pt;
  color: white;
  padding: 6px 10px 0 10px;
  width: 30px;
}
#touch-screen #sound-control #sound-button .has-sound, #touch-screen #sound-control #sound-button .no-sound {
  opacity: 1;
}
#touch-screen #sound-control #sound-button .has-sound.faded-out, #touch-screen #sound-control #sound-button .no-sound.faded-out {
  opacity: 0;
}
#touch-screen #sound-control #sound-slider {
  width: 70px;
  padding: 8px 10px;
}
#touch-screen #sound-control #sound-slider .rangeslider {
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 11px;
}
#touch-screen #sound-control #sound-slider .rangeslider__handle {
  width: 20px;
  height: 20px;
  border: none;
  top: -9px;
}
#touch-screen #sound-control #sound-slider .rangeslider__handle::after {
  content: none;
}
#touch-screen #sound-control #sound-slider .rangeslider__fill {
  background-color: white;
}
#touch-screen #video-control {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  bottom: 0px;
  left: 0;
}
#touch-screen #video-control #video-control-button-area {
  padding: 15px 5px;
  font-size: 20pt;
}
#touch-screen #video-control #video-control-slider-area {
  padding: 9px 10px 16px 10px;
  width: 172px;
  background: rgba(0, 0, 0, 0.4);
}
#touch-screen #video-control #video-control-slider-area .rangeslider {
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 11px;
}
#touch-screen #video-control #video-control-slider-area .rangeslider__handle {
  width: 18px;
  height: 13px;
  border: none;
  top: -5px;
  border-radius: 13px;
}
#touch-screen #video-control #video-control-slider-area .rangeslider__handle::after {
  content: none;
}
#touch-screen #video-control #video-control-slider-area .rangeslider__fill {
  background-color: white;
}
#touch-screen #video-control.faded-out {
  opacity: 0;
}
#touch-screen #lang-switch {
  font-family: din-condensed, sans-serif;
  font-weight: normal;
  font-size: 15pt;
  padding: 9px 12px;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  right: 0;
  color: white;
}
#touch-screen #lang-switch .lang-btn {
  padding: 2px 5px;
  transition: all 0.3s ease;
}
#touch-screen #lang-switch .lang-btn.active {
  background-color: white;
  color: black;
}
#touch-screen #lang-switch.hide {
  opacity: 0;
}

@keyframes touch-gradient {
  100% {
    background-position: 0 0;
  }
  0% {
    background-position: 0 200%;
  }
}
@keyframes background-title-scroll {
  0% {
    transform: translateX(193px);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes background-title-scroll-2 {
  0% {
    transform: translateX(386px);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes select-wpg-river-system-strip-expand {
  0% {
    left: -10%;
    width: 10%;
  }
  60% {
    left: 0;
    width: 10%;
  }
  70% {
    left: 0;
    width: 10%;
  }
  100% {
    left: 0;
    width: 30%;
  }
}
@keyframes select-pointe-dubois-strip-expand {
  0% {
    left: 10%;
    width: 10%;
  }
  60% {
    left: 0;
    width: 10%;
  }
  70% {
    left: 0;
    width: 10%;
  }
  100% {
    left: 0;
    width: 30%;
  }
}
@keyframes select-great-falls-strip-expand {
  0% {
    left: 20%;
    width: 10%;
  }
  60% {
    left: 0;
    width: 10%;
  }
  70% {
    left: 0;
    width: 10%;
  }
  100% {
    left: 0;
    width: 30%;
  }
}
@keyframes select-seven-sisters-strip-expand {
  0% {
    left: 40%;
    width: 10%;
  }
  60% {
    left: 0;
    width: 10%;
  }
  70% {
    left: 0;
    width: 10%;
  }
  100% {
    left: 0;
    width: 30%;
  }
}
@keyframes select-pine-falls-strip-expand {
  0% {
    left: 50%;
    width: 10%;
  }
  60% {
    left: 0;
    width: 10%;
  }
  70% {
    left: 0;
    width: 10%;
  }
  100% {
    left: 0;
    width: 30%;
  }
}
@keyframes select-slave-falls-strip-expand {
  0% {
    left: 30%;
    width: 10%;
  }
  60% {
    left: 0;
    width: 10%;
  }
  70% {
    left: 0;
    width: 10%;
  }
  100% {
    left: 0;
    width: 30%;
  }
}
@keyframes select-mcarthur-strip-expand {
  0% {
    left: 60%;
    width: 10%;
  }
  60% {
    left: 0;
    width: 10%;
  }
  70% {
    left: 0;
    width: 10%;
  }
  100% {
    left: 0;
    width: 30%;
  }
}
@keyframes select-pinawa-strip-expand {
  0% {
    left: 0%;
    width: 10%;
  }
  60% {
    left: 0;
    width: 10%;
  }
  70% {
    left: 0;
    width: 10%;
  }
  100% {
    left: 0;
    width: 30%;
  }
}
@keyframes select-whitedog-falls-strip-expand {
  0% {
    left: 80%;
    width: 10%;
  }
  60% {
    left: 0;
    width: 10%;
  }
  70% {
    left: 0;
    width: 10%;
  }
  100% {
    left: 0;
    width: 30%;
  }
}
@keyframes select-norman-strip-expand {
  0% {
    left: 70%;
    width: 10%;
  }
  60% {
    left: 0;
    width: 10%;
  }
  70% {
    left: 0;
    width: 10%;
  }
  100% {
    left: 0;
    width: 30%;
  }
}
@keyframes overview-slide-right {
  0% {
    transform: translateX(0);
  }
  93% {
    transform: translateX(300%);
  }
  100% {
    transform: translateX(300%);
  }
}
@keyframes menu-slide-right {
  0% {
    transform: translateX(0);
  }
  93% {
    transform: translateX(600%);
  }
  100% {
    transform: translateX(600%);
  }
}
@keyframes content-slide-right {
  0% {
    transform: translateX(0);
  }
  93% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes expand-from-default {
  0% {
    width: 10%;
  }
  100% {
    width: 30%;
  }
}
@keyframes select-text-appear {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes select-strip-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menu-expand {
  0% {
    opacity: 0;
    left: -10%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes content-expand {
  0% {
    opacity: 0;
    left: -40%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes menu-retract {
  100% {
    opacity: 0;
    left: -10%;
  }
  89% {
    opacity: 0;
    left: -10%;
  }
  0% {
    opacity: 1;
    left: 0;
  }
}
@keyframes content-retract {
  100% {
    opacity: 0;
    left: -40%;
  }
  89% {
    opacity: 0;
    left: -40%;
  }
  0% {
    opacity: 1;
    left: 0;
  }
}
#touch-screen #content-screen-1 .content-col.pointe-dubois .map-col .map-legend .drag-map, #touch-screen #content-screen-1 .content-col.mcarthur .map-col .map-legend .drag-map, #touch-screen #content-screen-2 .content-col.pointe-dubois .map-col .map-legend .drag-map, #touch-screen #content-screen-2 .content-col.mcarthur .map-col .map-legend .drag-map {
  display: block;
}

/*# sourceMappingURL=style.css.map */
