
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
/* CSS for "COVID-19 Response" page
/* 
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

@font-face {
	font-family: 'Gotham-Medium';
	src: url('../../fonts/Gotham-Medium.eot?') format('eot'),
	     url('../../fonts/Gotham-Medium.woff') format('woff'), 
	     url('../../fonts/Gotham-Medium.woff2') format('woff2'), 
	     url('../../fonts/Gotham-Medium.ttf')  format('truetype'),
	     url('../../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
}

.single-spotlight .breadcrumbs a {
	color: inherit;
	letter-spacing: inherit;
}
.covid_intro {
	text-align: center;
	margin: 40px 0 20px;
}
.covid_intro .wrap {
    border: 2px solid #47ABE1;
	padding: 35px 60px;
	width: 1000px;
	max-width: calc(100% - 80px);
}
@media (max-width: 700px) {
	.covid_intro .wrap {
		max-width: calc(100% - 50px);
		padding-left: 20px;
		padding-right: 20px;
	}
}
.covid_intro .headline {
	margin-bottom: 25px;
}
.covid-related {
	padding-top: 0;
}
.covid-related .headline {
	text-align: center;
	margin-bottom: 30px;
}
.center {
	text-align: center;
}
.article-container div.content .headline strong {
	font-family: "Gotham-Book", sans-serif;
	font-weight: normal;
}
.template h2.color-dark {
	color: #070B31;
}
.single-spotlight .detail_columns svg {
    max-width: 90%;
    width: 165px;
    margin-bottom: 18px;
    height: auto;
}
body .article-container > div:not(.large) .headline {
	font-size: 21px;
}
@media (min-width: 1101px) AND (max-width: 1255px) {
	body .article-container > div:not(.large) .headline {
		font-size: 18px;
	}
}

@media (min-width: 701px) AND (max-width: 800px) {
	body .article-container > div:not(.large) .headline {
		font-size: 18px;
	}
	body .article-container div.content p {
		font-size: 11px;
		line-height: 1.5em;
	}
}
