/*Site Specific Customizations*/

@media only screen and (min-width:1024px) {

	.homebox-outer {
		margin-top: -198px;
	}
}


@media only screen and (max-width: 1023px) {
	nav {
		display: block !important;
	}
}