ul.ulNewsArticles li{
	margin-top: 20px;
}

ul.ulNewsArticles li > div{
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	min-height: 100px;
}

ul.ulNewsArticles h3{
	/*float: left;*/
	/*width: 580px;*/
	margin-top: 0px;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.3em;
}

ul.ulNewsArticles h3 a{
	text-decoration: none;
	color: #555;
	font-weight: bold;
}

ul.ulNewsArticles h3 a:hover{
	text-decoration: underline;
}

ul.ulNewsArticles span{
	float: right;
	width: 80px;
	font-style: italic;
	font-size: 12px;
	text-align: right;
	/*padding-top: 5px;*/
}

ul.ulNewsArticles p{
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.4em;
	max-height: 80px;
	overflow: hidden;
}

ul.ulNewsArticles div.divNewsThumbnail {
	width: 100px;
	height: 82px;
	background-size: cover;
	float:left;
	margin-right: 10px;
}

@media (max-width: 760px) {
	ul.ulNewsArticles h3{
		float: none;
		width: auto;
		line-height: 1.2em;
	}

	ul.ulNewsArticles span{
		float: none;
		text-align: left;
		width: auto;
		display: block;
	}
}




div.divNewsWrapper {
	margin-top: 10px;
}

div.divNewsWrapper .divPageScroller {
	height: 407px;
	background-position: center;
    background-size: cover;
}

div.divNewsWrapper div.divArticleMedia {
	background-color: #f3f3f3;
	margin-top: 20px;
	padding: 10px;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 760px) {
	div.divNewsWrapper div.divArticleMedia {
		display: block;
	}
}

div.divNewsWrapper div.divArticleMedia div.divMediaSection {
	background-color: white;
	width: calc(50% - 5px);
	font-family: 'FF Dax® W01', sans-serif;
}
@media (max-width: 760px) {
	div.divNewsWrapper div.divArticleMedia div.divMediaSection {
		width: 100%;
	}
}

div.divNewsWrapper div.divArticleMedia div.divMediaSection h3 {
	margin: 10px;
    text-align: center;
	font-size: 23px;
	color: #777;
	font-weight: normal;
}
@media (max-width: 760px) {
	div.divNewsWrapper div.divArticleMedia div.divMediaSection h3 {
		margin: unset;
		padding-top: 10px;
		text-align: center;
		font-size: 23px;
		color: #777;
		font-weight: normal;
	}
}

div.divNewsWrapper div.divArticleMedia div.divMediaSection ul {
	list-style: none;
    margin: 10px;
    display: block;
    text-align: center;
}

div.divNewsWrapper div.divArticleMedia div.divMediaSection ul li {
	width: 100px;
    height: 100px;
    background-color: lightgrey;
    margin: 5px;
	display: inline-block;
	position: relative;
}

div.divNewsWrapper div.divArticleMedia div.divMediaSection ul li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;

	/* Truck images for icon backgrounds. */
	background-position: center;
	background-size: cover;
}

div.divNewsWrapper div.divArticleMedia div.divMediaSection ul li a.aFileDownload {
	background-image: url('/main/_images/news/file.png');
}