/* Tiles */

			/*****************/
			/*** Analytics ***/
			/*****************/
			.tiles article:nth-child(6n - 5):before {
				padding: 18em 2em 7em 4.5em ; /* subtext position  */
				margin: 0 auto;	
				-webkit-text-fill-color: #ffff99;	
				font-size: 0.9em; /* subtext font size */	
				font-weight: 500;		
				letter-spacing: 0.25em;
				margin-bottom: 0;
				text-transform: uppercase;
				content: "Decipher and deliver insights";
				background-color: #03192e; /* some blue color for analytics */
			}
			
			/************************/
			/*** Analytics Fusion ***/
			/************************/
			.tiles article:nth-child(6n - 4):before {
				padding: 18em 2em 7em 4.5em ; /* subtext position  */
				margin: 0 auto;
				-webkit-text-fill-color: #ffff99;			
				font-size: 0.9em; /* subtext font size */			
				font-weight: 500;
				letter-spacing: 0.25em;
				margin-bottom: 0;
				text-transform: uppercase;
				content: "Correlate and operationalize";
				background-color: #931018; /* some brick red color for analytics fusion */
			}

			/******************/
			/*** Assessment ***/
			/******************/
			.tiles article:nth-child(6n - 3):before {
				padding: 18em 2em 7em 4.5em ; /* subtext position  */
				margin: 0 auto;
				-webkit-text-fill-color: #580000;
				font-size: 0.9em; /* subtext font size */
				font-weight: 500;
				letter-spacing: 0.25em;
				margin-bottom: 0;
				text-transform: uppercase;
				content: "Classify, quantify, and prioritize problems";
				background-color: #f1a64b; /* some mustard yellow color for assessment */
			}

			/**********************/
			/*** Visualizations ***/
			/**********************/
			.tiles article:nth-child(6n - 2):before {
				padding: 18em 2em 7em 4.5em ; /* subtext position  */
				margin: 0 auto;
				-webkit-text-fill-color: #ffff99;
				font-size: 0.9em; /* subtext font size */	
				font-weight: 500;
				letter-spacing: 0.25em;
				margin-bottom: 0;
				text-transform: uppercase;
				content: "Envision for enhanced situational awareness";
				background-color: #d22f1e; /* some red color for visualization */
			}

			/*****************/
			/*** Briefings ***/
			/*****************/
			.tiles article:nth-child(6n - 1):before {
				padding: 18em 2em 7em 4.5em ; /* subtext position  */
				margin: 0 auto;			
				-webkit-text-fill-color: #580000;
				font-size: 0.9em; /* subtext font size */
				font-weight: 500;	
				letter-spacing: 0.25em;
				margin-bottom: 0;
				text-transform: uppercase;
				content: "Communicate the derived insights and findings";
				background-color: #fa9518; /* some gold color for briefings */
			}
			
			/*****************/
			/*** Trainings ***/
			/*****************/
			.tiles article:nth-child(6n):before {
				-moz-box-sizing:border-box;
				-webkit-box-sizing:border-box;
				box-sizing:border-box;
				padding: 18em 2em 7em 4.5em ; /* subtext position  */
				margin: 0 auto;
				-webkit-text-fill-color: #ffff99;
				font-size: 0.9em; /* subtext font size */
				font-weight: 500;
				letter-spacing: 0.25em;
				margin-bottom: 0;
				text-transform: uppercase;
				content: "Convert the assessment findings into learnings";
				background-color: #e23620; /* some red background color for trainings */
			}
			
			
