/* Tiles */

			/************/
			/*** SETA ***/
			/************/
			.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: "Serve as independent technical advisors";
				background-color: #03192e; /* some blue color for SETA */
			}
			
			/************/
			/*** SPFD ***/
			/************/
			.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: "Devise actionable strategic roadmaps";
				background-color: #931018; /* some brick red color for SPFD */
			}

			/**********/
			/*** RE ***/
			/**********/
			.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: "Instantiate more robust resist/recover paradigms";
				background-color: #f1a64b; /* some mustard yellow color for RE */
			}

			/**************************/
			/*** Technical Strategy ***/
			/**************************/
			.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: "Formulate technology roadmaps that well support the asserted objectives";
				background-color: #d22f1e; /* some red color for Technical Strategy */
			}

			/***********/
			/*** CSD ***/
			/***********/
			.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: "Create or modify software to meet or exceed requirements";
				background-color: #fa9518; /* some gold color for CSD */
			}
			
			/**********/
			/*** DD ***/
			/**********/
			.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: "Transform concepts into implementations";
				background-color: #e23620; /* some red background color for DD */
			}
			
			
