.fivesteps {
	line-height: 1.25;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.fivesteps>a {
	float: left;
	width: 20%;
	text-align: center;
	border-bottom: none;
}
.fivesteps10>a {
	width: 9%;
}
.fivesteps9>a {
	width: 10%;
}
.fivesteps8>a {
	width: 12%;
}
.fivesteps7>a {
	width: 13%;
}
.fivesteps6>a {
	width: 16%;
}
.fivesteps4>a {
	width: 23%;
}
.fivesteps3>a {
	width: 31%;
}
.fivesteps2>a {
	width: 48%;
}
.fivesteps1 {
	display: none;
}

@media screen and (max-width: 570px), (min-width: 784px) and (max-width: 920px) {.fivesteps>a {width: 33%;}}

.fivesteps>a strong {
	line-height: 1.1;
	border-bottom: 1px solid rgba(0,122,197,.3);
	color: #1658DA;
	font-size: 14px;
}
.fivesteps>a b {
font-weight: normal;
}

.fivesteps>a:hover strong {
	border-bottom: 1px solid #1658DA;
}
.fivesteps>a span {
	margin: 1em 0 .25em;
}
.fivesteps>a span, .fivesteps>a span b {
	display: block;
	position: relative;
}
.fivesteps>a span:after, .fivesteps>a span:before {
	content: '';
	position: absolute;
	width: 50%;
	height: 15px;
	top: 50%;
	margin-top: -8px;
	background: url(/mirror/pubs/share/196685199) no-repeat;
}
.fivesteps>a span:before {
	left: -1px;
	background-position: 0 -15px;
}
.fivesteps>a.done span:before,
.fivesteps>a.active span:before {
	background-position: 0 0;
}
.fivesteps>a span:after {
	right:-1px;
	background-position:100% -15px;
}
.fivesteps>a.done span:after,
.fivesteps>a.active span:after {
	background-position:100% 0
}
.fivesteps>a span b {
	font-size: 1em;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	z-index: 1;
	border-width: 3px;
	border-style: solid;
}
.fivesteps > a.done span b {
	border-color: #1658DA;
	color: #1658DA;
}
.fivesteps > a span b, .fivesteps > a:hover ~ a span b {
	border-color: #ccc;
	color: #ccc;
	background-color: #fff;
}
.fivesteps > a:hover ~ a span:after  {
	background-position:100% -15px;
}
.fivesteps > a:hover ~ a span:before  {
	background-position: 0 -15px;
}
.fivesteps > a.active span b {
	border-color: #1658DA;
	color: #fff;
	background-color: #1658DA;
}
.fivesteps > a:not(.active):hover span b {
	color:#fff;
	border-color:#1658DA;
	background-color:#1658DA
}
.fivesteps>a.active strong {
	border-bottom: none;
}
.fivesteps>a:first-child span:before, .fivesteps>A:last-child span:after {
	display: none;
}	
