.asset-lifecycle-page-template .get-in-touch > div {
  border: none;
}

.vertical-page-nav-container {
  position: absolute;
  height: 220px;
  top: 50%;
  transform: translateY(-50%);
}
.vertical-page-nav-container.on_footer {
}

.vertical-page-nav-wrap {
  position: fixed;
  z-index: 50;
  width: 90px;
  bottom: 0;
  top: 0;
  right: 0;
  padding: 30px;
  z-index: 100;

  display: none;
}
.vertical-page-nav-wrap-inner {
  display: flex;
  /*align-items: center;*/
  /*justify-content: flex-end;*/
  height: 100%;
  top: 0;
  right: 0;
  width: 100%;
}
.vertical-page-nav-inner {
  height: 100%;
  width: 30px;
  position: relative;
}

.vertical-page-dots-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 5px;
  height: 100%;
}
.vertical-page-dots-text-wrap {
  position: absolute;
  padding: 0 15px;
  top: 0;
  right: 100%;
  text-align: right;
}
.vertical-page-dots-wrap .vertical-page-dot {
  height: 30px;
  position: relative;
}

.vertical-page-dots-wrap .vertical-page-dot,
.vertical-page-dots-text-wrap .vertical-page-dot-text {
  height: 100px;
  line-height: 1;
}

.vertical-page-dots-wrap .vertical-page-dot:nth-child(3),
.vertical-page-dots-text-wrap .vertical-page-dot-text:nth-child(3) {
  height: auto;
}

.vertical-page-dot-text.selected .vertical-page-dot-title {
  color: #f7971d;
  transition: all 0.2s ease;
}
.vertical-page-dot-text .vertical-page-dot-title {
  text-transform: uppercase;
  transition: all 0.2s ease;
  color: #aaaaaa;
  line-height: 1;
  padding: 1px 0;
}
.vertical-page-dots-wrap .vertical-page-dot-inner {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 3px solid #aaa;
  display: inline-block;
  background: transparent;
  line-height: 1;
  color: #aaaaaa;
  vertical-align: bottom;
  cursor: pointer;
}
.vertical-page-dots-wrap .vertical-page-dot-inner:after {
  content: '';
  position: absolute;
  height: calc(100% - 26px);
  width: 3px;
  border-right: 3px dashed #aaa;
  left: 50%;
  transform: translateX(-50%);
  top: 23px;
}

.vertical-page-nav span.ui-slider-handle {
  width: 30px;
  height: 30px;
  outline: none;
  border-radius: 100%;
  background: #f7971d;
  border: 3px solid #f7971d;
  box-shadow: 0 0 10px 2px #f7971d;
  display: inline-block;
  left: -15px;
  cursor: pointer;
  margin-bottom: -15px;

  display: none;
}
.vertical-page-nav.ui-widget.ui-widget-content {
  border: 0;
  background: none;
  height: calc(100% - 20px);
  display: inline-block;
}
.vertical-page-nav.ui-slider-horizontal,
.vertical-page-nav.ui-slider-vertical {
  width: 2px;
  margin: 10px 14px;
  border: none;
}

span.ui-slider-handle.ui-state-default.ui-corner-all {
  transition: all 0.3s;
}

span.ui-slider-handle.ui-state-default.ui-corner-all.ui-state-active {
  transition: none;
}

.asset-lifecycle-page-template .big-thumbs.section {
  padding-top: 0;
}

/* Large Tablet */
@media only screen and (max-width: 920px) {
  .asset-lifecycle-page-template
    .big-thumbs-bg-light.border-top.big-thumbs-bg-white {
    border-top: none;
  }
}
