h1.awardsAndReviewTitle{
	color: #1062A2;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.awardsMainContainer{
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	width: 960px;
}
.awardsMainContainer h2{
	width: 950px;
	height: 23px;
	font-size: 16px;
	color: #595959;
	background-color: #f2f2f2;
	padding-left: 10px;
    padding-top: 12px;
	margin-bottom:20px;
}
.awardContainer{
	width: 425px;
	height: 210px;
	padding: 20px;
	border: 1px solid #ccc;
	background-image: url(/images/awardsBg.jpg);
	float:left;
	margin-bottom: 16px;
}
.leftContainer{
	margin-right: 16px;
	margin-left: 5px;
}
.awardContainer img{
	float:left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.awardContainer h3{
	font-size: 13px;
	color: #165485;
	margin:0;
	margin-bottom: 10px;
}
.awardContainer p{
	color: #595959;
}
.awardContainer ul{
	list-style:disc;
	font-size: 0.917em;
	color: #595959;
}
.listContainer{
	margin-left: 14px;
	float:left;
}
a.seeRatings{
	float:right;
	width: 97px;
	height: 25px;
	border: 1px solid #ccc;
	display:block;
	text-align:center;
	background-image:url(/images/awardsLinkBg_o.jpg);
	text-decoration:none;
	color: #165485;
	padding-top: 7px;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -khtml-border-radius: 2px;
}
a.seeRatings:hover{
	background-image:url(/images/awardsLinkBg.jpg);
	border: 1px solid #165485;
}
.clearBoth{
	clear:both;
}
.rwContent{
	height:180px;
}
/*.rwLinkContainer{
	float:left;
}*/

.third-party-content{
	text-align: center;
	font-size: 10px;
	background-color: #7f7f7f;
}
.third-party-content a{
	color: #b2b2b2;
	text-decoration: none;
}
.third-party-content a:hover{
	color: #333333;
}
.trustpilot-widget iframe{
	transform-origin: 100% 0;
    transform: scale(0.7);
}