/* industry articles script */
div.industry_articles {
	border: 1px solid #dddddd;
	margin: 0 0 30px 0;
}
div.industry_articles > div:nth-child(1) {
	display: table;
	background: #990000;
	color: white;
	margin: 5px 5px 10px 5px;
}
div.industry_articles h3 {
	/*font-size: 140%;*/
	margin: 0;
	/*padding: 10px;*/
	/*color:# 990000;*/
	padding: 5px;
}
div.industry_articles a {
	padding: 10px;
	color: #555555;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
div.industry_articles a:hover {
	color: #990000;
}
div.industry_article {
	padding: 0 10px 10px 10px;
	display: flex;
	align-items: center;
}
div.industry_article > div:nth-child(1) {
	width: 17%;
}
div.industry_article > div:nth-child(1) img {
	width: 100%;
}
div.industry_article > div:nth-child(2) {
	width: 75%;
	margin: 0 0 0 10px;
	color: #555555;
}
@media screen and (max-width: 1000px) {
	div.industry_article {
		flex-direction: column;
	}
	div.industry_article > div:nth-child(1) {
		width: 30%;
	}
	div.industry_article > div:nth-child(1) img {
		margin: 7px 0 7px 0;
	}
}
/* END industry articles script */