/* GENERAL */
#Body {
  background: url(/Portals/1/Interactive/2024/03-bataan/bkgd2.gif) 0 -5px repeat-y;
}
#footer, #footer-main {
  z-index: 3;
}
.word-anchor {
    display: inline;
    white-space: nowrap;
}
/* BANNER */
#banner {
  opacity: 1;
  position: relative;
  transition: opacity 0.5s ease;
  z-index: 100;
  padding-top: 60px;
}
#banner .about {
  padding: 18rem 0;
  background-color: #0d2562;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
#banner .about-title {
    font-family: 'Crimson Text';
    font-size: 80px;
    text-align: center;
    position: relative;
    opacity: .7;
    font-weight: 600;
    color: #fff;
}
.banner-bottom-bkgd {
  width: 120%;
  height: 800px;
  /*background: url(/Portals/1/Interactive/2024/03-bataan/about-footer-bg-5.png)
    0 -5px no-repeat; */
  position: absolute;
  z-index: 101;
  -webkit-background-size: cover;
  background-size: cover;
}
/* BANNER VIDEO */
#banner .video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 1938px;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
#banner .about-header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 110px;
  -webkit-background-size: cover;
  background-size: cover;
  background: url(/Portals/1/Interactive/2024/03-bataan/about-header-bg.png) 0 top no-repeat;
}
#banner .about-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 126px;
  -webkit-background-size: cover;
  background-size: cover;
  background: url(/Portals/1/Interactive/2024/03-bataan/about-footer-bg-5.png) 0 top no-repeat;
  box-shadow: 0 0 5px -7px #f5f6f7;
}
#banner .about-header-bg-2 {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  transform: translate(-50%, -100%);
  transition: transform 0.9s 0.2s ease;
  will-change: transform;
  transform: translate(-50%, 0);
}
/* FADE IMAGES SECTION */
#fade-images {
    padding: 5rem 5rem 0;
}
#fade-images .background {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  z-index: 1;
}
#fade-images .section {
  display: flex;
  min-height: 100vh;
  position: relative;
  z-index: 2;
}
#fade-images .section > * {
  width: 50%;
}
#fade-images .section__img {
  position: relative;
  display: flex;
}
.section_img_mobile {
  display: none;
}
/*#fade-images .section__img__inner {
  height: 100vh;
  position: fixed;
  left: 10%;
  width: 40%;
  top: 0;
  mix-blend-mode: multiply;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 2;
}*/
#fade-images .section__img__inner {
  height: 100vh;
  position: sticky;
  left: 10%;
  width: 100%;
  top: 0;
  mix-blend-mode: multiply;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 2;
}
#fade-images .embed-responsive-16by9 {
   top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#fade-images .section__body {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
  padding-left: 3rem;
}
#fade-images .section__text {
  padding: 0vw;
}
#fade-images .section__img__inner {
    filter: blur(30px);
    opacity: 0;
    background-position: 50% 40%;
    transition: filter 0.5s ease, opacity 0.4s ease, background-position 0.6s ease;
}
#fade-images .section.active .section__img__inner {
  opacity: 1;
  background-position: 50% 50%;
  filter: blur(0);
}
#fade-images h2 {
  font-size: 3vw;
  margin-bottom: 0.5em;
  margin-top: 0;
}
#fade-images p {
    line-height: 1.5em;
    padding: 2rem 0;
    max-width: 90%;
}
.fade-slice {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 31%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 15rem;
  position: relative;
  z-index: 4;
  margin-top: -200px
}
/* button */

#fade-images .mycontainer {
  display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
}
#fade-images .mycontainer .box {
    max-width: 95%;
    width: 350px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px 15px 15px;
    border: 1px solid #121212;
    border-radius: 10px;
    align-items: center;
}
#fade-images .article-box {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
    justify-content: center;
    align-items: flex-start;
}
#fade-images .box img {
    max-width: 120px;
    height: 100%;
}
#fade-images .box p {
    line-height: 1.2em;
    max-width: 100%;
    padding: 0;
    margin: 0 0 .5rem;
    font-size: .9em;
    font-family: 'Crimson Text';
    color: #121212;
}
#fade-images .box p span {
  display: block;
  font-weight: 400;
  font-size: .85rem;
  font-style: italic;
}

.gm-btn {
 background: none;
    border: none;
    padding: 3px 15px;
    font-size: 16px;
    line-height: 24px;
    width: 400;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    outline: none;
}
a.gm-btn.gb-cutter {
  text-decoration: none;
}
	a.gm-btn.gb-cutter {
    text-decoration: none;
}
.gb-cutter::before {
  content: "";
  position: absolute;
  z-index: -1;
  transition: 0.5s;
} 
.gb-cutter {
  border: 2px solid #121212;

    border-radius: 5px;
    box-shadow: 3px 3px 0 #121212;
    font-size: .75rem;
    font-weight: 700;
    overflow: hidden;
  
    color: #121212;
}
.gb-cutter::before {
  top: 100%;
  left: 0;
  width: 150%;
  aspect-ratio: 1;
  background: #121212;
  transform: translate(50%, 0%) rotateZ(-45deg);
}
.gb-cutter:hover::before {
  transform: translate(-20%, -60%) rotateZ(-45deg);
}
.gb-cutter:hover {
  box-shadow: 0 0 0;
  color: #eee !important;
}

/***Main Video***/

	#battan-vid  {
    z-index: 5;
    overflow: hidden;
    display: block;
    position: relative;
    padding: 40px;
    margin-top: 4rem;
   
    border-radius: 3px;
   
    border-top: #355e93 7px solid;
    background: url(/Portals/1/Interactive/2024/03-bataan/film-bkgd.png);
    background-size: cover;
    background-position: center center;
}
	#background-video {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0px;
}
	
#battan-vid .overlay {
    background: linear-gradient(90deg, #0000005c, #000000e8, #0000005c);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 2;
    transition: all 0.25s ease-out;
}
	#battan-vid .dgov-container {
		position: relative;
		z-index: 2;
	}
	

	
#battan-vid h2 {
    color: #fff;
    margin-bottom: 0px;
    font-family: 'Crimson Text';
    font-weight: 600;
}
	
	#battan-vid h2 span {
    color: #b4b4b4;
    font-size: 19px;
    display: block;
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: 400;
}
	
	#battan-vid p {
		color: #fff;
	}
	
	#battan-vid  .health-quote {
	font-size: 1rem;	
	}
	
	#battan-vid .health-quote span {
	background: #0b499c;
    color: #fff;
	}
	
	
    
    

/* BOTTOM VIDEOS */
	#content-pane-wrap-66 .container {
        width: unset;
    max-width: unset;

}

#content-pane-wrap-66 {
  position: relative;
  z-index: 3;
  
}

#content-pane-wrap-66, #dnn_ContentPane6X, #dnn_ContentPaneX6 {
    background: linear-gradient(#254267, #101d2e);
}
#video-section {
  padding: 5rem 3rem 6rem;
	    max-width: 80%;
    margin: 0 auto;
}
#video-section h2 {
    text-align: center;
    color: #fff;
    font-family: 'Crimson Text';
    font-weight: 600;
	    margin: 0 0 .5rem;
}
#video-section p {
    color: #fff;
    text-align: center;
    min-height: 4.5rem;
    margin: 0 auto 2rem;
}
/*****RELATED *****/
#related {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500px;
    margin: 0;
    padding: 0;
    position: relative;
    background-image: url("https://www.defense.gov/portals/1/Interactive/2024/03-d-day/d-day-video-test.gif");
    background-size: cover;
    background-position: center;
    z-index: 500;
}
#related h2 {
    color: #fff;
    font-family: 'Crimson Text';
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    margin: 0 0 15px;
}
#related a {
  text-decoration: none;
}
.related-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: clamp(320px, 30vh, 300px);
  min-width: clamp(300px, 50vw, 600px);
  margin: 30px;
  padding: clamp(15px, 1vw, 30px);
  border-radius: clamp(15px, 1vw, 30px);
  border: #2a1d0d 1px solid;
  background: linear-gradient(#41321eba, #a9a19a99);
  transition: all 0.5s ease;
}
.related-container:hover {
    background-color: #362712b0;
}
.related-container:hover img {
      transform: scale(0.9);
}
.related-container .poster {
  width: 100%;
  height: 100%;
}
.related-container .poster img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: clamp(10px, 0.5vw, 35px);
  transition: all 0.5s ease;
}



/***MOBILE****/

@media screen and (min-width: 2000px) 
{
		#fade-images p {
 
    max-width: 60%;
   
}
	
}

@media screen and (max-width: 1199px) {
#video-section p {
    
    max-width: 80%;
 
    padding: 0 2rem 2rem;
}
}

@media screen and (min-width: 1919px) {#banner .about-header {
    
    display: none;
    
}
	#video-section p {
 
    max-width: 65%;
   
}
#fade-images .section__img__inner {
    
    left: 20%;
    width: 80%;
 
}}


@media screen and (min-width: 1775px) {

		#fade-images .section__img__inner {
  
    width: 80%;
			left: 20%;
  
}
	#fade-images p {
    max-width: 76%;
}

}



@media screen and (max-width: 1550px) {
	#fade-images p {
    max-width: 90%;
}
	#fade-images .embed-responsive-16by9 {
		top: 52%;
	}
}
	

@media screen and (max-width: 1024px) {
  #banner .about-footer {
    bottom: -1px;
  }
  .fade-slice-1 {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) -38%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    height: 25rem;
    position: relative;
    z-index: 4;
    margin-top: -200px;
  }
 #fade-images {
    padding: 2rem;
    margin-top: -15rem;
}
  #fade-images .section.active .section__img__inner {
    
    background-position: 50% 48%;
    
}
  
  .fade-slice {
    margin-top: -400px;
  }
	#video-section p {
    max-width: 95%;
    padding: 0 2rem;
font-size: 17px;
}
	#fade-images p {
    max-width: 100%;
}
}
@media (max-width: 768px) {
  #banner {

    padding-top: 100px;
}
	#banner .about-footer {
    bottom: -1px;
  }
	
	
  #fade-images {
    padding: 2rem;
    margin-top: -10rem;
}
  
	#fade-images .section__body {
    
    padding-left: 2rem;
}
 #fade-images p {
    max-width: 100%;
    font-size: .8em;
    line-height: 1.3em;
}
	#fade-images .mycontainer {
   
    margin-top: -3rem;
}
	#fade-images .mycontainer .box {
    
  width: unset;
    padding: 8px;
  border: none;
    
    background: #e0e0e0;
    justify-content: center;
    flex-direction: column;
}
	#fade-images .box img {
   
    display: none;
}
	#fade-images .article-box {
    
    padding: 0 8px 2px;
  
}
  #fade-images .box p {
    line-height: 1em;
    
    font-size: .75em;
    
}
	.gb-cutter {
    border: 1px solid #121212;
    
    box-shadow: unset; 
    font-size: .75rem;
    
    
}
	.gm-btn {
    
    padding: 0 10px;
    
    line-height: 20px;
   
 
}


  .fade-slice {
    margin-top: -400px;
  }
	

	#video-section p {
    max-width: unset;
    padding: 1rem 0;
  
}
}
@media (max-width: 480px) {
 
	#banner .about-title {
    font-size: 40px;
  }
  #fade-images {
    padding: 1rem;
    margin-top: 0;
}
	#fade-images .section {
  
	box-shadow: 3px 3px 0 #121212;
    border: 1px solid #121212;
    background: #ffffffba;
    min-height: unset;
	  border-radius: 10px;
		display: flex;
    position: relative;
    flex-direction: column;
		margin-bottom: 3rem;
  }

  #fade-images .section > * {
    width: 100%;
  }
  #fade-images .section__img__inner {
    filter: none;
    opacity: 1;
    background-position: center;
    transition: none;
    margin-top: 2rem;
    height: 240px;
    position: relative;
	      background-size: cover;
    left: unset;
    width: 100%;
    top: unset;
		    margin: 2rem;
   
}
  .section__img__inner.video1 {
    height: 180px!important;
}
#fade-images .section__body {
    padding: 0 2rem 2.5rem;
    display: block;
    border-radius: 10px;
}
  
  .section_img_mobile {
    display: block;
    padding: 3rem 0 1rem;
  }
  #fade-images h2 {
    font-size: 1.5em;
    margin-top: 2rem;
  }
  #fade-images p {
    max-width: 100%;
	  font-size: 19px;
    line-height: 1.5em;
	      padding: 0;
	  margin: 0;
  }
	#fade-images .article-box {
   
    align-items: center;
}
	#fade-images .box p {
    
    text-align: center;
}
    #fade-images .box p {
    line-height: 1em;
    
  font-size: 19px;
    
}
	
	.gb-cutter {
    border: 1px solid #121212;
    box-shadow: unset;
    font-size: 17px;
    padding: 4px 10px 5px!important;
   
}
	#fade-images .mycontainer {
    margin-top: 1.2em;
}
	#fade-images .mycontainer .box {
    width: 100%;
    margin: 0 auto;
    padding: 8px;
    background: #ecedf07d;
    border: 1px solid #000;
}
  .fade-slice {
    display: none;
  }
	#content-pane-wrap-66 {
   
    margin-top: 2rem;
}
	#video-section {
    padding: 3rem 2.5rem;
		max-width: unset;
}
	#video-section h2 {
 
    margin: 0 0 1rem;
    font-size: 2.3em;
}
	#video-section p {
    max-width: unset;
    padding: unset;
    font-size: 19px;
}
	#related h2 {
   
    margin: 0 20px 15px;
}
}