/**
 * Common CSS File
 *
 * This CSS file should be used for styles which are used sitewide. Please think very carefully before putting styles
 * in here as they will add loading time to *every* page on the site.
 */

/** START: {includes} **/
	@import url("/css/sitewide.css");
	@import url("/css/style.css");
	@import url("/css/resources/section-heading.css");
	@import url("/sections/home/css/common.css");
	@import url("/css/resources/glass-tabs.css");
	@import url("/css/home.css");
	@import url("/css/training_landing.css");

	/* Compensate for IE where necessary, which will not support media types in the @import tags above. */
/** END: {includes} **/
