.news-list-view {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.news-list-view .article {
	display: block;
	
	width: 50%;
	margin-bottom: 1rem;
}

.news-inner {
	margin-right: 1rem;

	display: flex;
	flex-direction: row;
	align-items: start;
	
}

.news-inner .news-date {
	width: 125px;
	
}

.news-inner .news-date .dateprop {
	display: flex;
	flex-direction: row;
	align-items: start;
}

.news-inner .news-date .date-mont-year {
	line-height: 1.05;
	font-weight: bold;
}

.news-inner .news-date .news-date-day {
	font-size: 3.1rem;
	display: block;
	padding-right: 8px;
	font-family:'ChunkFiveRegular', Arial, sans-serif !important;
}

.news-inner .news-date .news-date-month {
	text-transform: uppercase;
	font-size: 1.4rem;
	display: block;
	padding-top: 5px;

}

.news-inner .news-date .news-date-year {
	font-size: 1.05rem;
	display: block;
}

.news-list-view .article .news-list-date {
	float: none;
}

.tourpage .grid_12.colmargin {
	margin-left: 0;
	margin-right: 0;
}

.news-list-view .article h3 {
	font-size: 1.2rem;
	padding-top: 6px;
}