
jQuery(document).ready(function($){
	$(".column.right .middle h2:first").css("margin-top", "0");
});