.benefits { position: relative; margin: 0% 3% 0 3%;}

.benefits .inner { width: 100%; background:url(../img/build/benefits/benefits_innerTabBg.png) no-repeat; background-size: 100% 100%; min-height:290px;}

.no-backgroundsize .benefits .inner { background: none; background-color: #e1e2e5; border-bottom: 1px #ccc solid;}

.benefits .inner ul { display: inline-block; width: 32%; }

.benefits .inner .content { display:none;  width: 68%; height: auto; min-height: 100%; vertical-align: top; text-align: center; padding-bottom: 2%; position: absolute; top:0px; right:0px;}

.benefits .inner .content.active { display:block; }

.benefits .inner .content p { padding: 2% 10% 0% 10%; margin-bottom: 5%;}

.benefits .inner .content h3 { color: #00456b; font-size: 1.6em;}

.benefits .inner .content img { max-width: 60%; }

.benefits .inner li { display: block; width: 100%; height: 45px; background: url(../img/build/benefits/benefits_innerTabOff.png) no-repeat; background-size: 100% 100%; position: relative; }

.benefits .inner li.big {  height: 60px;  }

.no-backgroundsize .benefits .inner li.big { height: 45px; }

.benefits .inner li p { margin-left: 5%; margin-right: 10%;}

.benefits .inner li.active { background: url(../img/build/benefits/benefits_innerTabOn.png) no-repeat; background-size: 100% 100%;  font-weight: bold; color: #fff; }

.benefits .inner li.active:after { content:""; display: inline-block;  position: absolute; top:99%; left:0%; z-index: 2; background:url(../img/build/benefits/benefits_innerTabShadow.png) no-repeat; background-size: 100% 100%;  width:97%; height: 25%;}

.no-backgroundsize .benefits .inner li.active:after { background: none; display: none;}



@media only screen and (min-width: 750px) {

.benefits .inner li {  height: 60px; }
.benefits .inner li.big {  height: 77px; }
.no-backgroundsize .benefits .inner li.big { height: 60px; }

}

.benefits .inner .content p {
	font-size:1.1em;
	margin-bottom:2%;
	padding: 2% 4% 0;
}

.benefits .inner div.content ul  {
	width: 90% !important;	
}
.benefits .inner div.content ul li {
    background: url(../img/build/dot.png) no-repeat left 7px !important;
    display: block;
    height: auto !important;
    position: relative;
	padding-left: 20px;
	text-align:left;
    width: auto;
	font-size:1.1em;
	line-height: 1.6em;
	margin-bottom:1%;
}