Retractable Technologies, Inc.
Retractable Technologies, Inc. is the manufacturer of VanishPoint® and Patient Safe® safety products. VanishPoint® products retract the needle directly
from the patient, effectively reducing exposure to the contaminated needle. Patient Safe® syringes are uniquely designed to reduce the risk of bloodstream infections resulting from catheter hub contamination.
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(); });