/* site-specific styles */
.uv-sect:first-of-type.bg--linear-top::before {
    display: none;
}
.sect-details dl {
    display: flex;
    flex-wrap: wrap;
}
.sect-details dt {
    flex: 0 0 25%;
}
.sect-details dd {
    flex: 0 0 75%;
}
ul.no-bullets {
list-style-type: none;
margin: 0;
padding: 0;
}