/* Tiles */

			/************/
			/*** IWOC ***/
			/************/
			.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: "Correlated and discerned aberrations";
				background-color: #03192e; /* some blue color for IWOC */
			}
			
			/***********/
			/*** EOC ***/
			/***********/
			.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: "Devised contingency plans for remote support";
				background-color: #931018; /* some brick red color for EOC */
			}

			/********************/
			/*** P3I Tech Hub ***/
			/********************/
			.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: "Operationalized initiatives staffed by government, academia, and industry";
				background-color: #f1a64b; /* some mustard yellow color for P3I */
			}

			/***********/
			/*** CLR ***/
			/***********/
			.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: "Developed advanced Strategic/Critical Infrastructure (SCI)-centric ranges";
				background-color: #d22f1e; /* some red color for CLR */
			}

			/**********/
			/*** IL ***/
			/**********/
			.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: "Actualized prototype solution sets that met or exceeded requirements";
				background-color: #fa9518; /* some gold color for IL */
			}
			
			/***********/
			/*** IRL ***/
			/***********/
			.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: "Advanced through Technology Readiness Levels (TRLs)";
				background-color: #e23620; /* some red background color for IRL */
			}
			
			
