
 
sIFR.activate(yourtypeface);
 
sIFR.replace(yourtypeface, {
      selector: 'div#content div#primary div.lead h1',
	  css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#ffffff; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'div#content div#primary div.lead-hero h1',
	  css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#ffffff; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'div#homepage-heading div#homepage-hero h1',
	  css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#ffffff; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'div#content div#primary div.lead-quest h1',
	  css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#ffffff; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'span.titlename',
	  css: [
      '.sIFR-root { font-size:22px; font-weight:normal; color:#ffffff; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'div#content div#primary div.content-edit h1',
	  css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#000000; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'div.sub-service-cont h2.sub-service-h2',
	  css: [
      '.sIFR-root { font-size:19px; font-weight:normal; color:#ffffff; margin-bottom: 0; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'div.content-block-quest h2.quest',
	  css: [
      '.sIFR-root { font-size:19px; font-weight:normal; color:#fcaf17; margin-bottom: 0; }'
      ],
      wmode: 'transparent'
});
/* this one */
sIFR.replace(yourtypeface, {
      selector: 'div.content-block h2',
	  css: [
      '.sIFR-root { font-size:19px; font-weight:normal; color:#666666; margin-bottom: 0; }',
	  '.sIFR-root a {color:#666666;text-decoration: none}',
	  '.sIFR-root a:hover {color:#666666;text-decoration: underline}'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'div.service-cont h2',
	  css: [
      '.sIFR-root { font-size:19px; font-weight:normal; color:#ffffff; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'div.primary-content div.promo-panel h2',
	  css: [
      '.sIFR-root { font-size:19px; font-weight:normal; color:#666666; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'div#secondary h2',
	  css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#666666; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'h3.qa-heading',
	  css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#8ca3a5; text-align: center; margin-bottom: 0; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'div#homepage-promos div.promo-panel h2',
	  css: [
      '.sIFR-root { font-size:19px; font-weight:normal; color:#666666; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'div#homepage-content h2',
	  css: [
      '.sIFR-root { font-size:17px; font-weight:normal; color:#ffffff; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'div#homepage-carosel h2',
	  css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#ffffff; text-align:center; }'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'div#homepage-carosel h3',
	  css: [
      '.sIFR-root { font-size:17px; font-weight:normal; color:#ef3230; text-align:center; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'div.primary-content h2.help-title',
	  css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#666666; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'div.primary-content h3.help-title',
	  css: [
      '.sIFR-root { font-size:14px; font-weight:normal; color:#666666; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'div.primary-content div.faq-topics h4',
	  css: [
      '.sIFR-root { font-size:17px; font-weight:normal; color:#666666; }'
      ],
      wmode: 'transparent'
});

// EZFIND

sIFR.replace(yourtypeface, {
    selector: 'div#primary-search div#primary-content h2',
            css: [
                '.sIFR-root { font-size:18px; font-weight:normal; color:#666666; }'      
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
    selector: 'div#content div#primary-search div.lead h1',
            css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#ffffff; }'
                ],
            wmode: 'transparent'
            });

sIFR.replace(yourtypeface, {
    selector: 'div#secondary-content-tvguide .tvg_search_result .tvg_search_text_wrapper .tvg_search_title',
            css: [
      '.sIFR-root { font-size:19px; font-weight:normal; color:#666666; margin-bottom: 0; }'
                ],
            wmode: 'transparent'
            });





