@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	 	 
 .content-feed .content-feed-results .content-feed-container .content-feed_main .content-feed-article-quote-image::before{
 background: transparent !important;
 -webkit-text-fill-color: #a4ce4e !important;

}


.quote-feature-breaker .quote span::before {
    background: transparent !important;
    -webkit-text-fill-color: #a4ce4e !important;
}

.pull-quote-embed .quote::before{
	background: transparent !important;
    -webkit-text-fill-color: #a4ce4e !important;
	
}
}