a .latest-news {

	color: black;

}

.first-news-row {

	margin-top: 20px;

}

.latest-news {

	font-size: 0;
	position: relative;
	overflow-x: hidden;

}

.latest-news .image {

	width: 440px;
	height: 280px !important;
	display: inline-block;

}

.latest-news .image img {

	min-width: 441px;
	height: 280px !important;

}

.latest-news .details {

	display: inline-block;
	width: 255px;
	height: 280px;
	margin-left: auto;
	margin-right: 0;
	background-color: #f0efff;
	position: relative;
	vertical-align: top;
	overflow: hidden;

}

.latest-news .details h2 {

	margin-left: 8px;
	line-height: 1.2em;
	margin-bottom: 6px;

}

.latest-news .details .date {

	padding-left: 8px;
	background-color: #e1261c;
	color: white;
	font-size: 14px;
	min-height: 35px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
    position: absolute;
    bottom: 35px;
    width: 100%;
	text-align: right;

}

.latest-news .details .short {

	padding: 1em;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	display: none;

}

.latest-news .details .short p {
	margin-top: 0px;
}

.latest-news .details .more-info {

	padding: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #0083BF;
	color: white;
	text-align: right;
	font-size: 14px;
	height: 35px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;

}

.news-article {

	margin-top: 20px;

}

.news-article .image {

	width: 100%;
	height: 192px;
	overflow: hidden;

}

.news-article .image img {

	min-width: 100%;
	min-height: 192px;
	

}

.news-article h2 {

	width: 100%;
	background-color: #f0efff;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0.5em;
	font-size: 18px;
	color: black;
	font-weight: bold;

}

.news-article .date {

	display: inline-block;
	width: 60%;
	background-color: #e1261c;
	color: white;
	padding: 0.5em;
	font-size: 14px;

}

.news-article .more-info {

	display: inline-block;
	width: 40%;
	background-color: #0083BF;
	color: white;
	text-align: right;
	padding: 7px;
	font-size: 14px;
	vertical-align:top;

}

.feed-item {

	display: list-item;
	list-style-image: url('../img/rssfeed.jpg');
	list-style-position: inside;

}

.feed-item {

	padding: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;

}

.feed-item a {

	text-decoration: none;
	font-size: 13px;

}
