jQuery(document).ready(function(){
	jQuery('.consultants').equalHeights();
	
	// input hint
	if(jQuery('input')[0]){
		jQuery('input').hint();
	}
});