// Fix JS flash of unstyled content by hiding all descendents of HTML until DOM is loaded.
$('document').ready(function(){
	$('html').removeClass('js-hidden');
});
