<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BEGIN ITEM-DETAIL CSS ----------------------------------------&gt; */

#bannerContent h1#pageTitle
{
	--min-font-size: 26;
	--max-font-size: 34;
}

#bannerContent h1#pageTitle &gt; span
{
	color: #FFF;
}

#itemDate,
#itemDateInContent
{
	color: #F09720;
	font-size: 1.2rem;
}

#itemDateInContent
{
	display: block;
}

@media (min-width: 1025px)
{
	#itemDateInContent
	{
		display: none;
	}
}

div.blog,
div.publication,
span.publication
{
	font-style: italic;
}

#itemsection
{
	font-size: 1.2rem;
	font-weight: 600;
}

#itemContent
{
	margin: 20px 0 0 0;
}

.photoRight
{
	float: right;
	margin-left: 14px;
}

/* attachments */

#attachWrap
{
	margin: 0 0 2em 0;
}

.attachment_wrapper
{
	margin: 0 0 30px 0;
}

.attachment_item &gt; div
{
	margin: 0 0 6px 0;
}

#subContent li
{
	color: #2F3351;
	font-size: 1.2rem;
}

#subContent .itemSection
{
	margin-bottom: 0px;
	padding-bottom: 30px;
}

#subContent a:not(:hover):not(:focus)
{
	color: #2F3351;
}

.rsvpButton a,
.mapit a
{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0px;
	border-radius: 44px;
	background: none;
	border: 2px solid #3F67B1;
	padding: 9px 22px;
	color: #1C1C1C;
	text-align: center;
}

.rsvpButton a:hover,
.rsvpButton a:focus,
.mapit a:hover,
.mapit a:focus
{
	border: 2px solid #F09720;
	background: #F09720;
	color: #ffffff;
}

/* END ITEM-DETAIL CSS ------------------------------------------&gt; */</pre></body></html>