@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Raleway&amp;display=swap');
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

/*
@media only screen 
  and (max-device-width: 700px) 
  and (orientation: portrait)  
{
	body{
		min-width: inherit !important;
	}
	
	:root {
	  touch-action: pan-x pan-y;
	  height: 100% 
	}
	
	body #navigation{
		height: 110px !important;
		background-size: auto 60px, 100% 100% !important;
		top: 0px !important;		
	}
	
	body #navigationMobile{
		display: block;
	}

/*		
	ul#navigation a{
		display: none !important;
	}
	
	body #homepageDesktop{
		display: none;
	}
	
	body #homepageMobile{
		display: block;
	}	

	body #footer{
		display: none;
	}
*/	

/*
	body #content{
		padding-top: 112px;
		padding-bottom: 100px;
	}
	
	body form#soldierSignUp h2{
		font-size: 60px;
		text-align: center;
	}
	
	body form#soldierSignUp h3{
		line-height: 60px !important;
		font-size: 50px !important;
		text-align: center;
		box-sizing: border-box;
		padding: 20px 50px;
	}
	
	body p{
		margin: 20px auto;
		box-sizing: border-box;
		font-size: 13px !important;	
		text-align: left !important;
		line-height: 55px !important;
	}
	
	body p a{
		font-weight: normal;
		color: darkred !important;
	}
	
	form#soldierSignUp #consentBottomBar{	
		height: 200px !important;			
	}
	
	form#soldierSignUp #consentBottomBar input[type=checkbox]{
		zoom: 3;
		margin-right: 0px !important;
	}
	
	body form#soldierSignUp #buttonConsent {
		font-size: 40px;
		margin-left: 80px;
		line-height: 140px;
		bottom: 25px;
		padding: 0px 40px;
		box-sizing: border-box;
		width: auto;
		
		transform: translateX(0%);
	}
	
	body form#soldierSignUp #buttonSubmit {
		font-size: 40px;
		line-height: 140px;
		bottom: 25px;
		padding: 0px 80px;
		box-sizing: border-box;
		width: auto;
	}
	
	body form#soldierSignUp label.checkmark {
		margin: 10px;
		padding-left: 7px;
		padding-right: 17px;
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 120%;
	}	
	
	form#soldierSignUp #checkboxWrapper{
		font-size: 40px !important;
		bottom: 20px !important;
	}
	
	body form#soldierSignUp container {
		max-width: 700px !important;
		margin: 0 auto;
		display: block;
		box-sizing: border-box;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	body form#soldierSignUp .blueHeader h2 {
    	max-width: 700px !important;
		font-size: 50px;
	}
	
	body form#soldierSignUp .notificationBox {
		display: none;
	}
	
	body form#soldierSignUp select {
		font-size: 40px;
	}	
	
	body input[type=text]{
		max-width: 500px !important;
	}
	
	body form#soldierSignUp input[type=text]{
		font-size: 16px !important;
	}
	
	p, pre, ul, ol, table, h1, h2, h3, h4, h5 {
		max-width: 700px !important;
	}
}

*/


body #homepageMobile{
		display: none;
}

#consentBottomBar{
	background-color: white;
	background-image: linear-gradient(65deg, rgba(50, 80, 150, 0.1) 0%, rgba(0,100,250,0.03) 40%, rgba(0,100,250,0.03) 60%, rgba(50,80,150,0.1) 100%);
	position: fixed;
	bottom: 0px;
    left: 0px;
	width: 100%;
	box-shadow: -3px 0px 5px rgba(0,0,0,0.1);
	border-top: 1px solid rgba(0,0,0,0.1);
	transition: 1s all ease-out;
	padding-bottom: 20px;
	text-align: center;
	height: 100px;	
}

/*@media only screen and (max-device-width: 700px) and (orientation: portrait){
	ul#navigation a{
		display: none !important;
	}
	
	ul#navigation{
		height: 110px !important;
		background-size: auto 40px, 100% 100% !important;
		top: -50px !important;		
	}

	#content{
		padding-top: 110px !important;
	}
	
	h2{
		font-size: 60px !important;
		margin-bottom: 50px !important;
	}

	p, pre, table, td, tr, ul, ol, li {
		font-size: 40px !important;
		line-height: 175% !important;
	}

	p, pre, ul, table, h1, h2, h3, h4, h5 {
	  	width: 80% !important;
		margin: 50px auto !important;	  
	}	
	
	.splashContainer img{
		margin: 0px !important;
		width: 100% !important;
	}
	
	.splashFiltered, .splashAnimation{
		display: none !important;
	}	
	
	#homeLinks a{
		background-color: rgba(40,80,180,0.8);	
		height: 250px; 
		width: 585px; 
		display: block;
		margin: 0 !important;
		border: none;
		border-radius: 5px;
		transition: 1s background-color;	
		backdrop-filter: blur(10px);	
	}		
}*/

@media (prefers-reduced-motion: reduce) {
  html {
    --scroll-behavior: auto;
    scroll-behavior: auto;
  }
}

html{
  --scroll-behavior: smooth;	
  scroll-behavior: smooth;
}

body{
	margin: 0;
	/* color: #333333; */
	color: black;
	height: 100%;
	min-height: 100%;
	min-width: 1200px;
	
	font-family: Raleway, Verdana, Arial, Helvetica, sans-serif;	
}

#footer{
    padding: 20px 0px 30px;
    text-align: center;
    font-size: 13px;
    border-top: 1px solid rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.7);
	position: relative;
	bottom: 0px;
	width: 100%;
}

.page{

}

#content{
	padding-top: 62px;
}

.splashContainer:first-child {
    margin-top: 0px;
}

div#navigationBar{
	height: 62px;
	width: 100%;
    
	position: fixed !important;
	z-index: 999;
	top: 0px;
	left: 0px;
    
	min-width: 1200px !important;
    
	border-bottom: 1px solid rgba(0,0,0,0.18);
	box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.05), 4px 5px 15px 1px rgba(0,0,0,0.1), 0px 0px 2px 1px rgba(0,0,0,0.1);
	
	background-color: rgba(255,255,255,0.85);
	background-repeat: no-repeat;
	background-size: auto 30px;
	background-position: 40px center;

	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);

	transition: background-color 0.5s ease-in-out;	
}

div#navigationBar:hover{
	background-color: rgba(255,255,255,1);	
}

ul#navigation {
	display: block;

	padding: 0px;
	margin: 0px;
    margin-left: auto;
	text-align: right;	
	list-style: none;
}

#navigationBar:hover a{
	color: black;
}

ul#navigation li{
	display: inline-block;
	padding: 0px;
}

#navigation a {
	line-height: 60px;
	padding: 22px 20px 23px 20px;
	
	color: rgba(0,0,0,0.6);
	font-size: 15px;
	font-weight:lighter;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	/* text-transform:uppercase; */
	
	white-space:nowrap;
}

#navigationBar a {
	letter-spacing: 0px;
	text-decoration: none;
	border: none !important;
    
	border-left: 1px solid rgba(0,0,0,0);
	border-right: 1px solid rgba(0,0,0,0);
	transition: all 0.3s ease-in-out;
}

#navigationBar a:hover, .navbar a:active {
	background: rgba(0,0,0,0.02);
	border-left: 1px solid rgba(0,0,0,0.15);
	border-right: 1px solid rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.09) inset;
	outline: none;
	
	color: black !important;
}

@keyframes fadeIn {	0% {opacity: 0;}	50% {opacity: 0;}	100% {opacity: 1;}}

@keyframes expandText {	0% {opacity: 0; letter-spacing: 0px;}	100% {opacity: 1; letter-spacing: 0px; letter-spacing: 6px;}}

@keyframes expandHeight {	0% {transform: scaleY(0);}	100% {transform: scaleY(1)}}

@keyframes hovering {	0% {transform: scale(1);} 50% {transform: scale(1.05);}	100% {transform: scale(1);}}

.expandHeight{
	transform: scaleY(0);
	animation-name: expandHeight; 
	animation-duration: 2s; 
	animation-iteration-count: 1; 
	animation-delay: 0s; 
	animation-timing-function: ease-out; 
	animation-fill-mode: forwards;	
}

@keyframes expandBackground {0% {transform: scaleX(1); opacity: 0;} 50%{opacity: 1;}	100% {transform: scaleX(1.6); opacity: 0}}

.expandBackground {
	animation-name: expandBackground; 
	animation-duration: 10s; 
	animation-iteration-count: infinite;
}

/* Animation for the :target image. Slides the image in. */

@keyframes moveTarget {0% {left:-840px;}	100% {left:0px;}}

ul#slider li:target {
/*	animation-name: moveTarget; 
	animation-duration: .5s; 
	animation-iteration-count: 1;*/
	top:0px;
	left: 0px;
	z-index: 10 !important;
}

/*
Animation for the current image. Slides it out the frame and back to the starting position. 
Adds a lower z-index than the now current image.
*/

@keyframes moveIt {0% {left:0px;}	50% {left:840px;}	100% {left:-840px;z-index: 5;}}

@keyframes scroll {
    from {
	opacity: 0;
	transform: translateY(10px);
	-webkit-transform: translateY(0px);	
	}
    to   {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);	
	}
}

@keyframes blur {
    from { 	filter: blur(10px); 
	-webkit-filter: blur(10px);
	opacity: 0;	
	}
    to   { 	filter: blur(0px); 
	-webkit-filter: blur(0px);
	opacity: 1;
	}
}

@keyframes scaleUp {
    from {	 
	transform: scaleY(0.3);
	transform-origin: top left;
	opacity: 0;	
	}
    to   { 		
	transform: scaleY(1);
	transform-origin: top left;	
	opacity: 1;
	}
}

.homeVideo{
	margin-top: 70px; 
	margin-bottom: 0px !important;	
}

.homeVideo a.homeVideoThumbnails{
	width: 533px !important;
	height: 300px !important; 
	margin: 30px 45px !important;
	
	box-sizing: border-box; 
	text-align: center; 
	color: white; 

	font-size: 50px; 
	border-radius: 5px; 
	background-size: cover; 

	display: inline-block; 
	background-position: center center;
	text-decoration: none;
	border-bottom: none;
	
	transition: 1s all;	
}

a.homeVideoThumbnails:hover{
	transition: 0.1s all;
	filter: brightness(0.7) grayscale(0);
}

.homeVideoThumbnails span{
	display: block; 
	font-size: 25px; 
	opacity: 0.8; 
	margin-top: 245px;
	color: white;
}

.homeVideo .splashFiltered{
	margin-top: 0% !important;
	margin-left: 0%;
  	filter: blur(10px) saturate(100%) opacity(20%);	
}

#homeLinks #image{
	background-image: url('/data/get/42'); 
	background-size: cover; 
	background-position-y: center;
	height: 250px; 
	width: 1170px; 
	display: inline-block; 
	margin: 20px auto; 
	text-align: left;
	border-radius: 5px;	
}

#homeLinks a{
	background-color: rgba(40,80,180,0.8);	
	height: 250px; 
	width: 585px; 
	display: inline-block;
	margin: 0 !important;
	border: none;
	border-radius: 5px;
	transition: 1s background-color;	
	backdrop-filter: blur(10px);
	
	padding-top: 0px;
}

#homeLinks a#servicemember:hover{
	background-color: rgba(155,50,0,0.7) !important;
	transition: 0.1s background-color;
	backdrop-filter: blur(0px);	
}

#homeLinks a#sponsor:hover{
	background-color: rgba(0,50,155,0.7) !important;
	transition: 0.1s background-color;
	backdrop-filter: blur(0px);	
}

#homeLinks .splashFiltered{
	margin-top: -5%;
	margin-left: 0%;
  	filter: blur(10px) saturate(100%) opacity(20%);	
}

#mediaCoverage{
	margin: 70px auto -70px;
	padding: 20px 0px;
	background: linear-gradient(25deg, rgba(0, 100, 250, 0.25) 0%, rgba(0,100,250,0.03) 30%,  rgba(0,100,250,0.03) 70%, rgba(100,150,250,0.25) 100%);
}

#mediaCoverage #centerBox{
	background-size: cover; 
	background-position-y: center;
	width: 1170px; 
	margin: 10px auto; 
	text-align: left;
	border-radius: 5px;	
	column-count: 3;
	column-gap: 0px;
}

#mediaCoverage #centerBox a:first-child{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-left: 1px solid rgba(0,100,255,0.15);	
}

#mediaCoverage #centerBox a:last-child{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-right: 1px solid rgba(0,100,255,0.15);	
}

#mediaCoverage a{
	height: 90px; 
	width: 100%; 
	display: inline-block;
	margin: 0 !important;
	border: none;
	transition: 1s background-color;	
	backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	border-top: 1px solid rgba(0,100,255,0.15);
	border-bottom: 1px solid rgba(0,100,255,0.15);		
}

#mediaCoverage a:hover{
	background-color: rgba(0,30,105,0.6) !important; 
	transition: 0.1s background-color;
	backdrop-filter: blur(0px);
	color: white;	
}

#mediaCoverage span{
	text-align: center;
	font-size: 25px;
	display: grid;
}

#mediaCoverage span span{
	font-size: 20px;
	opacity: 0.6;
}

#mediaCoverage .splashFiltered{
	margin-top: -5%;
	margin-left: 0%;
  	filter: blur(10px) saturate(100%) opacity(20%);	
}

.notificationBox{
	text-align: center;
	margin: 0px auto 50px;
	padding: 10px 0px 30px;
	background: linear-gradient(65deg, rgba(50, 80, 150, 0.1) 0%, rgba(0,100,250,0.03) 40%, rgba(0,100,250,0.03) 60%, rgba(50,80,150,0.1) 100%);
	border-radius: 5px;
	border: 1px solid rgba(255,0,0,0.2);
}

.phoneNumbers{
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
	align-items: stretch;
	justify-content: flex-start;
}

.phoneNumbers a{
	display: inline-grid;
	border: 1px solid rgba(200,220,255,1) !important;
	border-radius: 5px;
	width: 210px;
	margin: 10px;
	font-size: 120%;
	text-align: left;
	vertical-align: bottom;	
	color: rgba(44,86,170,1.00) !important;	
	background: rgba(0,70,255,0.05);
	
	transition: 1s all;
}

.phoneNumbers number, .phoneNumbers fax{
	display: block;
	margin-bottom: 20px;
	padding: 15px 20px;
	background: white;
	color: rgba(0,0,0,0.7) !important;

	transition: 1s all;	
}

.phoneNumbers a:hover number, .phoneNumbers a:hover fax{
	color: white !important;
	background: rgba(26,66,128,0.8) !important;	
	
	transition: 0.2s all;
}

.phoneNumbers number:before{
    content: "\260E";
    display: inline-block;
    margin-right: 5px;	
}

.phoneNumbers fax:before{
	content: "FAX:";
	display: inline-block;
	margin-right: 5px;
	font-size: 75%;
}


.phoneNumbers a:hover{
	color: white !important;
	background: rgba(26,66,128,0.8);
	transition: 0.2s all;	
}

.phoneNumbers a:hover .desc{
	color: white !important;
	transition: 0.2s all;	
}

.phoneNumbers a:before{
	content: none !important;
}

.phoneNumbers .title{
	display: block;
	font-size: 90%;
	text-align: left;
	padding: 10px 20px;	
}

.phoneNumbers .desc{
	display: block;
	font-size: 75%;
	padding: 10px 20px;
	margin-bottom: 20px;
	text-align: left;
	color: black;
}

.websitesBox{
	max-width: 1300px;
	text-align: center;
}

ul.websitesBox{
	width: 1100px;
  	display: grid;
  	grid-template-columns: auto auto auto;
	padding-left: 0px;
}

.websitesBox li{
  	display: block;
	margin: 25px 0px !important;
	
	display: flex;
	align-items: flex-start;
	justify-content: center;
	height: 140px;
	width: 310px;
	
	background-size: cover;
	border: 2px solid rgba(200,220,255,1) !important;
	border-radius: 5px;
}

.websitesBox a{
	color: white !important;
	border: none!important;
	padding: 10px 20px;
	margin: 0px;
	width: 100%;
	backdrop-filter: blur(15px);
	background: rgba(26,66,128,0.8);
	transition: 1s all;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;	
}

/*
.websitesBox li:nth-child(2n+1) a{background: rgba(255, 65, 65, 0.8);} 
.websitesBox li:nth-child(3n+2) a{background: rgba(61, 204, 61, 0.8);} 
.websitesBox li:nth-child(5n+3) a{background: rgba(134, 134, 134, 0.8);} 
.websitesBox li:nth-child(7n+5) a{background: rgba(255, 212, 0, 0.85);} 
.websitesBox li:nth-child(11n+7) a{background: rgba(0, 0, 0, 0.8);}
*/

.websitesBox a:hover{
	color: white !important;
	background: rgba(13,33,64,0.6);
	transition: 0.2s all;
	padding-top: 40px;
}

@supports ( -moz-appearance:none ){
	.websitesBox a{
		background: rgba(26,66,128,1);
	}
	.websitesBox a:hover{
		background: rgba(13,33,64,1);
	}	
}

.linkBox{
	margin: 50px auto 20px;
	padding: 10px 0px;
	background: linear-gradient(25deg, rgba(0, 100, 250, 0.25) 0%, rgba(0,100,250,0.03) 30%,  rgba(0,100,250,0.03) 70%, rgba(100,150,250,0.25) 100%);
}

.linkBox .centerBox{
	background-size: cover; 
	background-position-y: center;
	width: 1170px; 
	margin: 10px auto; 
	text-align: left;
	column-count: 4;
	column-gap: 0px;
}

.linkBox .centerBox a:first-child{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.linkBox .centerBox a:last-child{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-right: 1px solid rgba(0,100,255,0.25) !important;
}

.linkBox a{
	font-size: 20px;
	height: 70px; 
	width: 100%; 
	display: inline-block;
	margin: 0 !important;
	border: none;
	transition: 1s background-color;	
	backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	border: 1px solid rgba(0,100,255,0.25) !important;
	border-right: rgba(0,100,255,0) !important;
	border-radius: 0px;		
	background-color: rgba(255,255,255,0.3);
}

.linkBox a:hover{
	background-color: rgba(0,30,105,0.6) !important; 
	transition: 0.1s background-color;
	backdrop-filter: blur(0px);
	color: white;	
}

.linkBox span{
	text-align: center;
	font-size: 30px;
	display: grid;
}

.linkBox span span{
	font-size: 20px;
	opacity: 0.6;
}

.linkBox .splashFiltered{
	margin-top: -5%;
	margin-left: 0%;
  	filter: blur(10px) saturate(100%) opacity(20%);	
}

#formMessage{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	text-align: center;
}

#formMessage h2.red{
	color: rgb(220,30,30) !important;
}

form#soldierSignUp{
	display: block;
	margin: 50px auto;
	max-width: 900px;
	
	user-select: none;	
}

form#soldierSignUp container{
	max-width: 900px !important;
	margin: 0 auto;
	display: block;
}

form#soldierSignUp .blueHeader{
	background: linear-gradient(15deg, rgba(0, 100, 250, 0.15) 0%, rgba(0,100,250,0.03) 30%, rgba(0,100,250,0.03) 70%, rgba(100,150,250,0.15) 100%);	
	width: 100%;
	max-width: none !important;
	padding: 20px 0px;
	margin: 80px 0px 40px;	
}

form#soldierSignUp .blueHeader h2{
	max-width: 1000px !important;
	display: block;
	margin: 0 auto;
	font-size: 25px;
}

form#soldierSignUp datalist{
	display: block;
}

form#soldierSignUp label.checkmark{
	border-radius: 5px;
	background: rgba(0,100,255,0.1);
	margin: 5px;
	padding-left: 7px;
	padding-right: 17px;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 120%;
	width: 100%;
	
	display: flex;
	align-items: center;
	
	box-sizing: border-box;	
}

input:checked ~ label{
	color: red !important;
	height: 50px !important;
}

form#soldierSignUp label.checkmark:hover{
	background: rgba(0,60,120,1);
	color: white;
	
	transition: 0.1s all;	
}

form#soldierSignUp label.checkmark:hover input[type=text], form#soldierSignUp label.checkmark input[type=text]:focus{
	background: white !important;
}

form#soldierSignUp label.checkmark input{
}

form#soldierSignUp .range-wrap {
	position: relative;
	margin: 0 auto 3rem;
}

form#soldierSignUp .range {
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	
	animation: 1s fadein ease-out forwards;	
}

form#soldierSignUp .bubble {
	background: rgba(0,100,255,0.1);
	color: black;
	padding: 5px 8px;
	text-align: center;
	min-width: 30px;
	position: absolute;
	border-radius: 4px;
	left: 50%;
	transform: translate(-50%, 110%);
	line-height: 100% !important;
	font-size: 20px !important;
	box-sizing: border-box;
	
	animation: 1s fadein ease-out forwards;
}

form#soldierSignUp .bubble::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	background: rgba(0,100,255,0.1);
	top: -1px;
	left: 50%;
}

form#soldierSignUp label.checkmark:hover{
	background: rgba(0,60,120,1);
	color: white;
	
	transition: 0.1s all;	
}

form#soldierSignUp label.checkmark:hover input[type=text], form#soldierSignUp label.checkmark input[type=text]:focus{
	background: white !important;
}

form#soldierSignUp label.checkmark input{
}


#militaryDetails, #militaryTiesDetails, #previousEmployment, #secondDeployment, #thirdDeployment, #secondEducation, #thirdEducation, #secondReference, .deployments, #installationDetails, #deploymentDetails, #destinationDetails {
	animation: scaleUp 0.5s ease-out;
	animation-fill-mode: forwards;
	opacity: 0;
}

form#soldierSignUp #buttonSubmit, form#soldierSignUp label{
	line-height: 300%;
}

form#soldierSignUp .buttonForm{
	border: 2px solid rgba(0, 60, 220,1);
	border-radius: 5px;
	color: black;
	text-align: center;
	display: block;
	width: 200px;
	margin: 30px auto !important;
	transition: 0.2s all;
}

form#soldierSignUp input, select{
	margin-left: 10px;
	margin-right: 40px;
	font-size: 16px;
}

form#soldierSignUp input, form#soldierSignUp textarea{
	border-radius: 4px;
	border: 1px solid rgba(0, 100, 255,0.3);
	background: rgba(0,100,255,0.03);
	padding: 5px;
}

form#soldierSignUp input[type=text]:focus
{
	background: rgba(0,100,255,0.1);
	border: 2px solid rgb(0 139 220) !important
}

form#soldierSignUp input[type=number]{
	width: 4em;
}

form#soldierSignUp input[type=tel]{
	width: 20em;
}

form#soldierSignUp input[type=email]{
	width: 30em;
}

form#soldierSignUp input[name=nwnfrtxx]{
	opacity: 0;
	position: absolute;
	z-index: -10;
	top: 0;
}

form#soldierSignUp #checkboxWrapper{
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin: 20px auto;
	margin-left: -120px;
	text-align: center; 
	font-size: 110%; 
	font-weight: bold; 
	color: rgb(0,60,220);
	
	transition: 0.5s all ease-out;
}

form#soldierSignUp #buttonConsent{
	background: white;	
	margin-left: 80px;
	line-height: 200%;

	position: fixed;
	left: 50%;
	bottom: 25px;
	transform: translateX(50%);
	
	animation: 1s fadein ease-out forwards;
}

form#soldierSignUp #dodPrograms{
	display: none;
	animation: 0.5s scaleUp forwards ease-out;
}

form#soldierSignUp #soldier4life, form#soldierSignUp #marine4life, form#soldierSignUp #navy4life, form#soldierSignUp #airforce4life, form#soldierSignUp #coastguard4life, form#soldierSignUp #noprogram{
	max-width: 200px;
	display: none;
	
	animation: 0.5s fadeIn forwards ease-out;
	transition: 1s all ease-out;
}

form#soldierSignUp #noprogram{
	display: inline-flex;
}

form#soldierSignUp h2{
	margin-left: 0px;
	clear: both;
}

form#soldierSignUp h3{
	color: rgb(60, 60, 220);
	font-weight: lighter;
	font-size: 20px;
	margin-bottom: -10px !important;
	margin-left: -10px;
	display: block;
	clear: both;
}

#content h3{
	color: rgb(60, 60, 220);
	font-weight: lighter;
	font-size: 20px;
	margin-bottom: 20px !important;
	margin-top: 50px;
	display: block;
	clear: both;
}

#content h4{
	color: rgb(60, 60, 220);
	font-weight: lighter;
	font-size: 18px;
	margin-bottom: 10px !important;
	margin-top: 40px;
	display: block;
	clear: both;
}

form#soldierSignUp label.red{
	border-left: 3px solid rgba(255,0,0,0.5);
	padding-left: 10px;

	font-weight: 600;
}

form#soldierSignUp #buttonConsent, form#soldierSignUp #buttonSubmit{
	border: 2px solid rgba(0, 60, 220,1);
	border-radius: 5px;
	color: black;
	text-align: center;
	display: inline-block;
	width: 200px;
	margin: 20px auto;
	transition: 0.2s all;
	
	background: white;
}

form#soldierSignUp #buttonConsent{
	display: none;
}

#regionCheckButtons a{
	line-height: 300%; 
	border: 2px solid rgba(0, 60, 220,1); 
	border-radius: 5px; color: black; 
	text-align: center; 
	display: inline-block; 
	width: 200px; 
	margin: 20px 20px; 
	transition: 0.2s all;
}

form#soldierSignUp .buttonForm:hover, form#soldierSignUp #buttonConsent:hover, form#soldierSignUp #buttonSubmit:hover, #regionCheckButtons a:hover{
	border-color: rgba(0, 60, 220,0.1);	
	background: rgba(00,60,220,0.5);
	color: white;
}

form#soldierSignUp #formData{
	animation: 1s fadein ease-out forwards;
}

form#soldierSignUp #legalConsent{
	animation: 1s fadein ease-out;
}

form#soldierSignUp .familyMember{
	box-sizing: border-box;
	padding: 30px 50px 30px;
	
	border: 2px solid rgba(0,60,220,0.1);
	white-space: nowrap;	
	display: none;
	
	margin: 25px auto;
	
	animation: 0.5s scaleUp forwards ease-out;	
}


form#soldierSignUp .familyMember label{
	margin-right: 10px;
}

form#soldierSignUp .familyMember:nth-child(even){
	background: rgba(0,60,220,0.02);
}

form#soldierSignUp .familyMember:nth-child(odd){
	background: rgba(0,60,220,0.02);
}

form#soldierSignUp .familyMember input{
	margin-right: 20px;
}

form#soldierSignUp .militaryService{
	box-sizing: border-box;
	padding: 30px 0px 30px;

	border: 2px solid rgba(0,60,220,0.1);
	background: rgba(0, 60, 220, 0.02);	
	white-space: nowrap;	
	display: none;

	margin-top: 30px;
	
	animation: 0.5s scaleUp forwards ease-out;
}

form#soldierSignUp .militaryDeployment{
	box-sizing: border-box;
	padding: 30px 50px 30px;

	border: 2px solid rgba(0,60,220,0.1);
	background: white;	
	white-space: nowrap;	
	display: none;

	margin-top: 30px;
	
	animation: 0.5s scaleUp forwards ease-out;	
}

/* Content */

p, pre, table, td, tr, ul, ol, li, h1, h2, h3, h4, h5, a {	
}

p, pre, table, td, tr, ul, ol, li {
	font-size: 16px;
    line-height: 175%;
}

p, pre, ul, ol, table, h1, h2, h3, h4, h5 {
  margin: 20px auto;
  padding: 0px;
  width: 860px;	
}

ul, ol{
	padding-left: 50px;
}

img {
	max-width: 900px;
	height: auto !important;
}


a:link, a:active, a:visited {
    color: black;
    cursor: pointer;
    text-decoration: none !important;
	border-bottom: 1px solid rgb(255,100,100);
}

a:has(> img){
	border-bottom: none !important;
}

a[href^="tel:"]:before {
    content: "\260E";
    display: inline-block;
    margin-right: 0.2em;
}

a[href^="fax:"]:before {
    content: "\1F5B7";
    display: inline-block;
    margin-right: 0.2em;
}

a[href^="mailto:"]:before {
    content: "\2709";
    display: inline-block;
    margin-right: 0.2em;
}

#mediaCoverage a[href^="mailto:"]:before {
    display: none !important;
}

h1, h4, h5{
	font-family: Raleway, Verdana, Arial, sans-serif !important;
	color: black;
}


h1,.h1{
	font-size: 30px;
	font-weight: normal;
	margin: 20px 0px 40px;
	text-align: center;
	color: white;
	background: linear-gradient(to bottom, #5c5c5c 0%,#303030 64%,#000000 100%);
	padding: 20px 0px;
	width: 870px;
	margin-left: -45px;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.65) inset;
}

h2{
	color: rgb(18, 72, 174);
	font-weight: lighter;
	font-size: 30px;
	transform: translateX(-10px);
}

h5{
	font-size: 16px;
	font-weight: normal;
	margin: 30px 0px 10px;
}


.normal {
	font-size: 13px!important;
	font-family: Raleway, Verdana, Arial, Helvetica, sans-serif!important;
}

.centerimage {
	padding:14px;
	margin-left: auto;
	margin-right: auto;
}

.rightimage {
	float: right;
	padding-top: 14px;
	padding-left: 14px;
	padding-bottom: 14px;
}

.leftimage {
	float: left;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
}

.toprightimage {
	float: right;
	vertical-align:top;
	padding-left: 14px;
	padding-bottom: 14px;
}

.topleftimage {
	float: left;
	vertical-align:top;
	padding-right: 14px;
	padding-bottom: 14px;
}

.bottomrightimage {
	padding-top: 14px;
	padding-left: 14px;
	float: right;
	vertical-align:bottom;
}

.bottomleftimage {
	padding-top: 14px;
	padding-right: 14px;
	float: left;
	vertical-align:bottom;
}

.topgallery {
	text-align: center; 
	margin-top: 30px; 
	margin-bottom: 50px;	
}

.topgallery img{
	margin: 0px 15px;
	border: 2px solid #fbdb32;
	border-radius: 2px;
}

.topgallery img:hover{
	border: 2px solid rgba(0,0,0,0.4);
}	

h3, h3 a {
	font-size: 13px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	display: inline-block;
	border: none !important;
}

a{
	border-bottom: 1px solid rgb(255,100,100);
	color: black;
	text-decoration: none !important;
	font-style: normal;
}

a:hover{
	color: rgb(255,100,100);
}

ul, li, ol {
padding-top: 0px;
}

ol li {
	margin-bottom: 10px !important;	
}

.headline {
 	font-size: 20px;
    letter-spacing: 1px;
    line-height: 40px;
} 

img.mceItemMedia{
	background: url(/i/background_editor_media.png) rgba(0,0,0,0.1) no-repeat center center !important;
	max-width: 100%;
}

img.full{
	margin-bottom: 40px;
	margin-top: 20px;
}

.xSplash{
	min-height: 400px;
	background-size: cover;
	background-position: center center;
}

.splashBackground{
	background-size: cover;	
	margin-bottom: 50px;
	margin-top: 50px;
}

.splashContainer{
	position: relative;
	margin-bottom: 50px;
	margin-top: 50px;

	overflow: hidden;
	
	text-align: center;

	box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.2);		
}

.splashContainer img{
	position: relative;
	margin: 20px auto;


	border-radius: 5px;
	
	width: 1170px !important;
	height: 500px !important;

  	object-fit: cover;
  	object-position: center 25%;
	
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.07);	
	
	max-width: 100% !important;
}

.splashSlideShow{

}

.splashSlideShow img{
	display: block;
}

.splashSlideShow .roundedBox{
	border-radius: 5px;
	width: 1170px !important;
}

.splashFiltered{
	filter: blur(25px);
	background-size: cover;
	opacity: 0.95;
	
	width: 110%;
	height: 150%;
	
	margin-left: -5%;
	margin-top: -10%;

	position: absolute;	
	z-index: -2;
	top: 0%;
}

.splashAnimation{
	/* display: none; */
	filter: blur(25px);
	background-size: cover;
	opacity: 0.95;
	
	width: 110%;
	height: 150%;
	
	margin-left: -5%;
	margin-top: -10%;

	position: absolute;	
	z-index: -1;
	top: 0%;
	
	mix-blend-mode: lighten;
	
	animation: zoom 10s linear infinite;
	animation-delay: -3s;
	animation-play-state: paused;
}

@supports (-moz-osx-font-smoothing:auto) {
    .splashAnimation {
		display: none !important;
    }
}

@media 
(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    .splashAnimation {
		display: none !important;
    }
}

@keyframes zoom {
  0% {transform: scale(1, 1) rotate(-10deg); opacity: 0;}  
  20% {opacity: 0.65;}    
  50% {transform: scale(1.1, 1.5) rotate(0deg); opacity: 0.65;}    
  70% {opacity: 0.65;}    
  100% {transform: scale(1, 1.5) rotate(10deg); opacity: 0;}
}

@keyframes zoom2 {
  0% {transform: scale(1, 1) rotate(0deg); opacity: 0;}
  30% {opacity: 0.6;}  
  70% {transform: scale(1.2, 1.2) rotate(-35deg); opacity: 0.5;}    
  100% {transform: scale(1.7, 1.7) rotate(-85deg); opacity: 0;}
}

.splashForeground{	
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);	
	
	background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%); 
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;

	box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.2);	
}

.splashForeground img{
	margin: 20px auto;
	border-radius: 5px;
	
	width: 1200px;
	height: 500px;

  	object-fit: cover;
  	object-position: center 25%;	
	
	max-width: 100% !important;
}

p{
	padding-bottom: 5px;
}

a[id] {
	padding-top: 680px;
	margin-top: -680px;
	display: inline-block;
	border: none;
}

ul.registrations{
	list-style: none;
	margin: 40px auto;
	padding: 0px 0px;
	border-radius: 5px;
	border: 1px solid rgba(0,30,220,0.5) !important;
}

body ul.waitlist{
	border: 1px solid rgba(0,0,0,0.2) !important;
}

ul.registrations li:nth-child(odd){
	background: rgba(0,60,220,0.05);
}

body ul.waitlist li:nth-child(odd){
	background: rgba(0,0,0,0.03);
}

ul.registrations li{
	padding: 5px 40px;
}

ul.registrations li:hover{
	background: rgba(0,60,220,0.5) !important;
	color: white;
}

#skillbridge{
	margin-top: -50px;
}

#skillbridge .video-wrapper {
	position: relative;
	top: 30px;
	left: 0;
	width: 100%;
	height: 700px;
	z-index: -1;
	pointer-events: none;
	overflow: hidden;
}
#skillbridge .video-wrapper iframe {
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);		
}	

#skillbridge #card{
	max-width: 90%;
	max-height: 90%;

	width: 730px;
	position: absolute;
	top: 450px;
	left: 50%;
	transform: translate(-50%,-50%);
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 100%;
	font-size: 2em;
	color: rgba(0,48,120,0.90);
	opacity: 0;
	background: rgba(255,255,255,0.85);
	border: 10px solid rgba(255,255,255,1);
	box-shadow: 0px 8px 320px 100px rgba(255,255,255,0.9), 0px 3px 12px 2px rgba(0,50,120,0.7);

	transform-origin: center center;
	animation: sbflyin 3s ease-out;
	animation-delay: 3s;
	animation-fill-mode: forwards;

	transition: 1s all ease;
}		

#skillbridge #brand, #intro{
	max-width: calc(100% - 80px);
	display: block;
}

#skillbridge #background-filter{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,20,50,0.95);
	display: none;			
	opacity: 0;			

	transform-origin: center center;
	animation: fadein 1s ease-out;
	animation-delay: 0s;
	animation-fill-mode: forwards;					
}

#skillbridge .curriculum{
	display: block; 
	border: 1px solid rgba(0,0,0,0.2); 
	border-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;				
	margin-left: auto; 
	margin-right: auto; 
	overflow: visible !important; 
	width: 1100px !important; 
	height: auto !important; 
	background: white;
}

#skillbridge .curriculum table{
	margin: 0;
	width: 100% !important;			
}

#skillbridge .curriculum table td{
	font-size: 12px !important;
}

#skillbridge .curriculum table tr td{
	font-size: 12px;
	padding: 20px 5px;
}	

#skillbridge .curriculum table tr td:first-child{
	font-weight: bold;
	font-size: 110% !important;
}	

#skillbridge .curriculum table tr td:nth-child(3), .curriculum table tr td:nth-child(4){
	text-align: left;
}			

#skillbridge .curriculum table td:nth-child(odd){
	background: rgba(150,200,255,0.1);
}

#skillbridge .curriculum table tr:nth-child(even){
	background: rgba(50,100,255,0.05);
}		

#skillbridge .curriculum table h2{
	transform: translateX(0px);
	margin: 10px auto;
}

/* NY page */

#mapLivingston{
	position: relative;
}

#overlayLivingston{
	/* z-index: 100; */
	display: block !important;
	position: absolute;
	left: 50%;
	margin-left: -350px !important;
	margin-top: -430px !important;
	
	background: rgba(255,255,255,1); 
	width: 700px; 
	margin: 0 auto; 
	border-radius: 5px; 
	box-shadow: 0px 3px 50px rgba(0,0,0,0.5); 
	line-height: 250%;	
	
	transform: perspective(500px) translateZ(-5000px);
	transform-origin: center center;
	
	opacity: 0;
	transition: all 2s ease-in;
}

.splashContainer:hover #overlayLivingston{
	opacity: 1;
	transform: perspective(500px) translateZ(0px);
	transition: all 1s ease-out;	
}

#mapLivingston:hover #overlayLivingston{

}

#notificationMissingData{
	background-color: rgba(221,62,64,1.00); 
	position: fixed; 
	top: 0px; 
	width: 100%; 
	box-shadow: -3px 0px 15px rgba(0,0,0,0.3); 
	border-bottom: 1px solid rgba(0,0,0,0.2); 
	transition: 1s all ease-out; 
	padding-top: 20px; 
	padding-bottom: 20px; 
	text-align: center; 
	color: white;
	
	opacity: 0; 
	transform: translateY(-100%);	
}

.missingData{
	border: 2px solid rgba(255,0,0,1) !important;
}

form#soldierSignUp input, form#soldierSignUp select{
	transition: 1s all ease-out;	
}

@keyframes sbflyin {
	from { opacity: 0; 	transform: translate(-50%,-50%) scale(0.1,0.1) rotateZ(-7deg);  }
	to   { opacity: 1;  transform: translate(-50%,-50%) scale(1,1) rotateZ(0deg); }
}

@keyframes sbzoomin {
	from { opacity: 0; 	transform: scale(0.7,0.7)  }
	to   { opacity: 1;  transform: scale(1,1) }
}	

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@keyframes fadingscale {
	from { opacity: 0; height: 0; }
	to   { opacity: 1; height: auto; }
}

@keyframes missingNotifier {
	0% { opacity: 0; transform: translateY(-100%); }
	5%   { opacity: 1; transform: translateY(0%); }
	90%   { opacity: 1; transform: translateY(0%); }
	99%   { opacity: 0; transform: translateY(-100%); }
	100%   { opacity: 0; transform: translateY(-100%); }		
}	
	

.curriculum::-webkit-scrollbar {
  width: 15px;
}
.curriculum{
  scrollbar-color: #90A4AE #CFD8DC;
}
.curriculum::-webkit-scrollbar-track {
  background: #CFD8DC;
}
.curriculum::-webkit-scrollbar-thumb {
  background-color: #90A4AE;
  border-radius: 6px;
  border: 3px solid #CFD8DC;
}

