/* 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;
}
 .icoa--ios-app-store:after {
     content: "";
}
 .icoa--google-play-store:after {
     content: "";
}

/* fix ugly spacing when a text bock immediately follows a button or document button */
div.btn-row + h4 {
    margin-top:1.5rem;
}