.noUi-target {
    background: #aaaaaa;
    border: none;
    margin-bottom: 3em;
}

.noUi-horizontal {
    height: 4px;
}

.noUi-connect {
    background: #692859;
}

.noUi-handle:before, .noUi-handle:after { 
    display: block;
    background: unset;
}

.noUi-pips-horizontal {
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
}

.noUi-pips {
    color: #262626;
}

.noUi-marker-horizontal.noUi-marker {
    height: 9px;
    top: 4px;
}

.noUi-marker.noUi-marker-horizontal.noUi-marker-large {
    height: 20px;
    top: -8px;
}

.noUi-value {
    display: block;
}

.noUi-marker, .noUi-marker-large {
    background: #aaaaaa;
}

.noUi-horizontal .noUi-handle {
    width: 30px;
    height: 30px;
    right: -15px;
    top: -14px;
    border-radius: 15px;
    background: #692859;
    border: none;
    box-shadow: none;
}

.noUi-handle-lower:before {
    position: absolute;
    content: "\2513";
    color: #fff;
    transform: rotate(45deg);
    left: 18px;
    top: -3px;
    font-size: 17px;
}

.noUi-handle-upper:before {
    position: absolute;
    content: "\2513";
    color: #fff;
    transform: rotate(225deg);
    left: 11px;
    top: 20px;
    font-size: 17px;
}

.noUi-value-sub {
    font-size: unset;
    color: #262626;
}

.iov-slider__value {
    font-weight: bold;
    font-size: 1.25rem;
}

.sv-findCompulsorySchooling .iov-links-row {
  display: flex;
  flex-direction: column;
  margin: -4px 0 13px 0;
}
.sv-findCompulsorySchooling .iov-links-row a {
  font-size: 18px;
  font-weight: normal;
  color: #0079c2 !important;
  text-decoration: none;
  line-height: 28px;
}
.sv-findCompulsorySchooling .iov-links-row a:hover {
  text-decoration: underline;
}
.sv-findCompulsorySchooling .iov-header--icon-blue {
  fill: #0079C2;
}
.sv-findCompulsorySchooling .iov-same-value-upper {
  right: -30px;
}
.sv-findCompulsorySchooling .iov-same-value-lower {
  right: 0px;
}
