
.progressBar {
	position: relative;
	background-color: white; /* #f2f2f2;*/
	margin: 1em 0 3em 0;
	padding: 0;
	font-size: 14px;
	/*
	border-radius: 20px;
	border: solid 1px #999;
	box-shadow: 0 2px 6px rgba(50,50,50,0.5);
	*/
	border-radius: 1em;
	border-bottom: solid 1px #ddd;
	box-shadow: 0 0.5em 2em rgba(50,50,50,0.15);
	text-align: left;
	
}

.progressBar > ul > li:after{
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: 50%;
	background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.2));
}

/* Clearfix hack */
	.progressBar:before,
	.progressBar:after {
		content:"";
		display:table;
	}
	.progressBar:after {
		clear:both;
	}
	/* For IE 6/7 (trigger hasLayout) */
	.progressBar {
		zoom:1;
	}	
	
	
.progressBar > ul {
	display: block;
	list-style: none;
	padding: 4px 0;
	margin: 0;
	overflow: auto;
	}
.progressBar > ul > li {
	display: block;
	float: left;
	width: 16%;
	color: white;
	/*max-width: 14.8%;*/ /* for 6 progress steps 
	width: auto;*/
	padding: 0;
	margin: 0 1px;
	background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5 51%, #00d2ff 100%);
	border: solid 1px   white; /* #003366; */
	/*background-position: 98% center;*/
	background-position: 95% 10%;
	background-repeat: no-repeat;	
	border-radius: 1.4em;
	/* box-shadow: inset 0 1em 1em rgba(255,255,255,0.2); */
	/*background-image: url('../assets/icons/001_02_gray_14x14.png');*/
	}
.progressBar > ul > li:after {
	display: block;

	display: " ";
	border: solid 1em black;

}

/*
.progressBar > ul > li:first-child {
	border-radius: 1.4em 0 0 1.4em;
	}

.progressBar > ul > li.progressPrograms {		width: 12.5%; }
.progressBar > ul > li.progressLocation {		width: 12.5%; }
.progressBar > ul > li.progressDocuments {		width: 12.5%; }
.progressBar > ul > li.progressQuestionnaire {	width: 12.5%; }
.progressBar > ul > li.progressJobs {			width: 12.5%; }
.progressBar > ul > li.progressFunding {		width: 12.5%; }
.progressBar > ul > li.progressArts {			width: 12.5%; }
.progressBar > ul > li.progressReview {			width: 12.5%; }
*/
	
.progressBar > ul > li > a,
.progressBar > ul > li > span {
	display: block;
	/*position: relative;*/
	
	padding: 1.75em 0.95em 1.25em 0.95em; 
	text-align: center;
	color: inherit;
	font-size: 12px;
	/*letter-spacing: 0.1em;*/
	text-transform: uppercase;
	font-weight: bold;
	}
.progressBar > ul > li > span {
	opacity: 0.6;
	}

.progressBar > ul > li.complete {
	background-color:  #2050A3; /* #057bd5; */
	color: white;
	/*border-color: #ccc;*/
	background-image:  url('../assets/icons/001_06_14x14.png');
	
	}
.progressBar > ul > li.complete > a {
	text-shadow: 1px 1px 2px black;
	}


.progressBar > ul > li.last
,.progressBar > ul > li.accessibleInComplete {
	/* background-color: inherit; */ /* #ccc;*/
	/*border-color: #666;*/
	}
.progressBar > ul > li.last {	
	/*border-radius: 0 20px 20px 0;*/
	}
.progressBar > ul > li.current {
	/*background-color: #c8d8e0; /* #c8d8e0; */
	/* background: linear-gradient( #6986B7 0%,  #c8d8e0 100% ); */
	border-color: rgb(32, 190, 238);
	color: white;
	background-color: linear-gradient(to right, #DD5E89 0%, #F7BB97 51%, #DD5E89 100%);
	}
.progressBar > ul > li.current > a {
	text-shadow: none;
	}
.progressBar .currentArrow {
	display: block;
	position: absolute;
	padding-left: 5.5em; 
	margin: 1em auto 0 auto;
	width: 58px; 
	height: 33px;
	background: url('../assets/blue_dot_current.png') center center no-repeat;
	z-index: 19;
	}

	

.progressBar > ul > li:hover {
	border-color: white;
	/*background: linear-gradient(#073,#0fa); */
	
}
.progressBar > ul > li > a:hover {
	background-color: rgba(255,255,255,0.14);
	
}	
/*.progressBar > ul > li.complete > a:hover {
	background-color: rgba(0,0,0,0.14);
	}
*/	

.progressBar > ul > li .areaDetail li {
	padding: 1em;
}
	
.progressBar > ul > li .areaDetail {
	display: none;
	position: absolute;
	padding: 1em;
	border: solid 1px black;
	background-color: white;
	color: black;
	font-size: 12px;
	z-index: 20;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	border-radius: 1.4em;
	}
.progressBar > ul > li .areaDetail ul,
.progressBar > ul > li .areaDetail ol {
	margin: 0 0 1em 2em;
	}
.progressBar > ul > li .areaDetail a {
	display: block;
	}
	
.progressBar > ul > li:hover .areaDetail {
	display: block;
	box-shadow: 0px 3px 5px rgb(40,40,40);
	box-shadow: 0px 3px 5px rgba(40,40,40,0.7);
	}
.progressBar .incompleteExplanation {
	margin: 1em 0em;
	color: #f41c28;
	font-style: italic;
}

.progressBar .finalizeStatus:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background-color: rgba(255,255,255,0.4);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
   
}

.progressBar .finalizeStatus {
	float: right;
	height: 67px; width: 72px;
	padding: 0.5em;
	line-height: 20px;
	margin: -20px 0 -10px 0;	
	border: solid 3px;
	border-color: rgb(235, 104, 16);
	color: white;
	text-align: center;
	background-color: #f41c28;
	border-radius: 1.4em;
	background-position: center 100%;
	background-repeat: no-repeat;
	text-shadow: 1px 1px 4px black;
	background-image: linear-gradient(to right, rgb(240, 35, 21) 0%, #F7BB97 51%, rgb(228, 49, 49) 100%);
	


	/*background-image: url('../assets/icons/001_02_14x14.png');*/
	}
.progressBar .finalizeStatus.final {
	background-color: #057bd5;
	background-image: url('../assets/icons/001_06_14x14.png');
	border-color: #55CC11;
	}
.progressBar .finalizeStatus.notFinal {
	border-color: #f8f8f6;
	}
	
.progressBar .title {
	position: absolute;
	font-size: inherit;
	color: #003366;
	top: -1.85em;
	/*right: 90px;*/
	text-align: right;
	font-weight: bold;
	}
.progressBar .title > a {
	color: inherit;
	}
	
.progressBar .email {
	display: none;
	color: #ccc;
	position: absolute;
	font-size: inherit;
	top: -1.85em;
	left: 10px;
	text-align: right;
	font-weight: bold;
	}
	
.finalAppNotice {
	color: #999;
	padding: 1em 30px 1em 30px;
	background-image: url('../assets/lock_gray.png');
	background-position: center right;
	background-repeat: no-repeat;
	text-align: right;
	font-style: italic;
	}


/* 
	=====================================================================
	<-----<-----<-----<------ RESPONSIVE ----->----->--->--->--->-->-->-> 
*/
@media screen and (max-width: 600px) {
	.progressBar .currentArrow {
		display: none;
		position: absolute;
		padding-left: 2.5em; 
	}
  }
  
  @media screen and (max-width: 600px) {
	.finalizeStatus  {
		float: none !important;
		height: 37px !important;
		width: 34% !important;
		margin: .2em 0 0 0 !important;
		line-height: 35px !important;
	}

	
	.progressBar > ul > li {
	  float: none;
	  display: block !important;
	  text-align: left;
	  width: 36%;
	  margin-top: 0.2em !important;

	}

	.progressBar > ul > li.current{
		border-color: rgb(16, 226, 191) !important;
		border-width: 0.5em;
	
	}
  }