#header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 100rem;
	position: relative;
	margin: 0 auto;
	padding: 3rem 1rem;
}

#CClogo a {
	font-size: 0;
	background-image: url(/licensees/licensee403/images/cookLogoM.png);
	width: 350px;
	height: 60px;
	display: block;
	background-size: 341px;
	background-repeat: no-repeat;
}

# {
	border: 0 none !important;
}
#CClogo {
	flex: 4;
}

#CCsearch {
	padding-top: 1rem
}
#CCsearch input[type=search] {
	width: 20rem !important;
	border: 0 none;
	border-width: 1px 0 1px 1px;
	background: #eee;
	float: none;
	flex: 1;
	height: .5;
	margin-right: 3.75rem;
	height: 2.8rem;
	font-size: 1.4rem;
	font-weight: normal;

}

#CCsearch #searchButton {
	width: 2.9rem;
	height: 2.8rem;
	background: #1a7b53 url(/licensees/licensee403/images/mSearch2.svg) no-repeat !important;
	background-size: 30px !important;
	display: block;
	position: relative;
	background-position: -1px 0.5px !important;
}

#CCsearch #searchButton:hover, #CCsearch #searchButton:focus {
	background-color: #c2d918 !important;
}


#eac-container-q ul {
	background: #fff;
	position: absolute;
	top: 7.75rem;
	border: 1px solid #aaa;
	border-width: 0 1px 1px 1px;
	width: 40rem;
	padding: 0rem;
	font-size: 1.5rem;
	z-index: 10;
	left: initial;
	right: 3.8rem;
	border-radius: 0 0 6px 6px;
}

#eac-container-q ul li {
	padding: .5rem 1rem;
	cursor: pointer;
}

#eac-container-q ul li:first-child {
	border-top: 1px dashed #ccc;
}

#eac-container-q ul li:last-child {
	border-radius: 0 0 6px 6px;
}

#eac-container-q ul li:hover {
	background: #def;
}

.pagination .next, .pagination .previous {
	background: transparent !important;
}

div#footer p {
	max-width: 100rem;
	margin: 0 auto !important;
	display: block;
}

div#footer p a img {
	width: 200px;
}
@media screen and (max-width: 760px) {
	#CClogo img {
		width: 31rem;
	}

	#eac-container-q ul {
		top: 7.5rem;
	}

}

@media screen and (max-width: 650px) {
	#CClogo a {
		background-image: url(/licensees/licensee403/images/cookLogoM_400.png);
		width: 210px;
		background-size: 200px;
		fmargin-top: 26px !important;
		background-position: 0 14px;
	}
	#header {
		padding: 0 1rem;
	}

	#CCsearch {
		fpadding-top: 0;
	}
	#eac-container-q ul {
		top: 4.75rem;
	}

}

@media screen and (max-width: 560px) {


	#header {
		padding: 0rem 1rem;
	}
	#eac-container-q ul {
		top: 4.75rem;
	}
	#q.focinInput { /*  */
		position: absolute !important;
		
		margin-right: 15px !important;
		min-width: 92% !important;
		width: 92% !important;
		max-width: 92% !important;
		display: block !important;
		left: 10px !important;
		border-top: 10px solid white !important;
		height: 39px !important;
		top: 1.1rem !important;
		font-size: 16px !important;
	}

}

@media screen and (max-width: 490px) {
	#CCsearch input[type=search] {
		width: 10rem !important;
	}

	#eac-container-q ul {
		width: 30rem;
	}
}

@media screen and (max-width: 382px) {
	#CClogo a {
		background-image: url(/licensees/licensee403/images/cookLogoM_320.png);
		width: 200px;
		background-size: 160px;
		background-position: 0 18px;
	}

	#eac-container-q ul {
		width: 80%;
	}
}

@media screen and (max-width: 330px) {
	#CClogo a {
		background-image: url(/licensees/licensee403/images/cookLogoM_300.png);
		width: 150px;
		background-size: 150px;
		background-position: 0 20px;
	}
}