.canvas {
    padding-top: 6.25rem;
}

@media (min-width: 64em) {
    .canvas {
        padding-top: 11rem;
    }
}

.grid {
	margin-bottom: 0;
}

.footer {
	border: none;
}

.newsroom {
	height: 450px;
}

.newsroom:after,
.blue-overlay:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,70,127,.8);
}

.newsroom-title-container,
.yellow-overlay-container,
.blue-overlay-container {
	z-index: 1;
}

.yellow-overlay:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(231, 166, 20, .8);
}