<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fact-sheets .view-content {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-auto-rows: minmax(150px, auto);
	grid-gap: 1em;
	margin-bottom: 24px;
}
.fact-sheets .views-row {
	border: 1px solid #E2E2E2;
	background: #F7F7F7;
}
.fact-sheets .views-field-title {
	padding: 12px;
	font-weight: bold;
}
.fact-sheets .views-field-field-cme-download-link {
	padding: 0 12px 12px;
}
.page-node-488591 .container ul li {margin-bottom: 0 !important;}
.csc-sponsors {
	text-align: center;
	font-size: 1.2em;
}
.csc-container {
	max-width: 1200px;
	margin: 50px auto;
	z-index: 1;
	padding: 0 16px;
}
.sponsors-grid {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding: 0;
	margin: 0;
}
.page-node-488591 div.two-col .main ul {
	list-style: none !important;
}
.page-node-488591 div.two-col .main ul li {
	margin-bottom: 0 !important;
}

.fact-sheets {
	max-height: 5000px;
	transition: max-height 200ms ease-out;
	margin-bottom: 32px;
}

@media (min-width: 800px) {
	.fact-sheets {
		max-height: 1650px;
	}
	.folded {
		max-height: 0;
	}
}

.folded {
	max-height: 0;
	overflow: hidden;
	position: relative;
}
.see-folded {
	transition: margin 200ms linear;
	margin-bottom: 0;
	display: block;
	position: relative;
}
.see-folded.not-folded {
	margin-bottom: 24px;
}
.see-folded .has-arrow::after {
	content: 'âŒ„';
	transform: rotate(-90deg);
	transform-origin: center;
	transition: transform 200ms linear;
	position: absolute;
	line-height: 0;
	top: 12px;
}
.see-folded.not-folded .has-arrow::after {
	transform: rotate(0deg);
}</pre></body></html>