/* Local CSS overrides for just this site */

.contentCard h3 {margin-top:0px; }
.contentCard h3 a[href] {color:#3D5F5B;}

.scale98hover:hover {
	transform: scale(0.98); 
	border: #999 solid 1px;
}

.favNote {
	margin-top:0px;
	width:94%;	
	margin-bottom:20px;
	float:none;
	margin-left:0px!important;
	border:1px solid #ccc; 
	padding:10px;
}
	
@media screen and (min-width: 1024px) {
	.announcements{
		width: 49%;	
	}
	.newsSection, .eventsSection {
		width: 49%;
	}
}

.content ol li:not(:last-child) {
	margin-bottom:1em;
}

.x-card {
	background-color:#fff; 
	display:inline-block; 
	padding:1em; 
	width:-webkit-fill-available; 
	border:#fff 2px solid
}
.x-card:hover {
	border-color: #cea600;
	cursor: pointer;
}