/* careers CSS master file */
/* Link to the other CSS files that are used */
/* Header, footer, nav and content blocks etc*/

/* Ian Hill 2016 */
/* Careers Site */
/* Emerald IT */

/* Fonts styles includes - needs to be first so they get picked up */
@import "fonts.css";

/* Default main style settings */
@import "global.css";

/* Main Site layout */
@import "content_blocks.css";

/* nav block styles */
@import "nav_tabs.css";

/* General CSS */
@import "pages.css";

/* Third party addons and plugins etc. */
@import "thirdparty.css";

/* Journals, books, etc. - Mid ioer derived content */
@import "journals.css";


/* selection from emerald main site */
@import "emerald.css";

/* Colour Theme */
@import "themes/careers_standard_2017.css";

/* NOTE: Put all colour and image styles into the Theme css file. */
/* You can leave a commented out color item in the other css files as a hint to check the theme css */


