.mod-article .well.article .wrap-content h2 { margin: 5px 0 0 5px; }
.m-pbs .mod-glossary .well h2.faqitemheader, .m-mvi .mod-glossary .well .wrap-content > h2 {
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(left, #147402 0%, #ABD2A5 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(left, #147402 0%, #ABD2A5 100%);

/* Opera */ 
background-image: -o-linear-gradient(left, #147402 0%, #ABD2A5 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #147402), color-stop(1, #ABD2A5));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(left, #147402 0%, #ABD2A5 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to right, #147402 0%, #ABD2A5 100%); }