.rap-progress-bar{
	background: #fff;
    padding-bottom: 14px;
}

.progress-welcome-page {
  list-style: none;
  margin: auto;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #484848;
  box-shadow: none;
  background-color: transparent;
  height: 75px;
  text-transform: uppercase;
}
.progress-welcome-page > li {
  position: relative;
  display: table-cell;
  text-align: center;
  font: 11px "PNC Sans Bold", Arial, sans-serif;
  line-height: 14px;
}
.progress-welcome-page > li:before {
  content: '';
  display: block;
  margin: 0 auto;
  top: 50px;
  text-align: center;
  margin-bottom: 0.25em;
  border-radius: 100%;
  position: relative;
  z-index: 1000;
  box-sizing: border-box;
}
.progress-welcome-page > li:after {
  content: '';
  display: block;
  top: 63px;
  background: #484848;
  width: 100%;
  height: 2px;
  left: 50%;
  position: absolute;
}
.progress-welcome-page > li:last-child:after {
  display: none;
}

.progress-welcome-page > li.is-active {
  color: #0069aa;
  font-weight: bold;
}
.progress-welcome-page > li.is-active:before {
  color: #484848;
  background: #0069aa;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 54px;
}
.progress-welcome-page > li:not(.is-active) {
  color: #484848;
  font-weight: 600;
}
.progress-welcome-page > li:not(.is-active):before {
  background: #fff;
  width: 12px;
  height: 12px;
  line-height: 11.75px;
  border: 2px solid #484848;
}

@media only screen and (min-width: 1025px){
	.progress-welcome-page {
    width: 80%;
}
}
@media only screen 
and (min-width: 320px)
and (max-width: 667px)
{
	.progress-welcome-page {
    width: 92%;
}
.progress-welcome-page > li:not(.is-active),.progress-welcome-page > li.is-active {
  font-size: 11px !important;
}
}

