body {
  background-color: #FFFFFF !important;
  padding-right: 20px;
  padding-bottom: 8px;
}

  body.mobile-view {
    padding: 0px;
    margin: 0px;
  }

.mainMediaContainer {
  background: #ffffff;
}

#headerPanelMobile, #sidePanel #sidePanelInner .logoWrapper, .header.titleanchored, .appTitlem, .linkContainer, .shareBtns > .shareIcon {
  display: none !important;
  visibility: hidden !important;
}

.mobile-view #headerPanel, .mobile-view .esriSimpleSlider, .mobile-view .legend, .floatingSwiper .header, .mobile-view .header.titleanchored, .appTitle, .linkContainer, .shareBtns > .shareIcon {
  display: none !important;
  visibility: hidden !important;
}


.mobile-view #headerPanelMobile {
  display: none !important;
  visibility: hidden !important;
}

@media screen and (max-width: 480px) {
  .mobile-view #headerPanelMobile {
    display: none !important;
    visibility: hidden !important;
  }
}

.mobile-view #headerPanelMobile.hidden {
  display: none !important;
  visibility: hidden !important;
}

.sidePanel .navDots {
  top: -1px;
}

.navDots.vertical {
  background-color: #ffffff !important;
  border: none;
}

.navDots .navDotsInner, .navDots .navDotsOuter {
  vertical-align: top;
}

.navDotsOuter {
  display: none;
}

  .navDotsInner .navDotIndex, .navDotsOuter .navDotIndex {
    width: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 27px;
    margin-bottom: 10px;
    color: #ffffff;
    background: #01716f;
    top: 0px;
    cursor: pointer;
  }

.navDotsInner .navDotIndex {
  margin-left: 4px;
  text-align: left;
  padding-left: 5px;
}

.navDotsInner .dots {
  background-color: transparent;
  background-image: url(../images/catena.png);
  background-repeat: no-repeat;
  background-position-x: 2px;
  background-position-y: 35px;
}

.navDotsOuter .navDotIndex {
  text-align: right;
}

.navDotsInner .dot.circle-item, .navDotsInner .dot.circle-item:first-child {
  font-family: 'open_sansregular', sans-serif;
  background-color: #262626;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  line-height: 26px;
  padding: 0px;
  margin-bottom: 8px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  color: #fff !important;
  margin-left: 4px;
}

  .navDotsInner .dot.circle-item:hover, .navDotsInner .dot.circle-item.active, .navDotsInner .dot.circle-item.hovered, .navDotsInner .dot.circle-item:first-child:hover, .navDotsInner .dot.circle-item:first-child.active, .navDotsInner .dot.circle-item:first-child.hovered {
    background-color: #01716f;
    font-size: 16px;
  }

  .navDotsInner .dot.circle-item.glyphicon-user {
    top: 0px;
    left: 0px;
    font-size: 20px;
  }

    .navDotsInner .dot.circle-item.glyphicon-user:hover, .navDotsInner .dot.circle-item.glyphicon-user.active, .navDotsInner .dot.circle-item.glyphicon-user.hovered {
      background-color: #01716f;
      font-size: 20px;
    }

  .navDotsInner .dot.circle-item.home {
    height: 26px;
    width: 24px;
    line-height: 26px;
    background: none;
    color: #262626 !important;
    font-size: 20px !important;
  }

    .navDotsInner .dot.circle-item.home:hover, .navDotsInner .dot.circle-item.home.active, .navDotsInner .dot.circle.home.hovered {
      color: #01716f !important;
      background: none !important;
      background-color: transparent;
      font-size: 20px !important;
    }

.navDotsOuter .dot.description {
  background: none;
  font-family: 'open_sansregular', sans-serif;
  height: 26px;
  line-height: 26px;
  padding: 0px;
  margin-bottom: 8px;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  color: #262626 !important;
  text-transform: uppercase;
  padding-left: 10px;
  display: block;
}

  .navDotsOuter .dot.description span {
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
  }

  .navDotsOuter .dot.description:first-child {
    line-height: 30px;
  }

    .navDotsOuter .dot.description:hover, .navDotsOuter .dot.description.active, .navDotsOuter .dot.description.hovered, .navDotsOuter .dot.description:first-child:hover, .navDotsOuter .dot.description:first-child.active, .navDotsOuter .dot.description:first-child.hovered {
      color: #01716f !important;
      font-size: 14px;
    }

.navDotsInner .navDotsNav, .navDotsOuter .navDotsNav {
  background: none;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  line-height: 26px;
  padding: 0px;
  margin-bottom: 4px;
  color: #262626 !important;
  margin-left: 8px;
  opacity: 1;
  font-size: 18px;
}


@media screen and (max-height: 768px) {
  .navDotsInner .dot.circle-item, .navDotsInner .dot.circle-item:first-child {
    height: 22px;
    width: 22px;
    line-height: 22px;
    margin-bottom: 6px;
    font-size: 14px;
    margin-left: 8px;
  }

  .navDotsInner .dots {
    background-color: transparent;
    background-image: url(../images/catena.png);
    background-repeat: no-repeat;
    background-position-x: 7px;
    background-position-y: 30px;
    background-size: 75%;
  }

  .navDotsInner .dot.circle-item:hover, .navDotsInner .dot.circle-item.active, .navDotsInner .dot.circle-item.hovered, .navDotsInner .dot.circle-item:first-child:hover, .navDotsInner .dot.circle-item:first-child.active, .navDotsInner .dot.circle-item:first-child.hovered {
    font-size: 14px;
  }

  .navDotsInner .dot.circle-item.glyphicon-user {
    font-size: 16px;
  }

    .navDotsInner .dot.circle-item.glyphicon-user:hover, .navDotsInner .dot.circle-item.glyphicon-user.active, .navDotsInner .dot.circle-item.glyphicon-user.hovered {
      background-color: #01716f;
      font-size: 16px;
    }

  .navDotsInner .dot.circle-item.home {
    height: 22px;
    width: 20px;
    line-height: 22px;
    font-size: 16px !important;
  }

    .navDotsInner .dot.circle-item.home:hover, .navDotsInner .dot.circle-item.home.active, .navDotsInner .dot.circle.home.hovered {
      font-size: 16px !important;
    }

  .navDotsOuter .dot.description {
    height: 22px;
    line-height: 22px;
    margin-bottom: 6px;
    font-size: 14px;
  }

    .navDotsOuter .dot.description:first-child {
      line-height: 24px;
    }

      .navDotsOuter .dot.description:hover, .navDotsOuter .dot.description.active, .navDotsOuter .dot.description.hovered, .navDotsOuter .dot.description:first-child:hover, .navDotsOuter .dot.description:first-child.active, .navDotsOuter .dot.description:first-child.hovered {
        font-size: 14px;
      }

  .navDotsInner .navDotsNav, .navDotsOuter .navDotsNav {
    height: 22px;
    width: 22px;
    line-height: 22px;
    margin-bottom: 4px;
    margin-left: 11px;
    opacity: 1;
    font-size: 16px;
  }
}

@media screen and (min-height: 600px) and (max-height: 640px) {
  .navDotsInner .navDotIndex {
    display: none;
  }
}

.navDotsInner .navDotsNav.disabled {
  visibility: visible;
  opacity: 0.7;
}

.navDotsInner .navDotsNav:hover {
  color: #01716f !important;
  background: none;
}

  .navDotsInner .navDotsNav:hover.disabled {
    color: #262626 !important;
    background: none;
  }


.navDotsOuter .navDotsNav {
  visibility: hidden;
  cursor: default;
}

.navDotsOuter .navGroups {
  display: block;
  visibility: hidden;
  height: 20px;
}

.navDots .navGroup:hover {
  color: #01716f !important;
}


#headerPanel {
  display: block;
  position: relative;
  background-color: #ffffff;
  height: 125px;
  margin-bottom: 10px;
}


  #headerPanel .logo {
    display: block;
    float: left;
    height: 93px;
    width: 21%;
    position: relative;
    left: 34px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: transparent;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  #headerPanel .partners {
    display: block;
    float: right;
    width: 70%;
    padding-top: 5%;
    position: relative;
    top:30%;
  }

    #headerPanel .partners .img-header-container {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
    }

      #headerPanel .partners .img-header-container img {
        height: 64%;
      }

      #headerPanel .partners .img-header-container a {
        text-decoration: none;
        border-bottom: none;
      }
	  #headerPanel .partners .img-header-container .int-velo
	  {
		  height:53%;
	  }

#headerPanelMobile {
  display: block;
  width: 186px;
  height: 71px;
  position: absolute;
  right: 0px;
  top: 24px;
  background-color: transparent;
  background-image: url(../images/logo_mobile.png);
  background-repeat: no-repeat;
  z-index: 100;
}

.sections::-webkit-scrollbar {
  display: none;
}

.sidePanel .section {
  padding: 0px 30px 0px 5px;
  margin-top: -4px;
}

  .sidePanel .section:first-child {
    margin-top: -4px;
  }

    .sidePanel .section .title, .sidePanel .section:first-child .content p.title:first-child {
      font-weight: bold;
      font-size: 1.1em;
      color: #01716f;
    }

    .sidePanel .section:first-child .content {
      margin-top: 0px;
    }

.next-item {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
  color: #01716f;
  cursor: pointer;
  margin-top: 15px;
}

.glyphicon {
  font-family: 'Glyphicons Halflings' !important;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.scrollInner {
  width: 100%;
  height: 52px;
  background: url('../images/side-scroll.png');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 85px 52px;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 2.5s;
  -webkit-animation-timing-function: cubic-bezier(.5,0,1,1);
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 2.5s;
  -moz-animation-timing-function: cubic-bezier(.5,0,1,1);
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 2.5s;
  animation-timing-function: cubic-bezier(.5,0,1,1);
  animation-iteration-count: infinite;
}

.sectionsWrapper .section:last-child {
  padding-bottom: 1000px;
}

.sectionsWrapper .section.disabled {
  visibility: hidden;
  opacity: 0;
}

.sectionsWrapper .section.active {
  visibility: visible;
  opacity: 1;
}

#mainStagePanel #mainStagePanelInner {
  border: 1px dotted #262626;
}

#sidePanel #sidePanelInner {
  border: none;
}

table, table tr, table tr td {
  border-color: #fff !important;
}

.floatingSwiper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  width: 100%;
  height: 100px;
  z-index: 30;
}

  .floatingSwiper:not(.expanded) .title {
    display: block;
  }

  .floatingSwiper .swiper-container {
    height: 100px;
  }

.swiper-wrapper {
  background-color: #FFF;
}

/*.floatingSwiper {
    position: relative;
    left: 0;
    right: 0;
    display: none;
    bottom: 0px;
    width: 100%;
    height: auto;
    z-index: 30;
    background-color: #fff;
    height: 130px;
}*/

/*.floatingSwiper .swiper-container {
    overflow: visible;
    height: 100%;
}*/

/*.floatingSwiper.hasDesktopBtn:not(.expanded) .embed-btn-container {
    position: absolute;
    top: 36%;
    display: block;
    width: 51px;
    height: 100%;
    z-index: 1;
    opacity: .8;
    padding: 0px;
}*/

/*.floatingSwiper .swiper-container .swiper-wrapper {
    top: 20%;
}*/

.mapContainer.map {
  background-color: #D0CFD4;
}

.floatingSwiper .help-embed {
  color: #01716f !important;
}

.floatingSwiper .expanded-close-embed .backmap2 {
  background-color: #01716f !important;
  border-color: #BA0129 !important;
}

.backButton {
  border: 1px solid #01716f !important;
}

.scroll {
  bottom: -20px;
}

.esriPopup a, a, a:focus, a:visited, p.fakelink, a span, a:visited span, a:focus span
 {
  outline: 0;
  color: #01716f !important;
  text-decoration: none !important;
  cursor: pointer;
  border-bottom: 1px dashed #555;
  font-weight: 700;
  font-size: 11pt;
}

  p.fakelink:hover, a:hover, a:hover span {
    color: #BA0129 !important;
    text-decoration: none !important;
    cursor: pointer;
    border-bottom: 1px dashed #555;
  }

.sectionPanel .content, #mobileView .content {
  color: #4a4a4a !important;
}

.navDots .tooltip-inner {
  max-width: 450px;
  line-height: 8px;
  white-space: pre;
  word-wrap: break-word;
  text-align: left;
  padding: 8px 10px;
}

@media screen and (max-width: 1420px) {
  #headerPanel .partners {
    background-size: 100%;
    background-position-y: center;
  }

  #sidePanel {
    width: 45% !important;
  }
}

/*.esriViewPopup .header {
    display:block !important;
    visibility:visible !important;
}*/

.image-container, .image-container span, .image-container img {
  cursor: default !important;
  pointer-events: none !important;
}

  .image-container a {
    cursor: pointer !important;
    pointer-events: auto !important;
    display: block !important;
    border: none !important;
  }

.sectionPanel .header {
  position: relative;
  height: 35px;
}

  .sectionPanel .header div.socialBtns {
    position: absolute;
    top: -1px;
    left: 20px;
    z-index: 2;
    font-size: 15px;
  }

    .sectionPanel .header div.socialBtns a, #mobileView div.socialBtns a {
      display: block;
      float: left;
      margin-right: 10px;
      border: none !important;
    }

      .sectionPanel .header div.socialBtns a img, #mobileView div.socialBtns a img {
        width: 26px;
      }

.sectionPanel .header div.languageBtns {
  position: absolute;
  top: -1px;
  right: 0px;
  z-index: 2;
  font-size: 15px;
}

.sectionPanel .header div.languageBtns a, #mobileView div.languageBtns a,
.sectionPanel .header div.languageBtns div, #mobileView div.languageBtns div {
  display: block;
  float: left;
  margin-right: 10px;
  border: 3px solid transparent !important;
}

  .sectionPanel .header div.languageBtns a.selected, #mobileView div.languageBtns a.selected,
  .sectionPanel .header div.languageBtns div.selected, #mobileView div.languageBtns div.selected {
    cursor: default;
    border: 3px solid #01716f !important;
  }

  .sectionPanel .header div.languageBtns a img, #mobileView div.languageBtns a img,
  .sectionPanel .header div.languageBtns div img, #mobileView div.languageBtns div img {
    width: 26px;
  }

#mobileView div.socialBtns {
  padding-left: 15px;
}

#mobileView div.languageBtns {
  padding-left: 15px;
  display: block;
  right: 0px;
  position: absolute;
  bottom: -32px;
}

.sectionPanel .social {
  display: block;
}
