html.ie9 {

    /**
     * Support for full multi-stop gradients with IE9 (using SVG).
     * Add a "gradient" class to all your elements that have a gradient, and add the following override to your HTML to complete the IE9 support:
     *
     * <!--[if gte IE 9]>
     * <style type="text/css">
     *     .gradient {
     *         filter: none;
     *     }
     * </style>
     * <![endif]-->
     *
     */
    .gradient {
        filter: none;
    }

}
