@media (max-width: 751px) {
	#metaheader-logo {
		width: 80%;
		margin: 1em 10%;
	}

	#metaheader-menu {
		width: 100%;
	}

	#metaheader-menu ul {
		margin: auto;
		float: none;
	}

	#metaheader-carousel {
		display: none;
	}
}


/* Blue and orange boxes on smaller screens */
@media (max-width: 751px) {
	#labour-market-intelligence,
	#resources {
		float: none;
		width: 100%;
	}

	#resources {
		top: 8.3em;
		z-index: 199;
	}


	#metaheader-nav {
		/*height: 245px;*/

	}
	.metaheader-table > ul {
		position: static !important;
	}

	.hovermenu li.submenu {
		width: 300%;
		left: -200%;
		position: absolute;
		margin-left: 0 !important;
	}
}




/* Footer */
@media (max-width: 751px) {


	#metafooter-menu ul{
		text-align: center;
	}
}
