<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* different than phone */
	#news_events{
		border: 1px solid #BBB;
		margin: 0 1% 0 3%;
		float: left;
		background: white;
		width: 80%;
	}
	
	#news_selector, #events_selector{
		padding: 1.5em 0;
		background: #FFF url(../../images/graybar.jpg) no-repeat right top;	
		float: left;
		width:30%;
		height: 1em;
	}
	
	#news_selector a, #events_selector a{
		color: #BBB;	
	}
	
	#news_selector.selected, #events_selector.selected{
		border-bottom: none;	
	}
	
	#news_selector.selected a, #events_selector.selected a{
		color: black;	
	}
	
	#news_selector, #events_selector, #more_selector{
		border-bottom: 1px solid #BBB;
	}	
	
	#more_selector{
		padding: 1.5em 0;
		float: left;
		width: 60%;
		height: 1em;
		text-align: right;
	}
	
	/* different than tablet */
	#more_selector img{
		margin: -1% 10% 0 0;	
	}
	
	#news_selector h3, #events_selector h3{
		font-size: 1.2em;	
		font-weight: bold;
		text-align: center;
	
	}	
	
	#news_content, #events_content{
		position: absolute;
		left: -2000%;
		bottom: -2000%;
		width: 0;
	}
			
	#news_content.selected, #events_content.selected{
		position: relative;
		left: 0;
		bottom: 0;
		width: 94%;
		clear: both;	
		padding: 0 3% 3% 3%;
	}

	#news_content .featured_news{
		
		width: 97%;
		padding: 4% 3% 4% 0%;	
		overflow: hidden;
		border-bottom: 1px solid #BBB;
		min-height: 12em;
	}
	
	#news_content .featured_news img{
		/*width: 33%;*/
		max-width: 33%;
		max-height: 225px;
		float: right;
		margin: 0 0 3% 3%;
	}
	
	#news_content .featured_news .news_details{
		width: 100%;	
		float: left;
	}
	
	#news_content .featured_news .news_date{
		color: #BBB; 
		font-size: 0.5em;
		float: left;
	}
	
	#news_content .featured_news .headline{
		font-size: 1 em; /* originally 1.4em */
		font-weight: bold;
		padding-top: 2%;
		clear: left;
		line-height: 120%;
	}
	
	#news_content .featured_news .headline a{
		color: black;
	}
	
	#news_content .featured_news .teaser{
		color: black; 
		font-size: 1.0em;
		padding-top: 2.5%;
		clear: left;
		line-height: 150%;
	}
	
	#news_content .featured_news .teaser a{
		color: black;	
	}
	
	#events_content .featured_event{
		
		width: 97%;
		padding: 2% .5% 2% 0%;	
		overflow: hidden;
		border-bottom: 1px solid #BBB;
	}	
	
	/* different than tablet */
	#events_content .featured_event .event_date{
		float: left;
		margin: 0 3% 0 0;
		font-size: 1.5em;
		max-width: 33%;
		width: 33%;
		text-align: center;
	}
	
	#events_content .featured_event .event_date{
		line-height: 100%;	
	}
	
	#events_content .featured_event .event_date a{
		font-weight: bold;
		color: #639;	
	}
	
	#events_content .featured_event .event_title{
		line-height: 100%;	
		font-size: 1em; /* originally 1.4em */
	}
		
	#events_content .featured_event .event_title a{
		font-weight: bold;
		color: black;	
	}
	
	#events_content .featured_event .event_details_container{
		max-width: 	64%;
		float:left;
	}
	
	#events_content .featured_event .event_time,.event_location{
		line-height: 100%;
	}

#bottom_more_selector{
		font-size: 1.0em;
		font-weight: bold;
		height: 3em;
		width: 94%;
		padding: 0 3% 0 3%;
	}
	
	#bottom_more_selector #more_icon{
		margin-left: 37%;	
		float: left;
	}
	
	#bottom_more_selector p{
		float: left;	
		padding: .35em 0 0 0.5em;
	}
</pre></body></html>