@charset "utf-8";

/********BANNER********/
.banner {
	position: relative;
	height: 100vh;
	margin: 0 3rem;
	background-color: #1f1f1f;
	background-attachment: fixed;
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(/Portals/1/Interactive/2020/12-DOD-in-Photos-2020/2020-collage-bg.jpg);
	overflow: hidden;
}
.photographer {
	position: absolute;
    bottom: 0;
}
.photographer img {
	width: 100vw;
	    -webkit-filter: drop-shadow(0px -2px 5px #000);
    filter: drop-shadow(0px -2px 5px #000);
}
.bg-mask {
	background-image: linear-gradient(transparent -10%, #1f1f1f 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.banner .banner-wrap {
	position: relative;
	left: 0;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100vh;
	padding: 0 5rem;
}
.banner h1 {
	font-size: 4rem;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	z-index: 99;
}
.banner p {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	color: #ebebeb;
	text-shadow: 1px 3px 2px rgba(0,0,0,0.5);
	z-index: 99;
}
.fadeout-item {
	-webkit-animation: fadeout-item 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		animation: fadeout-item 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes fadeout-item {
	0% {
		-webkit-transform: translateZ(0);
				transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-80px);
				transform: translateZ(-80px);
		opacity: 0;
	}
}
@keyframes fadeout-item {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
}
	.fadein-item {
		-webkit-animation: fadein-item .2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: fadein-item .2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	}
@-webkit-keyframes fadein-item {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fadein-item {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
.social-top {
	display: block;
	text-align: center;
	padding: 20px 0 0;
	z-index: 99;
}
.social-top .social-inner {
	display: flex;
	justify-content: center;
	font-size: 18px;
}
.social-top .social-inner a {
	border: 2px #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-link:hover {
	background-color: #fff;
	color: #000;
}
a.page-down {
	position: relative;
	z-index: 99;
	left: 50%;
	top: 15px;
	color: #fff;
	font-size: 36px;
	width: 45px;
	height: 45px;
	padding: 13px 0;
	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:hover {
	top: 25px;
}
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%;
}


/********PHOTO SLIDER********/

#dnn_ContentPaneFullBleed1 {
	background-image: -webkit-linear-gradient(#000 5%, #31393c, #000 95%);
	background-image: -o-linear-gradient(#000 5%, #31393c, #000 95%);
	background-image: linear-gradient(#000 5%, #31393c, #000 95%);
}

.full-page {
	position: relative;
	height: calc(100vh + 200px);
	background-color: #1f1f1f;
	margin: 0 3rem;
	overflow: hidden;
	z-index: 1;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.GenericSlideshow {
	padding: 3rem 0 0;
}

.hidden-carousel {
	opacity: 0;
	transition: .3s;
}

.visible-carousel {
	opacity: 1!important;
}

.GenericSlideshow .slideWrapper {
	width: 100%;
	height: 100%;
	position: relative;
}

.GenericSlideshow .slideWrapper .slideContainer {
	height: 100vh!important;
}

.GenericSlideshow .slideWrapper .slideContainer .rsOverflow {
	height: calc(100vh - 120px)!important;
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.rsVisibleNearbyWrap {
	overflow: unset!important;
}

.GenericSlideshow .slideWrapper .slideContainer .rsOverflow .GenericSlideshowItem img {
	position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
	height: auto;
	width: 100%;
	margin: 10px auto;
}

.GenericSlideshow .slideWrapper .slideContainer .rsOverflow .GenericSlideshowItem .top a {
	background-color: #1f1f1f;
	height: 100%;
}

.bottom {
	opacity: 0;
}

.rsActiveSlide .bottom {
	opacity: 1!important;
	transition: .5s;
	color: #fff!important;
    position: relative;
	padding: 0 10px;
}

.GenericSlideshow .bottom .slideTitle {
	text-align: center;
	font-family: 'Crimson Text';
    font-size: 25px;
    font-style: italic;
}

.rsSlide:not(.rsActiveSlide) {
	-webkit-transform: scale(.8);
	transform: scale(.7);
	opacity: .5;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	height: unset!important;
}

.rsActiveSlide {
	z-index: 1;
}

.rsSlide {
	transition: .25s transform cubic-bezier(.17,.67,.9,.57), 1s opacity cubic-bezier(.17,.67,.9,.57);
	height: unset!important;
}

.GenericSlideshow .slideWrapper .slideContainer .rsArrow {
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 50px;
}

.GenericSlideshow .slideWrapper .slideContainer .rsArrow.rsArrowLeft {
	padding: 30px;
}

.GenericSlideshow .slideWrapper .slideContainer .rsArrow.rsArrowRight {
	padding: 30px;
}

.GenericSlideshow .totalCounter {
	color: #949494;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 10px);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .banner {
         background-attachment: scroll;
    }
}
@media screen and (max-height: 1366px) and (orientation: landscape) {
	.GenericSlideshow .slideWrapper .slideContainer .rsArrowLeft {
		top: 60px;
		left: 50%;
    	transform: translate(-150px, -85px);
	}
	.GenericSlideshow .slideWrapper .slideContainer .rsArrowRight {
		top: 60px;
		right: 50%!important;
    	transform: translate(150px, -85px);
	}
}
@media screen and (max-width: 1024px) {
	.full-page {
		height: 80vh;
		display: block;
		flex-direction: unset;
		justify-content: unset;
		padding: 4rem 0;
	}
	.banner {
		background-attachment: unset;
		overflow: hidden;
		background-position: 0px 0px;
		background-size: auto calc(100% + 6rem);
	}
	.banner .banner-wrap {
		position: unset;
		padding: 0 2rem;
	}
	.photographer {
		left: 50%;
		transform: translate(-50%, 0);
	}
	.photographer img {
		width: 1600px;
		max-width: unset;
	}
	.GenericSlideshow .slideWrapper {
		width: unset;
		height: unset;
	}
	.GenericSlideshow .slideWrapper .slideContainer {
		height: unset!important;
	}
	.GenericSlideshow .slideWrapper .slideContainer .rsOverflow {
		height: unset!important;
		transform: unset;
		top: 0;
	}
	.GenericSlideshow .slideWrapper .slideContainer .rsArrow {
		top: 0;
		transform: translate(0, -90px);
		font-size: 45px;
	}
	.GenericSlideshow .slideWrapper .slideContainer .rsArrowLeft {
		left: 50%;
    	transform: translate(-150px, -85px);
	}
	.GenericSlideshow .slideWrapper .slideContainer .rsArrowRight {
		right: 50%!important;
    	transform: translate(150px, -85px);
	}
	.GenericSlideshow .totalCounter {
		top: 0;
		transform: translate(-50%, -50px);
	}
}
@media screen and (max-height: 768px) and (orientation: landscape) {
	.full-page {
		height: 120vh;
	}
}	
@media screen and (max-width: 768px) {
	#dnn_ContentPaneFullBleed1 {
		background-image: unset;
	}
	.banner {
		background-size: contain;
		background-repeat: repeat;
		margin: 0;
	}
	.banner h1 {
		font-size: 3rem;
	}
	.full-page {
		margin: 0;
	}
	.photographer img {
		width: 1100px;
	}
}
@media screen and (max-height: 414px) and (orientation: landscape) {
	.full-page {
		height: 200vh;
	}
	.banner {
		height: 120vh;
		padding-top: 4rem;
	}
}
@media screen and (max-width: 414px) {
	.banner {
		height: 100%;
		padding-bottom: 4rem;
        padding-top: 2rem;
	}
	.banner .banner-wrap {
		padding: 0 2rem;
		position: unset;
	}
	.photographer img {
		width: 950px;
	}
	.GenericSlideshow .slideWrapper .slideContainer .rsOverflow {
		height: calc(100vh - 35vh)!important;
	}
	.GenericSlideshow .totalCounter {
		top: 0;
	}
	.full-page {
		height: 100vh;
	}
}
@media screen and (max-height: 375px) and (orientation: landscape) {
	.full-page {
		height: 200vh;
	}
	.banner {
		padding-top: 2rem;
	}
}
@media screen and (max-width: 375px) {
	.banner {
		padding-top: 2rem;
	}
	.banner h1 {
		font-size: 2.5rem;
	}
}




	
	
	
	
	
	
	
	
	
	
	
	