.feature-region {
    background-image: -webkit-linear-gradient(left, #1a3494, #e04d4d 50%, #661a94);
    background-image: linear-gradient(to right, #1a3494, #e04d4d 50%, #661a94);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1A7994', endColorstr='#FF1A7994', GradientType=1);
    min-height: 15px;
}

