@import "components/base.css";
@import "components/breadcrumbs.css";
@import "components/custom.css";
@import "components/admissions-steps.css";
@import "components/two-factor-authentication.css";
@import "components/breakpoints.css";
@import "components/internet-explorer.css";


/*****

07/18/2019

How master.css file is structured

base.css -> Foundational Styles
breadcrumbs.css -> Breadcrumbs at the top of pages
custom.css -> Style that we have written, or customized outside of the bootstrap libraries
admissions-steps.css -> Steps timeline on the /admissions page
two-factor-authentication.css -> All styles applied specifically to the two factor login page
breakpoints.css -> Media Query breakpoints for all devices except internet explorer live here
internet-explorer.css -> Specific styles for Internet Explorer

All global styles must exist in the css/components directory and be imported into the master.css file.

Any Future files imported will change the order for which files need to be loaded.

*****/
