.validation-summary-valid {
    display: none;
}

.validation-summary-errors ul {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    color: #0b0c0c;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

@media (min-width: 40.0625em) {
    .validation-summary-errors ul {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.3157894737;
    }
}