// source --> https://tollauthority.gov.jm/wp-content/themes/salient-child/gen-scripts.js?ver=0c9ef80ce6cbae817f1d62a128f7ff5b 
jQuery(function ($) {
	$('.closeaction').click(function(){
		$('#call-to-action').hide();
	});
});