﻿/*<meta conditions="edifecs.CEM_Only" />*/

div.topichero
{
	background-image: url('../../Images/CEMBackgroundImage.png');
}

._Skins_HomeSearchBar.mc-component .search-submit
{
	background: #467f54 url('../../Images/Icons/SearchIcon.png') no-repeat center center !important;
}

/*a.logo
{
	background: transparent url('../../Images/LogoDocker.png') no-repeat left center !important;
	width: 350px !important;
}*/

@media only screen and (max-width: 1500px) /*prettifying header on resizing*/
{

ul.navigation li > a
{
	font-size: 0.85em;
	padding-left: 5px;
	padding-right: 5px;	
}

}

@media only screen and (max-width: 1100px)
{
	.off-canvas-wrapper-inner nav.title-bar .outer-row
{
	margin-left: 0px;
	margin-right: 0px;
	max-width: 100%;
}
}