@charset "utf-8";
/* CSS Document */

/************************************************************************/
/**************** BOILERPLATE STYLESHEET FOR DEFENSE.GOV ****************/
/************************************************************************/

/***************************************************
    STRUCTURE
***************************************************/
.banner {
}

/***************************************************
    TOP BANNER
***************************************************/
.banner {
    background: url(https://media.defense.gov/2018/Jun/26/2002040282/1844/1229/0/180623-A-VI272-245C.JPG) center -210px fixed no-repeat #242424;
	text-align: center;
    color: #eee;
	background-size: cover;
}
.banner .mask {
	padding-top: 75px;
	background:rgba(0,0,0,0.85);
}
.banner .content-wrap {
	position: relative;
	padding: 5rem 30px 6rem;
}
.banner h1 {
	font-size: 4rem;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}
.banner p {
	max-width: 900px;
	margin: 0 auto;
	color: #ebebeb;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
a.page-down {
    position: absolute;
	z-index: 9;
    bottom: -28px;
    left: 50%;
    color: #fff;
    font-size: 36px;
    width: 66px;
    height: 66px;
    background: url(https://media.defense.gov/2018/Jun/26/2002040282/1844/1229/0/180623-A-VI272-245C.JPG) 33px -210px fixed no-repeat #242424;
	background-size:cover;
    padding: 13px 0;
    text-align: center;
    border-radius: 0 0 33px 33px;
	transform: translate(-50%, 0);
	overflow: hidden;
	box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.12);
	transition:all 0.3s cubic-bezier(.25,.8,.25,1);
}
a.page-down .fas {
	position: relative;
	z-index: 2;
}
a.page-down span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.85);
}
a.page-down:hover {
	bottom: -38px;
	box-shadow:0 3px 6px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.13);
}

/***************************************************
    SLIDESHOW
***************************************************/
.slideshowList {
	background: #000;
}
.slideshowList .listItemEach {
    display: block;
	position: relative;
    float: left;
    width: 25%;
	margin: 0;
	overflow: hidden;
}
.slideshowList .listItemEach:nth-child(4n+1) {
	clear: left;
}
.slideshowList .itemCopy {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.65);
	opacity: 0;
	transition:all .2s;
}
.slideshowList .itemCopy h3 a {
	display: block;
	width: 100%;
	padding: 30% 30px;
	text-align: center;
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	font-size: 1.6rem;
    color: #fff;
}
.slideshowList .itemCopy h3 {
}
.slideshowList .itemCopy h3 a:before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f007";
	content:"\f00e";
	display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	margin-bottom:10px;
}
.slideshowList .itemCopy h3 a:hover {
	text-decoration: none;
}
.slideshowList .itemCopy p {
	display: none;
}
.slideshowList .listItemEach:hover .itemCopy {
	opacity: 1;
}

/***************************************************
    SECTION 2
***************************************************/


/***************************************************
    RESPONSIVE
***************************************************/
/* XLG */
@media only screen and (max-width: 1400px) {
	
}
/* LG */
@media only screen and (max-width: 1200px) {
	.banner {
		background-attachment: scroll;
		background-position: center center
	}
	.slideshowList .listItemEach {
		width: 33.3333%;
	}
	.slideshowList .listItemEach:nth-child(4n+1) {
		clear: none;
	}
	.slideshowList .listItemEach:nth-child(3n+1) {
		clear: left;
	}
	
}
/* MD */
@media only screen and (max-width: 991px) {
	
}
/* SM */
@media only screen and (max-width: 768px) {
	.banner .content-wrap {
		padding: 3rem 30px 4rem;
	}
	.banner h1 {
		font-size: 3rem;
	}
	.slideshowList .listItemEach {
		width: 50%;
	}
	.slideshowList .listItemEach:nth-child(3n+1) {
		clear: none;
	}
	.slideshowList .listItemEach:nth-child(2n+1) {
		clear: left;
	}
	
}
/* XS */
@media only screen and (max-width: 550px) {
	.banner .content-wrap {
		padding: 2rem 30px 3rem;
	}
	.slideshowList .listItemEach {
		width: 100%;
		float: none;
	}
	
}

/***************************************************
    IE SPECIFIC
***************************************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	#dnn_ContentPaneFullBleed6 {
		background-attachment: scroll;
	}
}

/***************************************************
    end.
***************************************************/