/* this file is for desktop css  */
#HwPxLoginCustomHeader
{
	background-color: #fff;
}

#HwPxMessageCenterCustomHeader
{
	background-color: #fff;
}

#HwPxLoginCustomHeader + .hw-px-hamburger
{
	background-color: #fff;
}

#HwPxMessageCenterCustomHeader + .hw-px-hamburger
{
	background-color: #fff;
}
 /* this file is for css for small mobile devices */
@media screen 
and (min-width : 320px) 
and (max-width :1039px)
{
#HwPxLoginCustomHeader
{
	background-color: #fff;
}

#HwPxMessageCenterCustomHeader
{
	background-color: #fff;
}

#HwPxLoginCustomHeader + .hw-px-hamburger
{
	background-color: #fff;
}

#HwPxMessageCenterCustomHeader + .hw-px-hamburger
{
	background-color: #fff;
}

} /* this file is for larger tablet type devices. */ 
@media screen 
and (-webkit-min-device-pixel-ratio: 2),
screen
and (min-device-pixel-ratio:2) 
{
#HwPxLoginCustomHeader
{
	background-color: #fff;
}

#HwPxMessageCenterCustomHeader
{
	background-color: #fff;
}

#HwPxLoginCustomHeader + .hw-px-hamburger
{
	background-color: #fff;
}

#HwPxMessageCenterCustomHeader + .hw-px-hamburger
{
	background-color: #fff;
}

} #HwPxContentFooter { background-color: #fff; }