img#AwardsImage
{
	width:100%;
	height:auto;
}


div#AwardsPanel01
{
	padding-top:80px;
	padding-left:2%;
	padding-right:25%;
	margin-left:-4%;
	width:73%;
	color:white;
	background-opacity:.9;
	background:url('/images/layout/designa/AwardsHeart.png');
	background-repeat: no-repeat;
	/* left top  */
	background-position:top right;
		background-size:cover;
		-moz-background-size:cover;
		-webkit-background-size:cover;
	padding-bottom:15%;
}

div#AwardsPanel01 .textblock1
{
	padding-top:20px;
	font-size:.6em;
	line-height:1.1em;
	padding-right:10%;
	width:90%;
}



/**************************** Start of awards Responsive Section **************************/


@media screen and (max-width: 768px) 
{


	/*This is the vertical position of the content to get it under the header*/
	/*And to ensure the bottom of the text is clear of the footerbar*/
	div#PageWrapperLayer01 > div.GenericWrapper.ContentWrapper.ContentWrapperMaxWidth
	{
		padding-top:120px;
		padding-bottom:150px;
	}
	h1.CustomerPageHeaderFormat
	{
		font-size:.7em;
		line-height:1.2	em;
	}
	div#AwardsPanel01
	{
		padding-top:0;
		margin-left:0;
		background-color:#d84848;
/*		background-color:#aaaa00; */
		padding-right:21%;
		background-position:right top;
		background-size: 100% auto;
	}
	div#AwardsPanel01 div.textblock1
	{
	}
	
	div.GenericWrapper.ContentWrapper.ContentWrapperMaxWidth > div#AwardsPanel01.microstroke > div.textblock1
	{
	}
	img#AwardsImage
	{
		padding-bottom:0;
	}

	
}
/**************************** End of awards Responsive Section **************************/

p#AdminDynamicCSSAlert
{
         display:none;
}
