/* Preserve BodyFlex typography while Bootstrap handles page structure. */
body {
    line-height: normal;
}

p,
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0;
}

ol,
ul {
    padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    line-height: normal;
}

@media (max-width: 991.98px) {
    .site-header .nav.open {
        display: flex !important;
    }
}
