/* CSS Resource Document for: Army Sustainment Command -> HHC & G1		 	*
!  Global classes should be defined in portal.css  							*
*  The proponent agency for this source is AMAS-PC							*/

/* Classes for "I am a..." links on landing page */
.nc-land-links {
	font-family: GI7;
	text-align: center;
}
	.nc-land-links figure.image {
		position: relative;
		overflow: hidden;
		margin: 10px;
		width: 520px;
		height: 293px;
		background: #000;
		color: #EEE;
		text-align: center;
		display: inline-block;
	}
		.nc-land-links figure.image * {
			transition: all 0.3s ease-in-out;
		}
		.nc-land-links figure.image img {
			max-width: 100%;
			position: relative;
			opacity: 0.6;
		}  
		.nc-land-links figure.image h1 {
			position: absolute;
			left: 35px;
			right: 35px;
			font-size:16px;
			display: inline-block;
			background: #000;
			color: #FFCD01;
			opacity: 0.8;
			transform: skew(-5deg) rotate(-10deg) translate(0, -50%);
			padding: 15px 5px;
			margin: 0;
			top: 50%;
			text-transform: uppercase;
		}
		.nc-land-links figure.image:before {
			height: 100%;
			width: 100%;
			top: 0;
			left: 0;
			content: '';
			background: #CCC;
			position: absolute;
			transition: all 0.3s ease-in-out;
			transform: rotate(110deg) translateY(-50%);
		}  
		.nc-land-links figure.image:hover img {
			opacity: 1;
			transform: scale(1.1);
		}
		.nc-land-links figure.image:hover h1 {
			transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
		}
		.nc-land-links figure.image:hover::before {
			transform: rotate(110deg) translateY(-150%);
		}

/* Classes for More Information Links on the second-hop page */
.more-links {
	font-family: GI7;
	text-align: center;
}
	.more-links figure.image {
		position: relative;
        overflow: hidden;
        margin: 10px;
        width: 235px;
        height: 132px;
        background: #000;
        color: #EEE;
        text-align: center;
		display: inline-block;
    }
		.more-links figure.image * {
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}
		.more-links figure.image img {
			max-width: 100%;
			position: relative;
			opacity: 0.6;
		}  
		.more-links figure.image h1 {
			position: absolute;
			left: 35px;
			right: 35px;
			font-size:16px;
			display: inline-block;
			background: #000;
			color: #FFCD01;
			opacity: 0.8;
			transform: skew(-5deg) rotate(-10deg) translate(0, -50%);
			padding: 15px 5px;
			margin: 0;
			top: 50%;
			text-transform: uppercase;
		}
		.more-links figure.image:before {
			height: 100%;
			width: 100%;
			top: 0;
			left: 0;
			content: '';
			background: #CCC;
			position: absolute;
			transition: all 0.3s ease-in-out;
			transform: rotate(110deg) translateY(-50%);
		}  
		.more-links figure.image:hover img {
			opacity: 1;
			transform: scale(1.1);
		}
		.more-links figure.image:hover h1 {
			transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
		}
		.more-links figure.image:hover::before {
			transform: rotate(110deg) translateY(-150%);
		}

/* 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: normal 24px GI7;
		}
		.mission td.about span {
			font-family: GI5; 
			text-align: center;
			padding: 12px;
			display: inline;
		}