<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-content{
	font-size: 13px;
}

.main-page-container {
	font-size: 13px;
}

	.main-page-container h1 {
		font-size: 20px;
		line-height: 23px;
		margin: 0 0 16px 0;
	}

	.main-page-container h2 {
		font-size: 14px;
		line-height: 21px;
		margin: 18px 0 14px 0;
	}

	.main-page-container h3 {
		font-size: 13px;
		line-height: 19px;
		margin: 16px 0 13px 0;
	}

	.main-page-container h4 {
		font-size: 12px;
		line-height: 18px;
		margin: 14px 0 12px 0;
	}

	.main-page-container h5 {
		font-size: 12px;
		line-height: 17px;
		margin: 14px 0 12px 0;
	}

	.main-page-container h6 {
		font-size: 12px;
		line-height: 16px;
		margin: 0 0 0 0;
	}

	.main-page-container p {
		margin: 8px 0px 0px 0px;
	}



/* Calendar
-------------------------------------------------- */
.calendar{
	font-family: 'Oswald', sans-serif;
}

.calendar-head{
	text-align: center;
}

	.calendar-head .prev-month,
	.calendar-head .next-month,
	.calendar-head .actual-month{
		font-size: 14px;
		text-transform: uppercase;
	}
	
	.calendar-head .prev-month{
		float: left;
	}

	.calendar-head .next-month{
		float: right;
	}

.calendar-body {
	font-size: 13px;
}

	.calendar-body .calendar-table td {
		width: 30px;
		height: 30px;
		text-align: center;
	}

	.calendar-body .calendar-table td.default {
		background: transparent;
	}

	.calendar-body .calendar-table td.has-event {
		background: #1c4c97;
	}

		.calendar-body .calendar-table td.default a {
			color: black;
		}

		.calendar-body .calendar-table td.default a.day-passed {
			color: #b7b7b7;
		}

	.calendar-body .calendar-table td.today {
/*		background: #1c4c97; */
		border: 1px solid #1c4c97;
	}

		.calendar-body .calendar-table td.today a {
/*			color: white; */
		}

		.calendar-body .calendar-table td a {
		}

		.calendar-body .calendar-table td a.has-event {
			/* color: #1c4c97; */
			color: white;
			cursor: pointer;
		}

		.calendar-body .calendar-table td.today a.has-event {
			color: #1c4c97;
		}

		.calendar-body .calendar-table td a.no-event {
			color: black;
		}

div.calendar_day_events {
	border: 1px solid #808080;
	background: white;
	padding: 8px;
}

div.calendar_day_events p {
	font-size: 12px;
	margin: 4px 0px;
}

				#site-logos #logo-main #site-names h1#site-name a{
					color: white;
				}

					#site-logos #logo-main #site-names h2#site-name-sub a{
						color: white;
					}

p.departments {
	font-size: 14px;
	font-family: 'Open Sans',sans-serif;
}

	p.departments span {
		margin: 0px 12px 0px 0px;
		font-weight: bold;
	}


div.main-page-container a.news-archives-year {
	float: right;
	margin-left: 10px;
}

div.main-page-container a.news-archives-year-active {
	float: right;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
}

div.main-page-container div.page-image{
	position: relative;
}

	div.page-image img{
		width: 100%;
		height: auto;
		display: block;
		top: 0px;
	}
	
	div.page-image div.news-item-title-wrapper{
		position: absolute;
		bottom: 0px;
	}
	
		div.page-image div.news-item-title-wrapper h1.news-item-title{
			margin: 0;
			font-size: 20px;
		}


/* News
-------------------------------------------------- */
.featured-news-item{
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,1,1,.21);
	-moz-box-shadow: 0 1px 2px rgba(0,1,1,.21);
	box-shadow: 0 1px 2px rgba(0,1,1,.21);
}

	.news-item-image{
		width: 100%;
		height: 230px;
		position: relative;
	}
	
	.featured-news-item .news-item-image{
		height: 270px;
	}

	.news-item-title-wrapper{
		position: absolute;
		bottom: 0px;
		width: 100%;
		background: url('/static/img/default/title-bg.png') repeat;
	}
	
		.news-item-title{
			font-size: 20px;
			font-family: 'Oswald', sans-serif;
			line-height: 23px;
			margin: 0;
			padding: 20px 30px 10px 30px;
		}

			.news-item-title a{
				color: #000000;
			}

			.news-item-title a:hover{
				color: #1c4c97;
			}
	
	.news-item-excerpt{
		padding: 10px 30px 20px 30px;
		font-size: 13px;
		line-height: 19px;
		color: #747474;
	}

.more-news{
	float: right;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	color: #000000;
	padding-right: 16px;
	margin: 0 30px 30px 0;
	background: url('/static/img/default/more.png') no-repeat;
	background-position: right center;
}

	.more-news:hover{
		color: #1c4c97;
	}


/* Sidebar
-------------------------------------------------- */
.sidebar-content {
	font-size: 13px;
}

.sidebar-content h3 {
	text-transform: none;
	font-family: 'Open Sans';
	font-size: 13px;
	font-weight: bold;
}

.sidebar-content ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
}

.sidebar-content ul li {
	margin-top: 4px;
}


div#user-box {
	border: 1px solid #d0d0d0;
	background: white;
	font-size: 13px;
}

	div#user-box p {
		text-align: center;
		margin: 4px 0px;
	}

img {
	border: none;
}

div#old-portal-links {
	font-size: 12px;
}

#site-footer {
	background: white;
	border-top: 1px solid #CCCCCC;
	margin-top: 20px;
	padding: 20px 0px;
}

	#site-footer div.content {
		margin: 0px auto;
	}

	#site-footer p.copyright {
		color: #808080;
		font-family: 'Open Sans';
		font-size: 11px;
		font-weight: 400;
		letter-spacing: 2px;
		text-align: center;
		margin: 0;
	}

		#site-footer p.copyright a {
			color: #808080;
		}

		#site-footer p.copyright a:hover {
			color: #C1272D;
		}



</pre></body></html>