@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Saira+Stencil+One&family=Zen+Kaku+Gothic+Antique:wght@400;700&display=swap');
/* font-family: 'Saira Stencil One', 'Oswald', sans-serif;
font-family: 'Zen Kaku Gothic Antique', sans-serif; */
/**************************************************
***************************************************
GENERAL
***************************************************
**************************************************/
.DNNModuleContent h2 {
  color: #fff;
  line-height: 1.5rem;
  font-size: 40px;
  font-weight: 400;
  font-family: 'Saira Stencil One', 'Oswald', sans-serif;
  text-transform: uppercase;
}
.DNNModuleContent p {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
/**************************************************
***************************************************
BANNER
***************************************************
**************************************************/
.banner {
  height: 75vh;
  overflow: hidden;
	position: relative;
}
.banner video {
  position: fixed;
  z-index: -1;

  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  background: #000;
}
.banner .content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.banner .content h1 {

    padding-bottom: 7px;
     border-bottom: 3px solid #fff;
    max-width: fit-content;
    margin: auto;
    position: relative;
    color: #fff;
    line-height: 4.5rem;
    font-size: 100px;
    font-weight: 400;
    font-family: 'Saira Stencil One', 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.banner .content p {
  color: #fff;
  line-height: 1.5rem;
  font-size: 44px;
  font-weight: 400;
  position: relative;
  margin-bottom: 18px;
  margin-top: 18px;
  font-family: 'Saira Stencil One', 'Oswald', sans-serif;
  text-transform: uppercase;
  text-align: center;
}


.banner img {
  max-width: 50%;
  margin: auto;
  display: block;
}

.banner .content .center-top {
  top: calc(50% + 37px);
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
}
/* SOCIAL */
.social-top {
  margin-left: 43.5%;
}
.social-inner {
  display: flex;
  font-size: 1.2rem;
}
.social-inner a {
  width: 45px;
  height: 45px;
  font-size: 23px;
}
.social-inner a, .social-inner a:link {
  color: #fff;
  text-decoration: none
}
.social-inner a {
  border: 2px #fff solid;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center
}
.social-inner a {
  width: 45px;
  height: 45px;
}
.social-inner a.addthis_button_facebook {
  margin-right: 15px
}
.social-inner a.addthis_button_facebook:hover span {
  color: #fff;
}
.social-inner a.addthis_button_facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}
.social-inner a.addthis_button_facebook {
  transition: all .2s ease-in;
}
.social-inner a.addthis_button_twitter:hover span {
  color: #fff;
}
.social-inner a.addthis_button_twitter:hover {
  background-color: #00aced;
  border-color: #00aced;
}
.social-inner a.addthis_button_twitter {
  padding-top: 2px;
  transition: all .2s ease-in;
}
.social-inner a.addthis_button_email:hover span {
  color: #fff;
  transition: all .2s ease-in;
}
.social-inner a.addthis_button_email:hover {
  background-color: #DD4B39;
  border-color: #DD4B39;
}
.social-inner a.addthis_button_email {
  margin-left: 15px;
  font-size: .9em;
  transition: all .2s ease-in;
}
/**************************************************
***************************************************
BLURB
***************************************************
**************************************************/
#intro-blurb {
  background: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, .7)), url(/Portals/1/Interactive/2021/10-top-gun/plane-metal-bg.jpg) center center;
  background-size: cover;
  color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 3rem 0rem;
  padding-top: 11rem;
}
#intro-blurb h2 {
  font-family: 'Saira Stencil One', 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #30302f;
  letter-spacing: 2px;
  transform: rotate(-2deg);
  font-weight: 100;
  margin-top: 0rem;
  text-align: center;
  font-size: 2.3rem;
}

#intro-blurb .second h2 {
	margin-top: 3rem;
}

#intro-blurb .porthole {
  position: absolute;
  left: 0px;
  top: 0px;
}
#intro-blurb .top-gun-photo {
  border-radius: 50%;
  width: 100%;
}
#intro-blurb .blurb-text {
  max-width: 80%;
  transform: rotate(3deg);
  margin: auto;
  margin-top: 2rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#intro-blurb .second .blurb-text {
	transform: rotate(-1deg);
}
#intro-blurb .sticker {
  background: url(/Portals/1/Interactive/2021/10-top-gun/tape-texture.png);
  background-position: center;
  padding: 10px;
  border-radius: 7px;
}
#intro-blurb .sticker .inner {
  border: 2px solid #ca3737;
  border-radius: 7px;
  padding: 15px;
}
#intro-blurb .sticker .inner p {
  color: #2e302f;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  line-height: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
#intro-blurb .sticker .inner a {
  margin-top: 15px;
  background: #cb3b3b;
  border: none;
  text-align: right;
  float: right;
  top: -47px;
  position: relative;
	transition: all 0.25;
}

#intro-blurb .sticker .inner a:hover {
background: #912d2d;
}
/**************************************************
***************************************************
EVO STORY
***************************************************
**************************************************/
.under-banner {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), #454543, #52524a, #454543, #2f2f2c00);
  padding: 7rem 3rem;
  margin-bottom: -11rem;
  position: relative;
  z-index: 2;
}
.under-banner .text {
  border-top: 2px solid #fff;
  padding: 20px;
  color: #fff;
  text-align: left;
  margin: auto;
  margin-top: 5rem;
  margin-bottom: 3rem;
  position: relative;
}
.under-banner .text.secondary {
  margin-top: 1rem;
  text-align: right;
}
.under-banner .text:after {
  content: "";
  right: -45px;
  top: -2px;
  position: absolute;
  height: 2px;
  width: 45px;
  background: #fff;
  z-index: 9;
}
.under-banner .text:before {
  content: "";
  left: 0px;
  top: 0px;
  position: absolute;
  height: 45px;
  width: 2px;
  background: #fff;
}
.under-banner .text.secondary:after {
  content: "";
  right: auto;
  left: -45px;
  top: -2px;
  position: absolute;
  height: 2px;
  width: 45px;
  background: #fff;
  z-index: 9;
}
.under-banner .text.secondary:before {
  content: "";
  right: 0px;
  top: 0px;
  left: auto;
  position: absolute;
  height: 45px;
  width: 2px;
  background: #fff;
}
.under-banner .text p {
  margin: 0px;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
}


/**************************************************
***************************************************
WHAT THEY FLY
***************************************************
**************************************************/
.what-they-fly {
 background: #000;
  padding-top: 4rem;
}
.what-they-fly h2 {
  text-align: center;
  position: relative;
}
.what-they-fly .whole {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  min-height: 800px;
}
.what-they-fly .whole .third {
  flex: 1;
  transition: all 0.25s;
  margin-top: 3rem;
	position: relative;
}
.what-they-fly .whole .third:nth-child(1) .bg {
background: url(/Portals/1/Interactive/2021/10-top-gun/210512-D-DB155-011.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: -webkit-fill-available;
    z-index: 1;
	filter: blur(0px);
	transition: all 0.1s;
}

.what-they-fly .whole .third:nth-child(2) .bg {
  background: url(/Portals/1/Interactive/2021/10-top-gun/210513-D-DB155-001.jpg) no-repeat center center;
  background-size: cover;
	  position: absolute;
    width: 100%;
    height: -webkit-fill-available;
    z-index: 1;
	filter: blur(0px);
	transition: all 0.1s;
}
.what-they-fly .whole .third:nth-child(3) .bg {
  background: url(/Portals/1/Interactive/2021/10-top-gun/200730-N-UT455-2010.jpg) no-repeat center center;
  background-size: cover;
	  position: absolute;
    width: 100%;
    height: -webkit-fill-available;
    z-index: 1;
	filter: brightness(1);
	transition: all 0.1s;
}
.what-they-fly .whole .third.hover {
  flex: 2;
}

.what-they-fly .whole .third.hover .bg {
	filter: brightness(0.2);
	transition: all 0.1s;
}
.what-they-fly .whole .third .title {
  background: linear-gradient(to bottom, #000, transparent);
  padding: 1rem 0rem;
	z-index: 2;
	position: relative;
}
.what-they-fly .whole .third .title h3 {
  color: #fff;
  line-height: 1.5rem;
  font-size: 32px;
  font-weight: 400;
  font-family: 'Saira Stencil One', 'Oswald', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.what-they-fly .whole .third p {
  color: #000;
  opacity: 0;
  transition: all 0.25s;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  border-radius: 3px;
  z-index: 3;
  margin: 0px 20px;
}
.what-they-fly .whole .third p:after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #333;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  right: 20px;
}
.what-they-fly .whole .third p:before {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #333;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 20px;
}
.what-they-fly .whole .third img {
  opacity: 0;
  transition: all 0.25s;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 2;
}
.what-they-fly .whole .third.hover img {
  opacity: 1;
  transition: all 0.25s 0.2s;
}
.what-they-fly .whole .third.hover p {
  opacity: 1;
  transition: all 0.25s 0.2s;
}
.what-they-fly .whole .third .wrap {
  padding: 0px;
  padding-top: 0px;
	position: relative;
	z-index: 2;
	transition: all 0.25s;
}

.what-they-fly .whole .third.hover .wrap {
  padding: 1rem 6rem;
  padding-top: 0px;
	position: relative;
	z-index: 2;
	transition: all 0.25s;
}
p.data-plate {
  background-image: linear-gradient(165deg, #a5a5a5, #f7f7f7, #a5a5a5);
  padding: 15px 50px;
  border: 6px solid #333;
  position: relative;
  top: 50px;
}
/**************************************************
***************************************************
PAST & PRESENT
***************************************************
**************************************************/
div.data-plate {
  background-image: linear-gradient(165deg, #a5a5a5, #f7f7f7, #a5a5a5);
  padding: 15px 50px;
  border: 6px solid #333;
  position: relative;
  top: -20px;
	margin: 0px 20px;
}

.photo-gallery {
  background-image: linear-gradient(to bottom, #000 10%, transparent, #000 90%), url('/Portals/1/Interactive/2021/10-top-gun/metal-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 4rem;
}

.photo-gallery h2 {
  text-align: center;
}

.slide .container {
  width: 90%;
  max-width: 100%;
}

.data-plate h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 800;
  position: relative;
}

.data-plate h3::before, .data-plate h3::after {
  content: '';
  position: absolute;
  top: 10px;
  background-color: #333;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.data-plate h3::before {
  left: 0;
}

.data-plate h3::after {
  right: 0;
}

.data-plate .first-flight {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

.data-plate .first-flight span {
  color: #fff;
  background-color: #333;
  font-weight: 400;
  margin-left: 5px;
  padding: 5px;
}

.slider {
	margin-top: 4rem;
}

.slider .carousel-previous {
background: #333;
    color: #fff;
    position: absolute;
    top: 20%;
    left: 25px;
    font-size: 1.8rem;
    z-index: 9;
    padding: 20px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
	text-align: center;
	opacity: 0.8;
}

.slider .carousel-next {
background: #333;
    color: #fff;
    position: absolute;
    top: 20%;
    right: 25px;
    font-size: 1.8rem;
    z-index: 9;
    padding: 20px;
    border-radius: 50%;
    width: 70px;
    text-align: center;
    height: 70px;
	opacity: 0.8;
}

.slider .carousel-next:hover, .slider .carousel-previous:hover {
	opacity: 1;
}

/**************************************************
***************************************************
MISSION SETS
***************************************************
**************************************************/

.mission-sets {
	background-image: linear-gradient(to bottom, #000 5%, transparent 40%), url('/Portals/1/Interactive/2021/10-top-gun/images/aircraft-bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	padding-top: 4rem;
	padding-bottom: 7rem;
	position: relative;
}
.mission-sets .title-block {
	margin: 0 auto 4rem;
	width: 800px;
	max-width: 100%;
}
.mission-sets h2 {
	text-align: center;
}
.mission-sets .section-blurb {
	color: #fff;
}
.mission-sets .dgov-grid {
	background-color: rgba(0,0,0,.7);
	width: 90%;
	padding: 40px 20px 20px;
}
.mission-block {
	position: relative;
	text-align: center;
	background-color: #fff;
	padding: 20px;
}
.mission-block img {
	width: 80px;
	background: #000;
	border: 4px solid #fff;
	padding: 10px;
	border-radius: 40px;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translate(-50%, 0);
}
.mission-block h4 {
	padding-top: 40px;
	font-size: 1.3rem;
	font-weight: 800;
	text-transform: uppercase;
}
.mission-block p {
	text-align: left;
	margin-bottom: 0;
}

/**************************************************
***************************************************
FLIGHT SCHOOL
***************************************************
**************************************************/

.school {
	background: url('/Portals/1/Interactive/2021/10-top-gun/hanger-bg.png') no-repeat;
	background-size: 100% 100%;
	padding: 3rem 3rem 4rem;
}
.school .title-block h2 {
	text-align: center;
}
.quote-container {
	background: rgba(0,0,0,.7);
	padding: 40px;
}
.quote {
	position: relative;
}
.quote::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -16px;
	width: 2px;
	background-color: #cb3b3b;
	height: 45px;
}
.quote::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: -16px;
	width: 2px;
	background-color: #cb3b3b;
	height: 45px;
}
.fa-quote-left {
	position: absolute;
	top: 50%;
	left: -25px;
	transform: translate(0, -50%);
	color: #fff;
}
.quote p {
	color: #fff;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	line-height: 1.5rem;
	font-weight: 600;
	padding-left: 10px;
	font-style: italic;
	margin: 0;
}
.quote-name {
	text-align: right;
	font-style: normal;
}
.group-content > p {
	text-align: center;
	color: #fff;
	max-width: 80%;
    margin: auto;
    margin-bottom: 20px;
}
.group-content {
	background: url('/Portals/1/Interactive/2021/10-top-gun/chalk-board.png') no-repeat;
	background-size: 100% 90%;
	margin-top: 50px;
	padding-top: 80px;
}
.groups {
	text-align: center;
}
.groups label {
	padding: 8px 18px;
	color: #fff;
}
.groups #first, .groups #second, .groups #third {
	position: relative;
	text-transform: uppercase;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-weight: 600;
	cursor: pointer;
	transition: all .3s ease-in-out;
	z-index: 99;
	    background: #333;
    margin: -2px;
	border: 1px solid #fff;
}

.groups #first {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.groups #third {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.groups #first:hover, .groups #second:hover, .groups #third:hover {
	color: #fff;
	background: #912d2d;
}

.groups #first:hover, .groups #second:hover, .groups #third:hover, .active-group {
	color: #fff;
}


.active-group {
	background: #cb3b3b !important;
}

.group-info-pane {
	margin-top: 50px;
	position: relative;
	height: 600px;
}
.group-info-pane p {
	color: #fff;
}
.group-info-pane input {
	display: none;
}
.group-info {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#group1:checked ~ #group-info1, #group2:checked ~ #group-info2, #group3:checked ~ #group-info3 {
	opacity: 1!important;
}

.school-vid {
	    width: 80%;
    margin: auto;
    display: block;
}

/**************************************************
***************************************************
FUN FACTS
***************************************************
**************************************************/

#fun-facts {
	background: linear-gradient(to right, black, transparent), url('/Portals/1/Interactive/2021/10-top-gun/210512-D-DB155-008.jpg');
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	padding: 4rem 0rem;
}

#fun-facts .data-plate {
	top: 0px;
	margin: 0px;
	margin-left: 30px;
}

#fun-facts .dgov-col-md-8 {
	border-left: 2px solid #cb3b3b;
}

#fun-facts .dgov-col-md-8:before {
	    content: "";
    width: 30px;
    height: 2px;
    top: 50%;
    left: 0px;
    background: #cb3b3b;
    position: absolute;
}

#fun-facts .dgov-col-md-8:first-child {
	border-left: 2px solid transparent;
}

#fun-facts .dgov-col-md-8:first-child:before {
	display: none;
}

#fun-facts .dgov-col-md-8:nth-last-child(1) {
	border-left: 2px solid transparent;
}

#fun-facts .dgov-col-md-8:nth-last-child(1):after {
content: "";
    width: 2px;
    height: calc(50% + 2px);
    top: 0px;
    left: -2px;
    background: #cb3b3b;
    position: absolute;
} 

#fun-facts h2 {
	position: relative;
	margin-left: 30px;
}

#fun-facts h2:before {
    content: "";
    width: 2px;
    height: 69px;
    top: 11px;
    left: -47px;
    background: #cb3b3b;
    position: absolute;
}

#fun-facts h2:after {
    content: "";
    width: 30px;
    height: 2px;
    top: 11px;
    left: -45px;
    background: #cb3b3b;
    position: absolute;
}

/**************************************************
***************************************************
RESPONSIVE
***************************************************
**************************************************/

@media only screen and (min-width: 1800px) {
.group-content {
		background-size: 100% 100%;
	}	
}

@media only screen and (max-width: 991px) {
	.banner .content h1 {

     border-bottom: 0px solid #fff;

}
	
	.group-content {
		background-size: 100% 100%;
	}
	
	.under-banner .text {
	margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 10px;
	}
	
	.under-banner .text:before {
		z-index: 3;
		height: 150px;
	}
	
	.under-banner .text:after {
		content: none;
	}
	
	.under-banner .text.secondary {
		margin-top: 0rem;
	}
	
	.under-banner .text.secondary:before {
    content: "";
    right: auto;
    top: -50px;
    left: -2px;
    position: absolute;
    height: 50px;
    width: 2px;
    background: #fff;
}
	
	.under-banner .text.secondary:after {
		content: none;
	}
	
	.under-banner .text.secondary {
		border-top: 0px solid #fff;
		border-left: 2px solid #fff;
		border-bottom: 2px solid #fff;
		text-align: left;
	}
	
	.under-banner {
		padding: 3rem;
		margin-bottom: -13rem;
	}
	
	.what-they-fly .whole {
		display: block;
	}
	
	.what-they-fly .whole .third .bg {
    filter: brightness(0.2) !important;
    transition: all 0.1s;
}
	
	.what-they-fly .whole .third .wrap {
    padding: 1rem 6rem;
    padding-top: 0px;
    position: relative;
    z-index: 2;
    transition: all 0.25s;
		margin-top: -1rem;
}
 .what-they-fly .whole .third p {
    opacity: 1;
    transition: all 0.25s 0.2s;
}
	
	.what-they-fly .whole .third img {
    opacity: 1;
    transition: all 0.25s 0.2s;
}
	
	.shadows .dgov-col-md-6:nth-child(1) {
		width: 80%;
		margin: auto;
		margin-top: 3rem;
	}
	
	#intro-blurb h2 {
		color: #fff;
		margin-top: 2rem;
	}
	
	#intro-blurb .sticker .inner p {
		margin-bottom: 3rem;
	}
	
	.what-they-fly .whole .third .title {
		background: none;
		padding: 3rem 0rem 0rem 0rem;
		
		
	}
	
	.group-content {
		padding: 80px;
	}
	
	.what-they-fly .whole .third {
		margin-top: 0px;
	}
	
	.school {
		padding: 3rem 0rem 4rem;
	}
	
	.mission-block {
		margin-bottom: 2rem;
		
	}
	
	.mission-block:nth-child(3) {
		margin-bottom: 0px;
	}
	
	.what-they-fly {
		background: #1d262b;
		padding-bottom: 4rem;
	}
	
	.DNNModuleContent h2 {
		line-height: 40px;
	}
	
}

@media only screen and (max-width: 501px) {
	
	.banner .content h1 {

    padding-bottom: 0px;
     border-bottom: 3px solid #fff;
    max-width: fit-content;
    margin: auto;
    position: relative;
    color: #fff;
    line-height: 3.5rem;
    font-size: 3.5rem;
    font-weight: 400;
    font-family: 'Saira Stencil One', 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.banner .content p {
  color: #fff;
  line-height: 2.5rem;
  font-size: 2.5rem;
	margin-top: 5px;

}

	
	.school-vid {
	    width: 100%;
  
}
	
	.banner {
		height: 70vh;
	}
	
	.social-top {
	margin-left: 38.5%;	
	}
	
	.under-banner .text.secondary {
		display: none;
	}
	
	.under-banner {
		padding: 0px;
		margin-bottom: -10rem;
	}
	
	.under-banner .text:before {
		height: 215px;
	}
	
	.under-banner .text {
		margin-left: 0px;
	}
	
	.shadows .dgov-col-md-6:nth-child(1) {
		width: 100%;
	}
	
	#intro-blurb .blurb-text {
		max-width: 100%;
	}
	
	#intro-blurb h2 {
		margin-top: 3rem;
	}
	
	.what-they-fly .whole .third p {
		margin: 0px;
	}
	
	p.data-plate {
		padding: 20px;
		top: 30px;
	}
	
	.what-they-fly .whole .third p:before, .what-they-fly .whole .third p:after {
		display: none;
	}
	
	.what-they-fly .whole .third .wrap {
		padding: 1rem 2rem;
	}
	
	div.data-plate {
		margin: 0px 5px;
		padding: 20px;
	}
	
	.group-content {
	background: rgba(0,0,0,0.5);
		padding: 2rem;
	}
	
	.groups #first, .groups #second, .groups #third {
		margin: 2px;
	}
	
}