/* Move and enlarge progress bar */
.progressbar_progressBar {
  top: 245px;
  position: relative;
  background-color: #F2F2F2;
  height: 12px;
  max-width: 768px;
  min-width: 320px;
  margin: 0px auto;
  outline: none;
  height: 12px;
}


/* Mobile Specific CSS */
@media screen and (max-width: 768px) {

.progressbar_progressBar {
    top: 245px;
    position: relative;
    height: 12px;
    width: 93%;
    margin: 0px auto;
    outline: none;
    height: 12px;
  }

}

/*Center logo*/
.layout_mainHeaderLeft {
  text-align: center;
  width: 100%;
}
