a:visited {
	color: #aaa;
}
.container {
	min-width: 1000px;
	margin: 0 auto;
}
.wsteps {
	display: none;
	flex-direction: row;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: center;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	padding-top: 50px;
}
.wsteps > li:first-child > a {
	color: #0078B3;
}
.wsteps > li:first-child::before {
	width: 0;
}
.wsteps > li {
	position: relative;
}
.wsteps > li::before {
	content: " ";
	display: block;
	position: absolute;
	right: 130px;
	top: 14px;
	background: #aaa;
	width: 100%;
	height: 4px;
}
.wsteps > li.five::before {
	right: 105px;
}
.wsteps > li.six::before {
	right: 90px;
}
.wsteps > li.seven::before {
	right: 75px;
}
.wsteps > li:hover::before {
	background: #0078B3; 
}
.wsteps > li.purple:hover::before {
	background: #943870; 
}
.wsteps > li.teal:hover::before {
	background: #20a29e; 
}
.wsteps > li.ltblue:hover::before {
	background: #006ba6; 
}
.wsteps > li.orange:hover::before {
	background: #ff9e16; 
}
.wsteps > li.dblue:hover::before {
	background: #003b71; 
}
.wsteps > li.ltgrey:hover::before {
	background: #d3d6dc; 
}
.wsteps > li.black:hover::before {
	background: #d3d6dc; 
}
.wsteps > li.midgreen:hover::before {
	background: #57a635; 
}
.wsteps > li.ltgreen:hover::before {
	background: #aade33; 
}
.wsteps > li > a {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 250px;
	box-sizing: border-box;
	overflow: hidden;
	text-decoration: none;
	margin-top: 10px;
	background: none;
	color: #aaa;
}
.wsteps > li > a:hover {
	color: #0078B3;
}
.wsteps > li.purple > a:hover {
	color: #943870;
}
.wsteps > li.teal > a:hover {
	color: #20a29e;
}
.wsteps > li.ltblue > a:hover {
	color: #006ba6;
}
.wsteps > li.orange > a:hover {
	color: #ff9e16;
}
.wsteps > li.dblue > a:hover {
	color: #003b71;
}
.wsteps > li.ltgrey > a:hover {
	color: #d3d6dc;
}
.wsteps > li.black > a:hover {
	color: #000000;
}
.wsteps > li.midgreen > a:hover {
	color: #57a635;
}
.wsteps > li.ltgreen > a:hover {
	color: #aade33;
}
.wsteps > li > a::before {
	content: " ";
	display: block;
	line-height: 1em;
	border-radius: 100%;
	margin-bottom: .25rem;
	text-align: center;
	z-index: 1;
	font-size: 1em;
	border: 6px solid;
}
.wsteps > li > a > span {
	color: #555;
	width: 65%;
	text-align: center;
	margin-top: 7px;
	font-size: 0.9rem;
}
.wsteps > li.blue > a {
	color: #0078B3; 
}
.main {
	position: relative;
	border: 1px solid #D3D6DC;
	font-family: Arial, serif;
	font-size: 1rem;
}
.panel-container {
	min-height: 300px;
}
.panel {
	transition: opacity 1.5s ease-out;
	opacity: 0;
	display: none;
}
.blue::before {
	background-color: #0078B3 !important; 
}
.blue.purple::before {
	background-color: #943870 !important; 
}
.blue.teal::before {
	background-color: #20a29e !important; 
}
.blue.ltblue::before {
	background-color: #006ba6 !important; 
}
.blue.orange::before {
	background-color: #ff9e16 !important; 
}
.blue.dblue::before {
	background-color: #003b71 !important; 
}
.blue.ltgrey::before {
	background-color: #d3d6dc !important; 
}
.blue.black::before {
	background-color: #000000 !important; 
}
.blue.midgreen::before {
	background-color: #57a635 !important; 
}
.blue.ltgreen::before {
	background-color: #aade33 !important; 
}
