var gothamMedium = { src: rootFolder+'/js/flashText/Gotham-Medium.swf' };
var gothamBold = { src: rootFolder+'/js/flashText/Gotham-Bold.swf' };
var gothamBlack = { src: rootFolder+'/js/flashText/Gotham-Black.swf' };

sIFR.activate(gothamMedium, gothamBold, gothamBlack);

/* BLACK */
sIFR.replace(gothamBlack, {
  selector: 'h1.pageTitle',
  css: ['.sIFR-root { color: #000000; font-weight: bold; font-size: 23px; letter-spacing: -0.5;}'],
  transparent: true
});

sIFR.replace(gothamBlack, {
  selector: 'h2.subTitle',
  css: ['.sIFR-root { color: #000000; font-weight: bold; font-size: 20px; letter-spacing: -1; text-transform: uppercase;}'],
  transparent: true
});

sIFR.replace(gothamBlack, {
  selector: 'legend.fieldTitle',
  css: ['.sIFR-root { color: #000000; font-weight: bold; font-size: 26px; letter-spacing: -1; margin-top: 10px;}'],
  transparent: true,
  forceSingleLine: true
});

sIFR.replace(gothamBlack, {
  selector: 'h1.mainWhiteTitle',
  css: ['.sIFR-root { color: #FFFFFF; font-weight: bold; font-size: 30px; letter-spacing: -0.5; text-align: right;}'],
  transparent: true
});


sIFR.replace(gothamBlack, {
  selector: 'h2.20RedTitle',
  css: ['.sIFR-root { color: #ff2426; font-weight: bold; font-size: 20px; letter-spacing: -0.5;}'],
  transparent: true
});


/* BOLD */
sIFR.replace(gothamBold, {
  selector: 'h2.parentTitle',
  css: ['.sIFR-root { color: #727478; font-weight: bold; font-size: 11px; letter-spacing: -0.5; text-transform: uppercase;}'],
  transparent: true
});

sIFR.replace(gothamBold, {
  selector: 'h2.14SizeTitle',
  css: ['.sIFR-root { color: #000000; font-weight: bold; font-size: 14px; letter-spacing: -0.5; text-transform: uppercase;}'],
  transparent: true
});

sIFR.replace(gothamBold, {
  selector: 'h2.18RedSizeTitle',
  css: ['.sIFR-root { color: #ff2426; font-weight: bold; font-size: 18px; letter-spacing: -0.5; text-transform: uppercase;}'],
  transparent: true
});

sIFR.replace(gothamBold, {
  selector: 'h2.18WhiteSizeTitle',
  css: ['.sIFR-root { color: #FFFFFF; font-weight: bold; font-size: 18px; letter-spacing: -0.5; text-transform: uppercase;}'],
  transparent: true
});

/* MEDIUM */
sIFR.replace(gothamMedium, {
  selector: 'h1.bragTitle',
  css: ['.sIFR-root { color: #FFFFFF; font-weight: bold; font-size: 16px; letter-spacing: -0.5;}'],
  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(gothamMedium, {
  selector: 'h2.subHeadingWhite',
  css: ['.sIFR-root { color: #FFFFFF; font-weight: bold; font-size: 14px; letter-spacing: -0.5; text-transform: uppercase;}'],
  transparent: true
});


sIFR.replace(gothamBold, {
  selector: 'div.landingSectionHead h1 ',
  css: '.sIFR-root { color: #ffffff; font-size: 18px; margin: 0; padding: 0;}',
  transparent: true
});


