.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

a {
  color: #727272;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: color 0.5s ease;
}
.ux-info-banner[type=info] a:hover {
  color: #fff;
}
.ux-info-banner[type=error] a:hover {
  color: #ff0201;
}
a:hover {
  color: #131313;
}

.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.ux-iws-sticky-scroll-bar {
  top: 0;
  position: sticky;
  display: block;
  z-index: 2;
}
.ux-iws-sticky-scroll-bar__track-container {
  width: 100%;
  height: 26px;
  padding: 8px;
  transition: all 0.2s ease-in-out;
}
.ux-iws-sticky-scroll-bar__track {
  height: 10px;
  border-radius: 5px;
  background: #747474;
  cursor: grab;
  display: block;
}
.ux-iws-sticky-scroll-bar.is-sticky .ux-iws-sticky-scroll-bar__track-container {
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}