#main-content>div>div>div>div>em.placeholder{
color:red;
font-weight:bold;
}
.progress-title{
color: #555;
}
progress-step>.progress-marker{
color:#003f73;
}
 .progress-step> .progress-marker::after {
background-color: #003f73!important;
top: 18px!important;
height: 1px!important;
}
.progress-marker::before {
    background-color: #fff!important;
    border: 1px solid #003f73!important;
    color:#003f73!important;
  width: 40px;
  height: 40px;
}
 #edit-preview-next, #edit-submit, #edit-reset, #edit-preview-prev {
    width: 180px;
  }
 .is-active>.progress-marker{
 color: #fff;
 }
 .webform-confirmation__back>a{
  color: #fff;
 }
 .is-active>.progress-marker::before{ background-color: #003f73!important;color: #fff!important;}
.webform-button--preview:hover,
.webform-button--preview:focus-visible,
.webform-button--previous:hover,
.webform-button--previous:focus-visible,
.webform-button--submit:hover,
.webform-button--submit:focus-visible,
.webform-confirmation__back>a:hover,
.webform-confirmation__back>a:focus-visible
{
  background-color: #555555 !important;
}
