/*INSTRUCTIONS FOR ADDING ARTICLE VERTICAL WITH IMAGE*/
/*Add 'Article Vertical with Image' Block to the Block Layout (select domain and '<front>').
Activate this Stylesheet on the Domain Below.
DO NOT MAKE CHANGES TO THIS STYLE SHEET. OVERWRITE ALL CHANGES ON SITE SPECIFIC CSS*/

.NewsWithImage {clear:both;}

.NewsWithImage .NewsImage {
	padding: 0em 1em 1em 0em;
	width: 8em;
	height: 8em;
	float: left;
}

.NewsWithImage .NewsImage img.img-fluid {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.NewsWithImageBody {
	width: calc(100% - 9em);
	float: right;
	white-space: normal;
	word-break: break-word; padding-bottom:1em;
}


