/* CSS Resource Document for: Army Sustainment Command -> MISC PAGES  		*
!  Global classes should be defined in portal.css  							*
*  The proponent agency for this source is AMAS-PC							*/

/* Command Status */
.cstatus {
	width: 100%;
	text-align: center;
	padding-bottom: 8px;
}
	.cstatus h1 {
		font-family: GI5;
		font-size: 18px;
	}
	.cstatus .led {
		font-size: 14px;
		display: inline;
	}
	.cstatus span {
		font-family: GI7;
		font-size: 14px;
		vertical-align: middle;
		padding-left: 8px;
		display: inline;
	}
	.cstatus .zero {
		color: #0A0;
	}
	.cstatus .alpha {
		color: #00A;
	}
	.cstatus .bravo {
		color: #CC0;
	}
	.cstatus .charlie {
		color: #FA0;
	}
	.cstatus .delta {
		color: #C00;
	}

/* Homepage */
.home-links {
	font-family: GI7;
}
	.home-links a {
		text-decoration: none;
		color: #FFCE08;
	}
	.home-links figure.image {
		position: relative;
		overflow: hidden;
		margin: 0px 8px 0px 0px;
		width: 270px;
		height: 169px;
		background: #000;
		color: #EEE;
		text-align: center;
		transition: all 0.3s ease-in-out;
	}
		.home-links figure.image img {
			max-width: 100%;
			position: relative;
			opacity: 0.6;
			transition: all 0.3s ease-in-out;
		}  
		.home-links figure.image h1 {
			position: absolute;
			left: 25px;
			right: 25px;
			top: 50%;
			font-size: 18px;
			color: #FFCE08;
			background: #000;
			transform: skew(-5deg) rotate(-10deg) translate(0, -50%);
			padding: 15px 5px;
			margin: 0;
			text-transform: uppercase;
			transition: all 0.3s ease-in-out;
		}
		.home-links figure.image:before {
			position: absolute;
			content: '';
			height: 100%;
			width: 100%;
			top: 0;
			left: 0;
			background: #CCC;
			transform: rotate(110deg) translateY(-50%);
			transition: all 0.3s ease-in-out;
		}  
		.home-links figure.image:hover img {
			opacity: 1;
			transform: scale(1.1);
		}
		.home-links figure.image:hover h1 {
    		transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
		}
		.home-links figure.image:hover::before {
    		transform: rotate(110deg) translateY(-150%);
		}

/* Careers */
.job-post {
	font-size: 12px; 
    width: 98%; 
    margin-left: auto; 
    margin-right: auto; 
    border-spacing: 8px;
}
	.job-post th {
		padding-top: 4px;
		padding-bottom: 4px;
		background-color: #DDD;
		font-family: GI5;
		font-size: 14px;
		text-align: left;
		padding-left: 8px;
	}
	.job-post td {
		padding-top: 4px;
		padding-bottom: 4px;
		font-family: GI4;
		font-size: 12px;
	}
	.job-post td.footer {
		background-color: #3A423A;
		text-align: right;
		color: #FFF;
		padding-top: 4px;
		padding-bottom: 4px;
		font-family: GI7;
		padding-right: 8px;
		font-size: 12px;
	}
	.job-post a {
		font-family: GI7;
	}

/* Leadership Links */
.lead-sub {
	color: #FFF;
}
.lead-links {
	font-family: GI7;
	text-align: center;
}
	.lead-links a {
		text-decoration: none;
		color: #FFCE08;
	}
	.lead-links figure.image {
		position: relative;
		overflow: hidden;
		margin: 10px;
		width: 190px;
		height: 238px;
		background: #000;
		color: #EEE;
		text-align: center;
		display: inline-block;
	}
		.lead-links figure.image * {
			transition: all 0.3s ease-in-out;
		}
		.lead-links figure.image img {
			max-width: 190px;
			position: relative;
			opacity: 1;
		}  
		.lead-links figure.image h1 {
			position: absolute;
			left: 0px;
			right: 0px;
			display: inline-block;
			background: #3A423A;
			padding: 2px;
			margin: 0;
			bottom: 0%;
			font-size:12px;
			line-height:18px;
			text-transform: uppercase;
		}
		.lead-links figure.image:before {
			height: 100%;
			width: 100%;
			top: 0;
			left: 0;
			content: '';
			background: #AAA;
			position: absolute;
			transition: all 0.3s ease-in-out;
		}  
		.lead-links figure.image:hover img {
			opacity: 1;
			transform: scale(1.1);
		}
		.lead-links figure.image:hover h1 {
			transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
		}
		.lead-links figure.image:hover::before {
			transform: rotate(110deg) translateY(-150%);
		}
.mission {
	width: 100%;
}
	.mission td.leaders {
		width: 60%;
		text-align: center;
	}
	.mission td.about {
		width: 40%;
	}
		.mission td.about h2 {
			font-family: GI7;
			font-size: 24px;
		}
		.mission td.about span {
			font-family: GI5; 
			text-align: center;
			padding: 12px;
			display: inline;
		}