#devosHead {
	margin: 0 auto;
	max-width: 100rem;
	min-width: 31.1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 1rem 0;
}

#devosLogo img {
	width: 260px
}

#devosSearch a {
	background: url(/licensees/licensee177/images/devosSearchDesk.png) top right no-repeat;
	display: block;
	width: 366px;
	height: 50px;
	cursor: text;
}

@media screen and (max-width: 760px) {
	#devosLogo img {
		width: 200px;
	}
	#devosSearch a {
		background: url(/licensees/licensee177/images/devosSearchTablet.png) top right no-repeat;
		width: 236px
	}
}

@media screen and (max-width: 520px) {
	#devosLogo img {
		width: 180px;
	}
	#devosSearch a {
		background: url(/licensees/licensee177/images/devosSearchMobile.png) top right no-repeat;
		width: 30px;
		height: 28px;
		cursor: pointer;
	}
}

#mainContentContainer {
	padding: 0 1rem 1rem;
}