/* Navigation specific to homepage */

@media screen and (min-width: 480px) {
#nav-header {
	/* changed from fixed to relative to accomodate the covid banner */
	position: relative;
	}
}
@media only screen and (min-device-width: 1024px), only screen and (min-width: 1024px) {
	#mainnav {
		width: 1000px;
	}
	#mainnav #mainnav-centercol ul {
	    width: 100%;
	}
	#mainnav #mainnav-centercol ul > li:last-child {
	    float: left;
	}
	#mainnav #mainnav-centercol ul > li {
	    float: left;
		padding: 0 32px 0 0;
	}
}
