#feature-boxes-wrapper {
	float: left;
	margin-bottom: 0;
	width: 100%;
}
#feature-boxes-block {
	line-height: 0;
}
ul.feature-boxes-block {
	list-style: none;
}
li.feature-box-block {
	background: transparent;
	float: left;
    overflow: hidden;
	padding: 0 !important;
}
li.feature-box-block.active-block:hover {

}
li.feature-box-block.last {
	margin-right: 0;
}
a.feature-box-link,
a.feature-box-link:hover {
	background: transparent;
	color: #000000;
	display: block;
	position: relative;
}
.feature-box-image {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.rollover-block {
	position: relative;
}
.feature-box-rollover {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 2;
}
.feature-box-rollover img {
	position: relative;
	opacity: 1.0 !important;
}
.feature-box-rollover-text {
	position: absolute;
	top: 0;
	z-index: 1;
}
.feature-box-text h3 {
	margin: 0 0 15px 0;
}
.feature-box-text p {
	margin: 0;
}
figure.feature-box-mobile {
	margin: 0 auto;
}
figcaption.feature-box-mobile,
figcaption.feature-box-mobile p {
	text-align: center;
}
