.progress-bar {
  position: relative;
  overflow: visible;
  height: 14px;
  top: 5px;
  left: -3px;
  right: 10px;
}

.progress {
  height: 40px;
  background-color: transparent;
  margin: -1px;
  padding-right: 5px;
  padding-left: 0px;
  overflow-y: hidden;
  overflow-x: visible;
}

.progress .progress-bar:after {
  content: '';
  display: inline;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: inherit;
  outline-color: lightgrey;
  outline-style: solid;
  outline-width: 2px;
  border-radius: 50%;
  right: -3px;
  overflow: visible;
  z-index: 1;
}

.progress .first-dot {
  content: '';
  display: inline;
  position: absolute;
  width: 20px;
  height: 20px;
  /* background-color: #0185ca; */
  outline-color: lightgrey;
  outline-style: solid;
  outline-width: 2px;
  border-radius: 50%;
  right: 90%;
  margin-top: 2px;
  margin-left: -10%;
  overflow: visible;
  z-index: 2;
  padding: 0;
}

#contact-form-label {
  width: 7em;
  max-width: 7em;
}

textarea.form-control {
  min-height: 3em;
  height: 3em;
}

smalltext.form-control {
  min-height: 2em;
  height: 2em;
}

.update-button-row {
  padding: 25px;
}

a h5:hover{
  color: #4c7dd6;
  cursor:pointer;
}
