/* EMSC overrides - Negley's Commercial */

#mobile-hero-container>div>div .hero-title {
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.2;
	font-size: 40px;
}

#top-header-container {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
}

#header-container {
	position: fixed;
	top: 49px !important;
	left: 0;
	right: 0;
	z-index: 9999;
}

/* --- Top header behavior on mobile --- */
@media screen and (max-width: 1000px) {
	
	/* Hide the left side (Residential / Geotechnical / Coastal) */
	#top-header-container>.container>div>div:first-child {
		display: none;
	}

	/* Let the phone column take full width */
	#top-header-container>.container>div>div:last-child {
		width: 100%;
		text-align: right;
	}

	body {
		padding-top: 110px;
	}

	#mobile-menu {
		top: 150px !important;
	}
}