$(function(){
	$('.torso.strategy .primary_content .lead_companies:nth-child(3n+0)').css({
		'clear': 'both'
	});
});

