

.content.-text .accordion h3 {
background-color: rgb(238,238,238);
background: -moz-linear-gradient(top, rgba(238,238,238,0.95) 0%, rgba(204,204,204,0.98) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,0.95)), color-stop(100%,rgba(204,204,204,0.98)));
background: -webkit-linear-gradient(top, rgba(238,238,238,0.95) 0%,rgba(204,204,204,0.98) 100%);
background: -o-linear-gradient(top, rgba(238,238,238,0.95) 0%,rgba(204,204,204,0.98) 100%);
background: -ms-linear-gradient(top, rgba(238,238,238,0.95) 0%,rgba(204,204,204,0.98) 100%);
background: linear-gradient(to bottom, rgba(238,238,238,0.95) 0%,rgba(204,204,204,0.98) 100%);
background: rgba(10,154,166,0.27);
background: #2e9a6a; 
border-bottom: 1px solid #999;
border-radius: 0px;
color: #555;
margin-top: 0px;
line-height: 100%;
padding: 10px 5px 10px 5px;;
}
.accordion h3:hover {
background: #f1f1f1; 
background: linear-gradient(to bottom, rgba(135,224,253,.35) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,.35) 100%);
}
