/*styles for news items only*/

/*#news_scroll {
	max-height: 350px;
	overflow: auto;
	white-space: nowrap;
}*/

.newsBanner {
	border-top: 2px solid #CCC;
	padding:0;
}
.healthnewsintro {
	background-color: var(--lightblue);
	margin-top: -10px;
	padding:1.0em;
	height:auto;
	font-size: 1.2em;
}

/*#newsImage > img {
	max-width:300px;
	height: auto;
}

.newsTitle, .newsExcerpt {
	padding: 1em;
}*/

/*.newsContainer {
	max-width: 300px;
	max-height: 360px;
	float: right;
}*/

.newsItem {
	border:1px solid #ddd;
	border-radius: 12px;
	margin: 1em;
	height:300px;
	background-color: #FFF;
	box-shadow: 2px 2px 6px #bbb;
}

.newsImage {
	height: 150px;
	border-bottom:1px solid #ddd;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
}

.newsSource {
	font-size: .8em;
	margin-bottom: -15px;
	color:#777;
}

.newsText {
	padding-left: 1em;
	padding-right: 1em;
}

.newsImage > img {
	max-width:100%;
	max-height: auto;
}

.newsText H3 {
	font-size: 1.5rem;
	color: #369;
}

.newsText p {
	color:#888;
	font-size: 1.3rem;
}

.newsItem:hover {
	border-color:#4c98e0;
}

a:hover {
	text-decoration: none;
}

.moreNews {
	background-color:transparent;
	text-align: center;
	font-size: 1.1em;
}