.cardHeader
{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
}

.cardSubheader
{
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
}

.newsListItemImage
{
	overflow: hidden;
	position: relative;
}


.newsListItemGradient
{
	box-shadow: 0 0 0.5rem 0.75rem;
	height: 100%;
	position: absolute;
	width: 100%;
}

.newsListItemMedia
{
	position: absolute;
	top: 0;
}

.newsListItemMedia span
{
	border-radius: 50%;
	display: inline-block;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

.newsListItemMedia span [class^="icon-"]:before, [class*=" icon-"]:before
{
	line-height: 30px;
}

.newsListItemSmiIcon
{
	bottom: 0.75rem;
	height: 18px;
	position: absolute;
	right: 0;
	width: 50px !important;
}