.utility-bar {
  padding: 11px 37px 0 0;
  width: 100%;
  z-index: 99;
}

header .siteHeader {
  padding-top: 0;
}

.mobile-bar {
  display: none;
}

@media screen and (max-width: 767px) {
  .utility-bar { 
    bottom: 0;
    height: 50px;
    border-top: 1px solid #d3d3d3;
    background-color: white;
    position: fixed;
  }

  .siteHeader {
    margin-top: unset;
  }

  .desktop-bar {
    display: none;
  }

  .mobile-bar {
    display: block;
  }

  header .siteHeader {
    padding-top: 16px;
  }
}
