/* WordPress-environment adjustments on top of the ported live CSS. */

/* Keep the sticky utility bar below the WP admin bar when logged in. */
body.admin-bar #topUtilBar {
	top: 32px;
}
@media screen and (max-width: 782px) {
	body.admin-bar #topUtilBar {
		top: 46px;
	}
}

/* Generic WP page content wrapper (pages without a ported template). */
.ubd-page-content {
	padding-top: 1.5rem;
	padding-bottom: 2rem;
}
