﻿/*<meta conditions="edifecs.XPM_Only" />*/

div.topichero
{
	background-image: url('../../Images/XPMBackgroundImage.png');
}

._Skins_HomeSearchBar.mc-component .search-submit
{
	background: #296455 url('../../Images/Icons/SearchIcon.png') no-repeat center center !important;
}

/*a.logo
{
	background: transparent url('../../Images/LogoXPM.png') no-repeat left center !important;
	width: 350px !important;
}*/

@media only screen and (max-width: 1750px) /*prettifying header on resizing*/
{

ul.navigation li > a
{
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;	
}

}

@media only screen and (max-width: 1460px)
{
	.off-canvas-wrapper-inner nav.title-bar .outer-row
{
	margin-left: 0px;
	margin-right: 0px;
	max-width: 100%;
}
}

div.padsSection > a {
	/*setting dimensions in direct descendants of the block with "display: flex;"*/
	flex: 0 1 24%;
	max-width: 600px;
	height: 300px;
	margin: 1%;
	text-decoration: none;
}