﻿sIFR.replace(s, {
      selector: '.top-bio .about-us-name',
      wmode: 'transparent',
      css: {
        '.sIFR-root': {
            'color': '#3284b1',
            'font-weight': 'bold',
            'font-size': '18px'
          }
      }
});

sIFR.replace(s, {
      selector: '.top-bio .about-us-title',
      wmode: 'transparent',
      css: {
        '.sIFR-root': {
            'color': '#3f4c54',
            'font-weight': 'bold',
            'font-size': '18px'
          }
      }
});

sIFR.replace(s, {
      selector: '.bio .about-us-name',
      wmode: 'transparent',
      css: {
        '.sIFR-root': {
            'color': '#3284b1',
            'font-weight': 'bold',
            'font-size': '14px'
          }
      }
});

sIFR.replace(s, {
      selector: '.bio .about-us-title',
      wmode: 'transparent',
      css: {
        '.sIFR-root': {
            'color': '#3f4c54',
            'font-weight': 'bold',
            'font-size': '14px'
          }
      }
});

sIFR.replace(s, {
      selector: '#about-us-love-lab-title',
      wmode: 'transparent',
      css: {
        '.sIFR-root': {
            'color': '#2c749c',
            'font-weight': 'bold',
            'font-size': '18px'
          }
      }
});
if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();