#content-main {
    margin-top: 0;
	/*background-image: url(img/coronavirus-blue-2400x780.jpg);*/
	background-repeat: no-repeat;
	background-size: contain;
}

section {
	margin-bottom: 0;
	padding-bottom: 30px;
	padding-top: 60px;
}
section:nth-of-type(2n) {
	background-color: #fff;
}
section:nth-of-type(2n+1) {
	background-color: #eee;
}
section:last-of-type,
section:last-of-type .section-heading,
section:last-of-type .widget-heading {
	background-color: #1B3D6D;
	color: #fff;
}

.section-heading {
	margin-top: 0;
}

footer {
	margin-top: 0;
}

.widget .btn {
	margin-top: 15px;
}
.widget *:last-child {
	margin-bottom: 0;
}

#status {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
	text-shadow: 0px 2px 3px #00000055;
}
#status .widget {
	margin-bottom: 0;
    padding: 1.5rem;
}
#status img {
    max-width: 100%;
}
#status.status-normal {
	background-color: #009605;
}
#status.status-advisory {
	background-color: #E07800;
}
#status.status-warning {
	background-color: #E00000;
}

#top-message {
}
#top-message .container {
	background-color: #fff;
	border-radius: 5px;
}
#top-message p:last-child {
	margin-bottom: 0;
}

#faq h3 {
	font-size: 16px;
}

#faq .row:nth-last-child(n+2) .btn {
	border-color: #FFD200;
	margin: 0;
	padding: 12px;
	width: 100%;
}
#faq .row:nth-last-child(n+2) .btn:hover,
#faq .row:nth-last-child(n+2) .btn:focus {
	background-color: #004571;
	color: #fff;
}
#faq .row:nth-last-child(n+2) .fa {
	margin-right: .5rem;
}

#audiences .widget-heading {
	font-size: 31px;
}
#audiences .widget-bucket > div {
	backgrond-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 15px;
}
#audiences .widget-bucket > div > *:first-child {
	margin-top: 0;
}

#prevention {}
#prevention img,
#prevention iframe {
	border-radius: 5px;
}
#prevention .additional-media ul {
	padding-left: 2.5rem;
}
#prevention .additional-media li {
	display: inline-block;
	list-style: none;
	margin: 5px 0;
	text-indent: -1.25rem;
}
#prevention .additional-media .fa {
	width: 1.25rem;
}

#messages .row:nth-last-child(n + 2) .widget-bucket {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 15px;
}
@media screen and (min-width: 992px) {
	#messages .row:nth-last-child(n + 2),
	#messages .row:nth-last-child(n + 2) .widget {
		display: flex;
	}
}

#news .row:nth-last-child(n + 2) .widget p:last-child {
	font-weight: bold;
}

#cases p:last-child {
	margin-top: 11px;
}
#cases table {
	background-color: #fff;
	min-width: 100%;
}
#cases thead {
	background-color: #1B3D6D;
	color: #fff;
	font-size: 18px;
}
#cases th,
#cases td {
	border: 1px solid #ccc;
	padding: 1rem 2rem;
}
