  strong {
    font-weight:700;
}

.bg-circle {
    position:relative;
}
.bg-circle::before {
    content: "";
    height: 25rem;
    width: 25rem;
    display: block;
    background-color: var(--gfColors-slate15);
    border-radius: 50%;
    position: absolute;
    top: -2rem;
    left: -11rem;
    z-index: -1;
}
.bg-circle.bg-circle--small::before {
    height: 12rem;
    width: 12rem;
    top: -3rem;
    left: -6rem;
}

#otAdmissions ul.u-highlightList li::before {
    border-color: transparent #fdb814;
    top: 0.9em;
}
@media(min-width:992px) {
table {
    width:85%;
}
}