var gothamBold = { src: rootFolder+'/js/flashText/GothamBold.swf' };
var gothamBlack = { src: rootFolder+'/js/flashText/Gotham-Black.swf' };
var gothamMedium = { src: rootFolder+'/js/flashText/Gotham-Medium.swf' };

sIFR.activate(gothamBold, gothamBlack);

sIFR.replace(gothamBold, {
  selector: 'div.footerHeading',
  css: '.sIFR-root { color: #a594af; }',
  transparent: true
});

sIFR.replace(gothamBlack, {
  selector: 'h1.pageTitle',
  css: ['.sIFR-root { color: #ffffff; font-weight: bold; font-size: 22px; text-transform: uppercase; letter-spacing: -0.5;}'],
  transparent: true
});

sIFR.replace(gothamBlack, {
  selector: 'h1.pageTitleBlack',
  css: ['.sIFR-root { color: #000000; font-weight: bold; font-size: 22px; text-transform: uppercase; letter-spacing: -0.5;}'],
  transparent: true
});

sIFR.replace(gothamBlack, {
  selector: 'h1.pageTitleHalf',
  css: ['.sIFR-root { color: #ffffff; font-weight: bold; font-size: 16px; text-transform: uppercase; letter-spacing: -0.5;}'],
  transparent: true
});

sIFR.replace(gothamBold, {
  selector: 'h2.subTitle',
  css: ['.sIFR-root { color: #000000; font-weight: bold; font-size: 14px; letter-spacing: -1; text-transform: uppercase;}'],
  transparent: true
});


sIFR.replace(gothamMedium, {
  selector: 'h2.subHeading',
  css: ['.sIFR-root { color: #000000; font-weight: bold; font-size: 16px; letter-spacing: -1;}'],
  transparent: true
});

sIFR.replace(gothamBold, {
  selector: 'div.landingSectionHead h1 ',
  css: '.sIFR-root { color: #ffffff; font-size: 18px; margin: 0; padding: 0;}',
  transparent: true
});


