#committee-box {
  display: none;
}
.roi-sliders .row {
  align-items: flex-end;
  min-height: 50px;
}
.irs--round {
  min-height: 55px;
}
.irs--round .irs-single {
  margin-top: 28px;
  z-index: 1000;
  background: transparent;
  color: #1c67c1;
  font-weight: bold;
}
.irs--round .irs-single:before {
  display: none;
}
.irs--round .irs-bar {
  background: #1c67c1;
}
.irs--round .irs-to {
  background: #1c67c1;
}
.irs--round .irs-handle {
  width: 50px;
  border-width: 3px;
  height: 25px;
  border-color: #1c67c1;
}
