/***************************************************************************** It is adviced to place the sIFR JavaScript calls in this file, keeping it separate from the `sifr.js` file. That way, you can easily swap the `sifr.js` file for a new version, while keeping the configuration. You must load this file *after* loading `sifr.js`. That said, you're of course free to merge the JavaScript files. Just make sure the copyright statement in `sifr.js` is kept intact. *****************************************************************************/ var agenda = { src: '/assets/fonts/agendamedium.swf' }; //sIFR.useStyleCheck = true; // Next, activate sIFR: sIFR.activate(agenda); sIFR.replace(agenda, { selector: '#quickOverview .title', wmode: 'transparent', fitExactly: true, fixFocus: true, tuneHeight:-5, css: '.sIFR-root { letter-spacing: 1; color:#95ae21; font-size:26px; font-weight:bold; text-transform:uppercase; background-color:transparent; }' }); sIFR.replace(agenda, { selector: '#quickOverview p', wmode: 'transparent', fitExactly: true, fixFocus: true, tuneHeight:-5, css: '.sIFR-root { letter-spacing: 1; color:#202020; font-size:15px; background-color:transparent; }' }); sIFR.replace(agenda, { selector: 'h1', wmode: 'transparent', fitExactly: true, fixFocus: true, tuneHeight:-5, css: '.sIFR-root { letter-spacing: 1; color:#95ae21; font-size:26px; font-weight:bold; text-transform:uppercase; background-color:transparent; }' }); sIFR.replace(agenda, { selector: '#caseStudiesCaption h3', wmode: 'transparent', tuneHeight: 10, forceSingleLine: false, fitExactly: true, fixFocus: true, css: '.sIFR-root { letter-spacing: 1; color:#202020; font-size:15px; background-color:transparent; }' }); sIFR.replace(agenda, { selector: '#offerings h2', wmode: 'transparent', forceSingleLine: false, fitExactly: true, fixFocus: true, css: '.sIFR-root { letter-spacing: 1; color:#a6be37; font-size:15px; background-color:transparent; text-transform:uppercase; }' }); sIFR.replace(agenda, { selector: 'h2.highlight', wmode: 'transparent', forceSingleLine: false, fitExactly: true, fixFocus: true, css: '.sIFR-root { letter-spacing: 1; color:#a6be37; font-size:15px; background-color:transparent; text-transform:uppercase; }' }); sIFR.replace(agenda, { selector: 'h2.banner', wmode: 'transparent', forceSingleLine: false, fitExactly: true, fixFocus: true, css: '.sIFR-root { letter-spacing: 1; color:#839a18; font-size:15px; background-color:transparent; text-transform:uppercase; }' }); sIFR.replace(agenda, { selector: 'h3.newsTitle', wmode: 'transparent', tuneHeight: 5, forceSingleLine: false, fitExactly: true, fixFocus: true, css: '.sIFR-root { letter-spacing: 1; color:#333333; font-size:15px; background-color:transparent; }' }); sIFR.replace(agenda, { selector: 'h4.newsSubTitle', wmode: 'transparent', tuneHeight: 5, forceSingleLine: false, fitExactly: true, fixFocus: true, css: '.sIFR-root { letter-spacing: 1; color: blue; font-size:13px; background-color:transparent; font-style: italic; }' }); sIFR.replace(agenda, { selector: 'h5', wmode: 'transparent', forceSingleLine: true, fitExactly: true, fixFocus: true, css: '.sIFR-root { letter-spacing: 1; color:#a6be37; font-size:15px; background-color:transparent; text-transform:uppercase; }' }); sIFR.replace(agenda, { selector: 'h5.priv', wmode: 'transparent', forceSingleLine: true, fitExactly: true, fixFocus: true, tuneHeight: -5, css: '.sIFR-root {margin:0; padding:0; letter-spacing: 1; color:#a6be37; font-size:15px; background-color:transparent; text-transform:uppercase; }' }); sIFR.replace(agenda, { selector: 'h2.selected', wmode: 'transparent', tuneHeight: 10, fitExactly: true, fixFocus: true, tuneHeight:-5, css: '.sIFR-root { letter-spacing: 1; color: #cb5d1e; font-size:26px; font-weight:bold; text-transform:uppercase; background-color:transparent; }' }); sIFR.replace(agenda, { selector: 'h2.site-section', wmode: 'transparent', forceSingleLine: true, fitExactly: true, fixFocus: true, tuneHeight:-5, css: [ '.sIFR-root { letter-spacing: 1; color: #cb5d1e; font-size:15px; font-weight:bold; text-transform:uppercase; background-color:transparent; pointer: cursor; }' ,'a { text-decoration: none; }' ,'a:link { color: #cb5d1e; }' ,'a:hover { color: #cb5d1e; text-decoration: underline; }'] }); sIFR.replace(agenda, { selector: 'h4.location', wmode: 'transparent', fitExactly: true, fixFocus: true, tuneHeight:-5, css: '.sIFR-root { letter-spacing: 1; color: #7d9322; font-size: 15px; font-weight:bold; text-transform:uppercase; background-color:#eeede6; }' });