/************************************************************************************************************************
	color.css: Color Style Guide (Description of the palette used) and defaults for customizable branding colors.   1d587f - DD6600    553966 - 886C99 - 556270 - 3a4c59

		Copyright (c) 2012-Present - agileKaizen, Ltd., all rights reserved. http://agileKaizen.com

 ************************************************************************************************************************/

:root {
 	--primary-color:35,55,82;  /* 233752 */
 	--primary-color-dark:19,38,63;
 	--primary-color-darker:6,21,40;
 	--secondary-color:255,204,0;
 	--complimentary-color:125,95,46;
	--background-color:244,245,246;
}
