#news-room .news-img{
	flex: 0 0 35%;
	max-width: 35%;
	margin-bottom: 5px;
	position: relative;
	width: 100%;
	padding-right: 8px;
	padding-left: 15px;
}

#news-room .news-content{
	text-transform:upper-case;
	flex: 0 0 65%;
	max-width: 65%;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 8px;
}


#news-room .news-content h2{
	margin-top:0;
	margin-bottom:8px;
	
}

#news-room .news-content h2 a, a.list-group-item:not(.active){
	color:#0056b3 !important;
}

#news-room hr{
	width:calc(100% - 30px);
}

#media-news-box img{
	max-height:60px;
	margin-right:8px;
}

#media-news-box .list-group-item{
	display:inherit;
}

.card-header{
	margin-top:0 !important;
}

.card-body{
	padding:.75em;
}

a.no-underline-hover, .no-underline-hover a{
	text-decoration:none !important;
}

.card.blue-card .card-header:hover{
	background:#def0f4;
}

.card.org-card .card-header:hover{
	background:#f0e8db;
}

.card-body, .list-group-item{
	padding:.75rem;
}	

.card-body p{
	line-height:1.25em;
}

.list-group-item.active{
	background:#007bff !important;
	color:#ffffff;
	border-color:#007bff;
}

.form-group .form-control{
	max-width:500px;
}



@media (max-width: 575.98px) {
				
	#news-room .news-img, #news-room .news-content{
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#news-room .news-content{
		padding-left:15px;
	}
	
	#news-room .news-img{
		padding-right:15px;
	}
	
	#news-room .news-content h2{
		margin-top:10px;
	}
}

@media (max-width: 991.98px) {
	#news-room{
		margin-bottom:20px;
	}
}