* {
	break-inside: avoid-page !important;
}

body {
	font-size: 10pt !important;
	/* font-size: 14pt !important; */
	line-height: unset !important;
	color: black !important;
}

h1 {
	font-size: 18pt !important;
	line-height: 1 !important;
	margin-top: 0 !important;
}

h2 {
	font-size: 14pt !important;
	line-height: 1 !important;
	margin-bottom: 0 !important;
}


h3 {
	line-height: 1 !important;
	font-size: 10pt !important;
	margin-bottom: 0 !important;
}

tr {
	break-inside: avoid-page !important;
	background: none !important;
}

th, td {
	padding: 0.25em !important;
	break-inside: avoid-page !important;
	position: unset !important;
	background: none !important;
	vertical-align: top !important;
}

p, li {
	break-inside: avoid-page !important;
	line-height: 1.5em;
	color: black !important;
}

table p, li {
	margin: 0 !important;
}

ul, p {
	margin: 0 0 .5em !important;
}

a {
	text-decoration: none !important;
}

a[href]:after {
	content: none;
}

table {
	width: 100%;
	background: none !important;
}

table.table--data {
	display: table;
}

/***
 * column widths
 **/
.table {
	table-layout: fixed;
}

/* time */
.table th:first-child {
	width: 8rem;
}

/* location */
.table th:last-child {
	width: 10rem;
}

/* end column widths */

/***
 * UO Logo 
 **/

/* constrain uo logo */
.layout {
	position: relative;
	padding: 0;
}

/* remove position relative to allow logo position set by .layout instead */
.contextual-region {
	position: static;
}

/* uo logo */
.field--name-field-media-image {
	display: block !important;
	position: absolute;
	top: 0;
	right: 0;
	width: 10rem;
}

/* end UO logo */

.field--name-field-agenda-event-date {
	font-size: var(--text-size--rg);
	line-height: var(--line-height--rg);
}

/* fix blank text in Chrome, removes zebra striping */
.table tr:nth-of-type(2n ), .table .table__row:nth-of-type(2n) {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important; /* necessary? */
}

.field--name-field-print-this-page {
	display: none;
}


