@charset "utf-8";
/* CSS Document */

/************************************************************************/
/***********************    DOD IN PHOTOS 2019    ***********************/
/************************************************************************/

header.new-nav.header-main-featured .header-utility-nav,
header.new-nav.header-main-featured .header-utility-nav .inner {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 30%, rgba(51, 51, 51, 1) 80%, rgba(51, 51, 51, 1) 80%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 30%, rgba(51, 51, 51, 1) 80%, rgba(51, 51, 51, 1) 80%);
}

/***************************************************
    STRUCTURE
***************************************************/
#dnn_ContentPaneFullBleed1 {
	position: relative;
    background-image: url(https://media.defense.gov/2019/Nov/15/2002212049/1088/820/0/190312-N-IA905-004.JPG);
	text-align: center;
    color: #eee;
	background-color:#242424;	
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

/***************************************************
    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: 100px;
	background:rgba(0,0,0,0.85);
}
.banner .content-wrap {
	position: relative;
	padding: 3rem 30px 5rem;
}
.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: 0;
    left: 50%;
    color: #fff;
    font-size: 36px;
    width: 66px;
    height: 66px;
    padding: 13px 0;
    text-align: center;
    border-radius: 0 0 33px 33px;
	transform: translate(-50%, 0);
	overflow: hidden;
	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%;
}
a.page-down:hover {
	bottom: -5px;
}

/***************************************************
	SOCIAL
***************************************************/
.social-top {
	display: block;
	text-align: center;
	padding: 20px 0 0;
}
.social-top .social-inner {
	display: flex;
	justify-content: center;
	font-size: 18px;
}
.social-top .social-inner a {
	border: 1px #fff solid;
	color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
	margin: 0 7px;
	padding: 14px;
	transition: all .2s ease-in;
}
.social-top .social-inner a.addthis_button_facebook:hover {
    background-color: #3b5998;
    border-color: #3b5998;
	color: #fff;
}
.social-top .social-inner a.addthis_button_twitter {
	padding-top: 14px; 
}
.social-top .social-inner a.addthis_button_twitter:hover {
    background-color: #00aced;
    border-color: #00aced;
	color: #fff;
}
.social-top .social-inner a.addthis_button_email {
	font-size: 18px;
}
.social-top .social-inner a.addthis_button_email:hover {
    background-color: #DD4B39;
    border-color: #DD4B39;
	color: #fff;
}

/***************************************************
    SLIDESHOW
***************************************************/
.gridlayout-slideshow-main .gridlayout {
	padding: 7px 22px;
	background:rgba(0,0,0,0.85);
}
.gridlayout-slideshow-main .gridlayout-cell {
	padding: 7px;
}
.dgov2-popup-container .dgov2-popup-contents .dgov2-popup-info {
	text-align: left;
}
/*.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
	}
	.banner h1 {
		font-size: 3rem;
	}
	.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 15px 3rem;
	}
	.slideshowList .listItemEach {
		width: 100%;
		float: none;
	}
	a.page-down {
    padding: 33px 0 13px;
}
.banner .mask {
    padding-bottom: 10px;
	}
}

/***************************************************
    IE SPECIFIC
***************************************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	#dnn_ContentPaneFullBleed6 {
		background-attachment: scroll;
	}
}

/***************************************************
    end.
***************************************************/