.post-type-archive-covid-update  #subNav, .single-covid-update #subNav{
	display: none;
}
.covid-update-list{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.covid-update-list article{
	width: 100%;
	max-width: 30%;
	text-align: center;
	border-bottom: 1px solid #efefef;
	margin: 0 1%;
}

.mDiv.divIcon{
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
}

.covid-post-navigation{
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px 60px
}
.covid-post-navigation .nav-links{
	display: flex;
	flex-direction: row;
}
.covid-post-navigation .nav-links .nav-next{
	margin-left: auto;
}

/* Hide marketing form */
.post-type-archive-covid-update #qForm, .single-covid-update #qForm{
	display: none;
}

@media(max-width: 1200px){
	.covid-update-list article{
		max-width: 45%;
	}
}


@media(max-width: 700px){
	.covid-update-list article{
		max-width: 95%;
	}
}
