@charset "UTF-8";
/**
 * Main
 *
 * Description: This file includes the files needed for the project. (only include what you actually need).
 * Version: 1.0.3
 * -----------------------------------------------------------------------------
 */


// Utils
@import "utils/variables";
@import "utils/functions";
@import "utils/mixins";


// Normalize
@import "vendors/normalize";


// Vendors that can be extended
@import "vendors/icomoon";


// Base
@import "base/base";
@import "base/typography";


// Vendors
@import "vendors/MyFontsWebfontsKit";


// Components
@import "components/logo";
@import "components/buttons";
@import "components/background";
@import "components/alert";
@import "components/block";


// Layout
@import "layout/grid";
@import "layout/header";
@import "layout/footer";
@import "layout/layout-utils";


// Site specific
.content-footer {
	color: #ffffff;

	a { color: #ffffff; }

}

#page-footer .layout-size1of4 {
	border-right: 1px solid #990000;
}

.page-footer-logo .page-logo {
    margin: em(40px) 0 em(23px);
}


// Print
@media print {
	@import "base/print";
}
