/* Preserve explicitly centered institutional headings at responsive widths. */

@media screen and (max-width: 1240px) {
    #main h3[align="center"] {
        text-align: center !important;
    }
}
