aside.ontario-aside {
	background-color: transparent;
}

aside.ontario-aside:first-of-type {
	margin-top: 4.9rem;
}

aside.ontario-aside img.photo {
	display: block;
}

aside.ontario-aside div.alert-headline {
	background-color: #f2f2f2;
	padding: 0.5rem 0.75rem;
}

aside.ontario-aside div.alert-headline svg.ontario-icon {
	margin-bottom: 0.125rem;
}

div.alert-headline > p {
	display: inline;
}

.home-card {
	padding: 1rem;
}

.home-card img {
	width: 100%;
	margin-bottom: 1.5rem;
}


@media screen and (max-width: 73em) {
	aside.ontario-aside:first-of-type {
		margin-top: 0;
	}
}


@media screen and (max-width: 40em) {
	.home-card.first-card {
		padding-left: 1rem;
	}

	.home-card.last-card {
		padding-right: 1rem;
	}
}