/*
IE 8
*/

/*
Overwrite all product page H1s using pixels. Can't use ems/rems because if IE8 and internal tags on the H1.
Remove once a new template is in place and internal tags are stripped.
*/

.node-type-djo-products .field-name-field-display-title,
.node-type-djo-products .field-name-field-display-title p,
.node-type-djo-products .field-name-field-display-title h1  {
	font-size: 41px;

}

#block-search-form input[type='text']:focus {
	line-height: 40px;
}
#header {
	background: #fff;
	opacity: 1;
}