/* Tiles */

			/***********/
			/*** OCC ***/
			/***********/
			.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: "25.1: Advisory & Assistance Services (A&AS)";
				background-color: #03192e; /* some blue color for OCC */
			}
			
			/***********/
			/*** PSC ***/
			/***********/
			.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: "B544 - Special Studies/Analysis - Technology";
				background-color: #931018; /* some brick red color for PSC */
			}

			/*************/
			/*** NAICS ***/
			/*************/
			.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: "54/541 – Professional, Scientific, and Technical Services";
				background-color: #f1a64b; /* some mustard yellow color for NAICS */
			}

			/***********/
			/*** CSD ***/
			/***********/
			.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: "541512 – Computer Systems Design Services";
				background-color: #d22f1e; /* some red color for CSD */
			}

			/**************************/
			/*** Technical Strategy ***/
			/**************************/
			.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: "541618 – Other Management Consulting Services";
				background-color: #fa9518; /* some gold color for Technical Strategy */
			}
			
			/**********/
			/*** RE ***/
			/**********/
			.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: "541330 - Engineering Services";
				background-color: #e23620; /* some red background color for RE */
			}
			
			
