/*<meta />*/

div.Hardware-Home-Header	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Hardware-Home-Header::before
{
	content: ' ';
	display: table;
}

div.Hardware-Home-Header::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Hardware-Home-Header > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Hardware-Home-Header > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
	background-color: #669999;
	background-image: url('../Images/Assets/Icons/ZonalOtherIcons/Hardware_Home_Specs_80px.png');
	background-repeat: no-repeat;
	background-position: 22px 38px;
	padding-left: 135px;
	padding-top: 28px;
}

div.Hardware-Home-Header > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
	background-color: #D2D943;
	background-image: url('../Images/Assets/Icons/ZonalOtherIcons/Hardware_Home_Eco_80px.png');
	background-repeat: no-repeat;
	background-position: 22px 38px;
	padding-left: 135px;
	padding-top: 28px;
}

div.Hardware-Hero-Header	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Hardware-Hero-Header::before
{
	content: ' ';
	display: table;
}

div.Hardware-Hero-Header::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Hardware-Hero-Header > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Hardware-Hero-Header > div:nth-child(1)
{
	width: 100%;
	margin-left: 0%;
}

div.Hero-Banner-Hardware	/*Hero Banner Used on Hardware Home.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Hero-Banner-Hardware::before
{
	content: ' ';
	display: table;
}

div.Hero-Banner-Hardware::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Hero-Banner-Hardware > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 350px;
	background-repeat: no-repeat;
	background-image: url('../Images/Assets/Banners/Hardware_Banner.png');
	background-size: cover;
	background-position: center;
}

div.Hero-Banner-Hardware > div:nth-child(1)
{
	width: 100%;
	margin-left: 0%;
}

div.Hero-Banner-BestPractice	/*Hero Banner Used on Hardware Best Practice.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Hero-Banner-BestPractice::before
{
	content: ' ';
	display: table;
}

div.Hero-Banner-BestPractice::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Hero-Banner-BestPractice > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 350px;
	background-repeat: no-repeat;
	background-image: url('../Images/Assets/Banners/Hardware_Best_Practice.png');
	background-size: contain;
	background-position: center;
}

div.Hero-Banner-BestPractice > div:nth-child(1)
{
	width: 100%;
	margin-left: 0%;
}

@media only screen and (max-width: 1279px)
{
	.Hardware-Home-Header > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.Hardware-Home-Header > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.Hardware-Hero-Header > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Hero-Banner-Hardware > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Hero-Banner-BestPractice > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	.Hardware-Home-Header > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Hardware-Home-Header > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Hardware-Hero-Header > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Hero-Banner-Hardware > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Hero-Banner-BestPractice > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}
}

