h1,h2,p,dl,ul,ol,table {
	break-inside: avoid !important;
}
h1,h2 {
	break-after: avoid !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 */
#block-cosmic-page-title::after {
	content: url(/sites/default/files/styles/medium/public/2025-11/UOSignature-356.png);
  margin-left: auto;
}
#block-cosmic-page-title {
	display: flex;
}

/* a11y statement */
.region-content::after {
	content: "The University of Oregon is an equal-opportunity institution committed to cultural diversity and compliance with the Americans with Disabilities Act. Accommodations for people with disabilities will be provided if requested in advance by calling 541-346-1258. © 2026 University of Oregon SSEM[node:changed:custom:my]";
	line-height: 1.3;
	display: block;
	padding-top: 1rem;
	border-top: 1px dashed lightgray;
	font-size: 8pt;
	text-align: center;
	margin-top: .5rem;
}

/**
 * dl
 */
dl {
	display: grid;
	grid-template-columns: max-content auto;
}
dt {
	grid-column-start: 1;
}
dd {
	grid-column-start: 2;
}
dl p {
	margin: 0 !important;
}
/* end dl */

/* columns */
.node__content {
	columns: 2;
}

.layout {
	max-width: unset !important;
	display: unset !important;
}
@media (min-width: 960px) {
  .node__content {
  	columns: 3 !important;
  }
}

.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;
}

h2 {
	text-transform: uppercase !important;
	margin-bottom: 0 !important;
	margin-top: 1em !important;
	font-family: sans-serif;
	font-size: 1em !important;
	font-weight: bold !important;
}
.layout {
	padding: 0 !important;
}
