Phadia Laboratory Systems (Thermo Fisher Scientific)
Thermo Fisher Scientific ImmunoDiagnostics (previously known as Phadia) is the global leader in allergy and autoimmunity diagnostics, offering instrument systems and reagents to support the clinical diagnosis and monitoring of allergy, asthma and autoimmune diseases commonly recognised as the gold standard.
function resizeCTA(){
jQuery(".em_ctab__cta_main_container").each(function(){
var containerHeight = jQuery(this).outerHeight(); var containerWidth = jQuery(this).width();
var content = jQuery(this).find('.em_ctab__cta_content p'); var button = jQuery(this).find('.em_ctab__cta_button');
button.css('top', (containerHeight/2 - button.outerHeight()/2) );
var marginRight = button.outerWidth() + 25;
content.css('margin-right', marginRight);
});
}
jQuery( window ).resize(function() { resizeCTA(); });
jQuery(document).ready(function(){ resizeCTA(); });