.logo-hbc{
	margin-top: -14px;
	width: 70px;
}

html b {
	color: #144224 !important;
}

.desc, #fact_sheet_summary{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

.slideshow > .img-group{
	width: 250px;
	margin: 7px;
	display: inline-table;
}

.slideshow > .img-group > img{
	width: 100%;
	/*display: inline-table;*/
}

.slideshow > .img-group > a{
	z-index: 10;
	position: absolute;
	background: rgba(81,134,56,0.8);
	width: 25px;
	height: 25px;
	padding: 4px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	margin-left: 225px;
}

.slideshow > .img-group > a:hover{
	background: #092010;
	color: #f00;
}

.slideshow > .img-group > p{
	width: 250px;
	background: rgba(81,134,56,0.8);
	height: 30px;
	padding: 5px;
	position: absolute;
	bottom: 32px;
	z-index: 10;
	color: #fff;
}