.asideBody {
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
	background-color: white;
	padding: 0.5rem;
	margin-bottom: 1rem;
	display: inline-block;
}

.asidePromotions aside {
    width: 100%;
}

.asidePromotions .promotions + .promotions  > div{
    margin-top: 2.5em;
}

.asidePromotions .promotions:empty + .promotions  > div{
    margin-top: 0 !important;
}

.deptNewsPanel{
	margin-top: 0 !important;
	box-shadow: 1px 2px 2px -1px rgba(0, 0, 0, 0.5);
    background-color: white;
}

.jsonDepartmentsPanel .whiteCard.menu>li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 39.9375em) {
	.asideBody {
		box-shadow: none;
		width: 100% !important;
		margin: 0 !important;
	}
	.asidePromotions article.grid-container {
		margin-top: 0 !important;
	}
	.asidePromotions aside {
   		padding-top: 1rem;
	}
	.asideBody {
		padding: 0 0.5rem 0.5rem 0.5rem;
	}
}