.advantage-widget {
	margin-bottom: 20px;
	border-radius: 10px;
	background-repeat: no-repeat !important;	
	background-position: center top !important;
	background-size: 100% auto !important;	
}

.advantage-widget-hover {
	background-position: center center !important;
	background-size: cover !important;
}

.advantage-widget-hover a {
	color: white;
}

.advantage-widget-title {
	background-color: rgba(0, 29, 81, .9);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
	font-size: 20px;
	line-height: 30px;
}

.advantage-widget-body {
	visibility: hidden;
	transition: visibility .35s, opacity .35s linear;
	opacity: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: rgba(0, 29, 81, .75);
	color: white;
	padding: 20px;
}

.advantage-widget-image {
	height: 100px;
}

.advantage-widget-body-white {
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: white;
	color: black;
	padding: 20px;
}
