
var hsFont00 = { src: 'swf/HomeServe_rounded_bold.swf' };
var hsFont01 = { src: 'swf/HomeServe_rounded_thin.swf' };

sIFR.fixHover = false;

sIFR.activate(hsFont00);
sIFR.activate(hsFont01);

sIFR.replace(hsFont00, {
  selector: 'h1',
  css: ['.sIFR-root{color:#ED1A3B; font-size:25px;}'],
  forceSingleLine: true,
  tuneHeight: '-4',
  offsetTop: '0',
  wmode: 'transparent'
});

sIFR.replace(hsFont00, {
  selector: 'h2.hs_heading_style02',
  css: ['.sIFR-root{color:#ED1A3B; font-size:15px;}'],
  forceSingleLine: true,
  tuneHeight: '-4',
  offsetTop: '0',
  wmode: 'transparent'
});
sIFR.replace(hsFont00, {
  selector: 'h2.hs_heading_style02_black',
  css: ['.sIFR-root{color:#000000; font-size:15px;}'],
  forceSingleLine: true,
  tuneHeight: '-4',
  offsetTop: '0',
  wmode: 'transparent'
});
sIFR.replace(hsFont00, {
  selector: 'h2.hs_heading_style02_black_larger',
  css: ['.sIFR-root{color:#000000; font-size:19px;}'],
  forceSingleLine: true,
  tuneHeight: '-4',
  offsetTop: '0',
  wmode: 'transparent'
});
