@charset "utf-8";
/* CSS Document */

/*VERTICAL SCROLL REMOVED*/
body {
	overflow-y: hidden;
}

#header-main.tucked {
	top: 0!important;
}

hr {
	border-bottom: 3px solid #363636;
	width: 28rem;
	margin: 0 auto;
}

/*************************
NAV JUMP HOVER ANIMATIONS
**************************/

@keyframes up {
	50% {
		transform: translate(0px, -10px);
	}
}

@keyframes down {
	50% {
		transform: translate(0px, 10px);
	}
}

/*****************
SCROLL BAR
*****************/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  background: #144A75; 
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #363636; 
}


/******************
NAV THROUGHOUT
******************/

.back-top {
	position: absolute;
	top: 70px;
	right: 65px;
	text-align: center;
	z-index: 999;
	transition: .3s;
}

.back-top i {
	font-size: 40px;
	color: #000;
	animation: up 1s ease infinite;
}

.back-top span {
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-top: -5px;
	padding-bottom: 5px;
	display: block;
	font-size: 20px;
}

.back-top:hover {
	transform: scale(1.3);
}

.next-unit {
	bottom: 25px;
	z-index: 999;
	text-align: center;
}

.next-unit span {
	display: block;
	margin-top: -5px;
	margin-bottom: -10px;
}

.next-unit:hover {
	transform: scale(1.3);
}

.next-unit:hover i {
}



/*****************************
MAIN SCREEN
******************************/
.wrapper {
	height: 100vh;
	background-image: linear-gradient(to bottom right, #efefef, rgba(0,0,0,0.7)), url("/Portals/1/Interactive/2019/05-military-units/backgrounds/airforce-camo.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.left-seal {
	text-align: right;
}

.right-seal {
	text-align: left;
}

.top-description p {
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	padding-top: 25px;
}

.top-description p::before {
	content: "";
    display: inline-block;
    border-top: 3px solid #363636;
    width: 2rem;
    margin: 0 1rem;
    transform: translateY(-6px);
}

.top-description p::after {
	content: "";
    display: inline-block;
    border-top: 3px solid #363636;
    width: 2rem;
    margin: 0 1rem;
    transform: translateY(-6px);
}
.top-description a {
	color: #fff;
}

.wrapper li {
	display: inline-block;
}

.wrapper hr {
	border: 4px solid #363636;
    width: 600px;
    margin: 0 auto; 
}

.loader-content {
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100vh;
}

.loader-content h1 {
	color: #fff;
	font-size: 4.5rem;
	font-weight: 800;
	margin-bottom: 0;
	letter-spacing: 8px;
	text-shadow: 6px 6px #144A75;
}

.unit-blurb {
	max-width: 850px;
    margin: 2rem auto 0;
	color: #fff;
	line-height: 1.3;
}

.wrapper .smooth-scroll {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -10%);
}

.wrapper .smooth-scroll a {
	text-decoration: none;
}

.wrapper .next-unit {
	width: 250px;
	transition: .3s;
}

.wrapper .next-unit span {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	transition: .3s;
	margin: 0;
}

.wrapper i {
	font-size: 70px;
	color: #efefef;
	margin-top: 20px;
	line-height: 0;
	animation: down 1s ease infinite;
}

.air-force-title {
	display: inline-block;
	vertical-align: middle;
	padding: 0 50px;
}




/***************
SLICK SLIDE
****************/

.image-slideshow {
	position: relative;
	top: 50px;
	width: 530px;
	margin: 0 auto;
}

.slick-slide {
	padding: 0 5px;
}

.slick-arrow {
	cursor: pointer;
	font-size: 35px;
	top: 50%;
	color: #144A75;
	transform: translate(0, -50%);
}

.carousel-previous {
	position: absolute;
	left: -40px;
}

.carousel-next {
	position: absolute;
	right: -40px;
}




/***************
UNITS
***************/

.left-side,
.right-side {
	margin: 0 auto;
	text-align-last: unset!important;
}

.left-side {
	position: relative;
}

.or {
	position: absolute;
	top: 50%;
	right: -14px;
	transform: translate(0, -50%);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
}

#numbered-air-force .or {
	right: 0;
}

.title-text {
	font-size: 24px;
    font-family: 'Oswald';
    text-transform: capitalize;
    color: #144A75;
	line-height: 1.25;
	margin-top: 25px;
}

.before {
	color: #fff!important;
	padding: 20px 10px 20px 45px!important;
}

.before::before {
	content: "";
	position: absolute;
	background-color: #fff;
    left: 20px;
    height: 100%;
    width: 5px;
    top: 0;
    border-radius: 0;
	animation: bullet .3s ease-in!important;
}

@keyframes bullet {
	from {
		opacity: 0;
	}
  	to { 
		opacity: 1; 
	}
}

.air-force .next-unit {
	position: absolute;
    bottom: 0px;
    right: 60px;
    text-align: center;
    z-index: 999;
    transition: .3s;
}

.air-force .next-unit i {
	font-size: 40px;
	color: #000;
	animation: down 1s ease infinite;
}

.air-force .next-unit p {
	color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 20px;
	margin-bottom: 0;
}

.air-force .next-unit span {
	display: block;
	margin-top: -5px;
}

.air-force {
	height: 100vh;
	background-color: #efefef;
	position: relative;
}

.air-force-content {
	height: 100vh;
}

.seal {
	width: 175px;
}

.air-force .air-force-menu {
	height: 100vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background-color: #144A75;
	padding: 85px 0 3rem 0;
	text-align: left;
	box-shadow: inset -4px 0px 14px 0px rgba(0, 0, 0, 0.56);
}

.air-force .air-force-menu .active {
	color: #fff;
	font-weight: 600;
}

.air-force-content .air-force-menu .unit {
	font-family: 'Oswald', sans-serif;
    padding: 20px 20px 20px 40px;
    color: #efefef;
    position: relative;
    font-weight: 400;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
	cursor: pointer;
	text-transform: uppercase;
}

.air-force-content .air-force-menu .active {
    color: #fff;
	font-weight: 700;
	font-size: 25px;
}

.air-force-content .air-force-menu .active::before {
	content: "";
    position: absolute;
    background-color: #fff;
    left: 20px;
    height: 36px;
    width: 5px;
    top: 0;
    border-radius: 0;
    animation: bullet .3s ease-in!important;
}

.air-force-content .air-force-menu .unit:hover {
    background-color: #363636;
}

.air-force-content .air-force-menu .active span::before {
	content: "";
    position: absolute;
    background-color: #fff;
    left: 25px;
    height: 5px;
    width: 8px;
    top: 31px;
    border-radius: 0;
    animation: bullet .3s ease-in!important;
}

.air-force .air-force-menu .active::after {
	content: "";
	position: absolute;
    top: 15px;
    right: 0;
    border-top: 13px solid transparent;
  	border-bottom: 13px solid transparent;
  	border-right: 13px solid #EFF1EE;
    display: block;
    width: 0;
	animation-name: arrow;
}

.side-nav {
	max-width: 200px;
	padding: 0;
}

.unit-info {
	margin-top: 60px;
}

.same-line {
	display: block;
}

.leader-text {
	font-size: 28px;
    font-family: 'Oswald';
    text-transform: uppercase;
    color: #144A75;
    font-weight: 600;
	line-height: 1.25;
	margin-top: 25px;
	text-align: center;
}

#squadron .leader-text span,
#wing .leader-text span {
	display: block;
}

.main-content {
	margin: 0 15px 0px 15px!important;
}

.leader-column {
	text-align: center;
}

.leader {
	height: 125px;
}

.air-force .tab-content {
	height: 100%;
	position: relative;
	padding: 0 160px 0 2rem;
	z-index: 0;
}

.pane {
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.pane li {
	width: 100%;
	position: absolute;
	left: 0;
    opacity: 0;
	display: flex;
	justify-content: center;
	height: 100%;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
	padding-right: 130px;
}

.pane li.active {
    transition-delay: .3s;
    z-index: 2;
    opacity: 1;
	overflow-y: auto;
}

.tab-content .description {
	text-align: center;
	margin-bottom: 35px;
}

.tab-content h3,
.responsive-top-nav h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	text-align: center;
	color: #144A75;
	margin-bottom: 15px;
}

.tab-content h3::before,
.responsive-top-nav h3::before {
	content: "";
	display: inline-block;
    border-top: 5px solid #363636;
    width: 2rem;
    margin: 0 1rem;
    transform: translateY(-1rem);
}

.tab-content h3::after,
.responsive-top-nav h3::after {
	content: "";
    display: inline-block;
    border-top: 5px solid #363636;
    width: 2rem;
    margin: 0 1rem;
    transform: translateY(-1rem);
}

.air-force .blurb {
	line-height: 24px;
	margin: 25px auto 0;
    width: 50%;
    text-align: center;
    font-size: 18px;
}


/***************
SOCIAL ICONS
***************/

.social-top {
	display: inline-flex;
	margin: 1.5rem auto 0;
}

.social-inner {
	display: flex;
	font-size: 1.4rem;
}
.social-inner a, .social-inner a:link {
	color: #fff;
	text-decoration: none
}
.social-inner a {
	border: 4px #144A75 solid;
	border-radius: 50%;
	width: 65px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center
}
.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;
}



/**********************************************************************
OTHER UNITS
**********************************************************************/
.other-units {
	background-color: #252525;
	padding-top: 120px;
	padding-bottom: 80px;
	position: relative;
}

.other-units a {
	text-decoration: none;
}

.other-units a:hover img {
	box-shadow: 0 0 10px 5px #fff;
}

.other-units .other-branches {
	text-align: center;
	padding-top: 35px;
}

.other-units .back-top {
	right: 65px;
}

.other-units .back-top i,
.other-units .back-top span {
	color: #fff;
}

.other-units h2 {
	color: #fff;
	text-align: center;
	padding: 0 1rem;
}

.other-units p {
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	padding: 0 2rem 5px;
}

.other-branches p {
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 20px;
	color: #fff;
}

#army-seal img,
#marine-seal img,
#navy-seal img {
	width: 200px;
	border-radius: 50%;
	transition: .5s;
}

#army-seal img:hover,
#marine-seal img:hover,
#navy-seal img:hover {
	box-shadow: 0 0 10px 5px #fff;
}



/***************************************************************
INTERNET EXPLORER ONLY
***************************************************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.loader-content {
		display: block;
		position: relative;
		top: 100px;
	}
	.wrapper .smooth-scroll {
		bottom: 130px;
		transform: translate(-50%, 30%);
	}
}




/***************
RESPONSIVE
***************/

.responsive-top-nav {
	text-align: center;
}

.responsive-top-nav #select-box {
	width: 11em;
	height: 4rem;
    margin: 0 auto 2rem;
	padding: 0 10px;
    font-family: 'Oswald', sans-serif;
    color: #363636;
    text-transform: uppercase;
    background: #efefef;
	border: none;
}

.responsive-top-nav #select-box:focus {
	outline: none;
}

.tab-navigation {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	padding-top: 15px;
	background-color: #144A75;
	z-index: 999;
}

.responsive-title {
	margin: 0;
	padding-bottom: 10px;
	color: #fff;
	font-size: 18px;
}

.responsive-content {
	padding-top: 40px;
}

@media screen and (max-width: 1550px) {
	#numbered-air-force .leader-column img {
		height: 75px;
	}
}

@media screen and (max-width: 1350px) {
	.air-force .air-force-menu {
		padding: 85px 0 3rem 0;
	}
	.air-force .blurb {
		width: unset;
		padding: 0 2rem;
	}
}

@media screen and (max-width: 1255px) {
	.air-force-title {
		padding: 0 50px;
	}
	.air-force-title span {
		display: block;
	}
	.wrapper hr {
		margin: 25px auto 0;
	}
}

@media screen and (max-width: 1210px) {
	#wing .leader-column img {
		height: 100px;
	}
	#numbered-air-force .leader-column img {
		height: 75px;
	}
}

@media screen and (max-width: 1050px) {
	body {
		overflow-y: unset;
	}
	.wrapper .smooth-scroll {
		bottom: 0;
	}
	.tab-content h3 {
		font-size: 40px;
	}
	.air-force-title {
		display: none;
	}
	.air-force .back-top,
	.air-force .next-unit,
	.air-force-nav .back-top,
	.other-units .back-top {
		display: none;
	}
	.pane li {
		padding-right: 0;
		transform: translate(0, -10%);
	}
	.unit-info {
		transform: translate(0, 10%);
		margin: 0 auto;
	}
	.image-slideshow {
		width: 725px;
	}
	.image-slideshow .fa-chevron-left {
		position: absolute;
		top: 50%;
		left: 20px;
		z-index: 999;
		color: #fff;
		transform: translate(0, -50%);
	}
	.image-slideshow .fa-chevron-right {
		position: absolute;
		top: 50%;
		right: 20px;
		z-index: 999;
		color: #fff;
		transform: translate(0,-50%);
	}
	.image-slideshow img {
		width: 375px;
	}
	.air-force-content .air-force-menu .unit {
		font-size: 18px;
		font-weight: 500;
	}
	.air-force-content .air-force-menu .active {
		font-size: 20px;
		font-weight: 800;
	}
}

@media screen and (max-width: 991px) {
	hr {
		width: 18rem;
	}
	.unit-blurb {
		padding: 0 2rem;
	}
	.side-nav {
		width: 155px;
	}
	.tab-content {
		width: unset;
		padding: unset;
	}
	.or {
		position: unset;
		top: unset;
		transform: unset;
	}
	.or::before,
	.or::after {
		content: '';
		display: inline-block;
		border-top: 2px solid #363636;
		width: 1rem;
		margin: 0 1rem;
		transform: translateY(-5px);
	}
}

@media screen and (max-width: 980px) {
	.image-slideshow {
		width: 500px;
	}
	.image-slideshow img {
		width: 250px;
	}
}

@media screen and (max-width: 890px) {
	#squadron .main-content .leader-text {
		font-size: 22px;
	}
}

@media screen and (max-width: 840px) { /*Expeditionary Forces Change */
	.air-force-title {
		padding: 0 25px;
	}
}

@media screen and (max-width: 800px) {
    .next {
      display: none !important;
  }
}

@media screen and (min-width: 791px) {
	.responsive-top-nav {
		display: none;
	}
}

@media screen and (max-width: 790px) {
	.air-force {
		height: unset;
		padding-bottom: 50px;
	}
	.air-force-content {
		height: unset;
	}
	.air-force-content .desktop-grid {
		display: none;
	}
	.wrapper hr {
		width: 80%;
	}
	.wrapper .next-unit {
		display: none;
	}
	.top-description {
		padding-bottom: 0;
	}
	.top-description p {
		margin-bottom: 20px;
		padding-top: 2rem;
	}
	.air-force .blurb {
		text-align: left;
		padding: 2rem 0;
		margin: 0;
	}
	.responsive-content {
		padding: 40px 2rem 0;
	}
	#tab-6 img {
		height: 90px;
	}
	.left-side,
	.right-side {
		padding: 15px 0;
	}
}

@media screen and (max-width: 768px) {
	.right-seal {
		display: none!important;
	}
	.loader-content h1 {
		text-align: left;
		line-height: 1;
	}
}

@media screen and (max-width: 648px) {
	#tab-6 h3,
	#tab-7 h3 {
		font-size: 35px;
	}
	#tab-6 h3::before,
	#tab-6 h3::after,
	#tab-7 h3::before,
	#tab-7 h3::after {
		width: 1.5rem;
	}
	#tab-4 img,
	#tab-5 img,
	#tab-7 img {
		height: 90px;
	}
}

@media screen and (max-width: 625px) {
	.loader-content h1 {
		font-size: 4rem;
	}
	.wrapper .seal {
		width: 110px;
	}
}

@media screen and (max-width: 525px) {
	.wrapper {
		height: 900px;
		padding-top: 100px;
	}
	.loader-content {
		display: inherit;
		justify-content: unset;
		align-items: unset;
		flex-direction: unset;
		height: 900px;
	}
	.loader-content h1 {
		padding-left: 0;
		padding-right: 0;
	}
	.wrapper .next-unit {
		width: unset;
	}
}

@media screen and (max-width: 414px) {
	.wrapper {
		height: 740px;
	}
	.air-force-title {
		padding: 0 0 0 10px;
	}
	hr {
		width: 10rem;
	}
	.wrapper {
		padding: 4rem 0;
	}
	.wrapper .seal {
		width: 100px;
	}
	.left-seal img {
		padding-left: 5px;
	}
	.top-description a {
		font-size: 16px;
	}
	.leader-text {
		font-size: 25px;
	}
	.loader-content {
		height: unset;
		padding-top: 50px;
	}
	.loader-content h1 {
		font-size: 4rem;
		text-shadow: 5px 5px #144A75;
	}
	.responsive-content h3 {
		font-size: 40px;
	}
	.responsive-content h3::before,
	.responsive-content h3::after {
		width: 1.5rem;
	}
	#tab-6 h3,
	#tab-7 h3{
		font-size: 25px;
	}
	#tab-6 h3::before,
	#tab-6 h3::after,
	#tab-7 h3::before,
	#tab-7 h3::after {
		transform: translateY(-.75rem);
	}
}

@media screen and (max-width: 380px) {
	.loader-content {
		padding-top: 0;
	}
	.responsive-content h3::before,
	.responsive-content h3::after {
		display: none;
	}
	#tab-6 h3,
	#tab-7 h3 {
		font-size: 30px;
	}
	#tab-7 img {
		height: 70px;
	}
}
	
	
	
	
	
	
	



