
.pageTitle {
	background: #10557a url("../img/corona_banner_notxt.png") no-repeat;
	color: #fff;
	padding: 1em .75em;
}

/* right sidebar ads */
.textAd {
	background: 50% 50% no-repeat;
	display: block;
	position: relative;
	text-decoration: none;
}

.textAd > span { position: absolute; }

/* facilities */
.textAd.facilities {
	background-color: #1b4780;
	background-image: url("../img/2020-AOC-017-FAA_Facilities_Affected_notxt.png");
	height: 142px;
	margin-top: 1.5em;
	transition: .2s ease-out;
}
.textAd.facilities span {
	color: #fff;
	font-size: 1.25rem;
	left: 0;
	line-height: 1.2;
	right: 0;
	text-align: center;
	text-shadow: 2px 2px 3px rgba(37, 37, 37, .9);
	top: 1.5rem;
}
.textAd.facilities i {
	color: #f9b512;
	display: inline-block;
	font-size: 2rem;
	letter-spacing: -1px;
}

.textAd.facilities:hover,
.textAd.facilities:focus { filter: saturate(150%); }
