body.sapientia-static {
  margin: 0;
  background: #fff;
}

.sapientia-static .jub-block.header-1 {
  z-index: 1000;
}

.sapientia-static .navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.sap-static-menu {
  float: none;
  display: inline-block;
  margin: 0;
}

.sapientia-static .jub-cmsc .sap-static-menu > li > a {
  color: rgba(255,255,255,.78);
  font-weight: 400;
}

.sapientia-static .jub-cmsc .sap-static-menu > li.active > a,
.sapientia-static .jub-cmsc .sap-static-menu > li > a:hover,
.sapientia-static .jub-cmsc .sap-static-menu > li > a:focus {
  color: #fff;
  background: transparent;
}

.sap-static-search {
  display: inline-flex;
  align-items: center;
  max-width: 170px;
  margin-top: 8px;
  border: 1px solid rgba(255,255,255,.35);
}

.sap-static-search input {
  min-width: 0;
  width: 126px;
  height: 30px;
  padding: 4px 8px;
  color: #fff;
  background: transparent;
  border: 0;
  outline: 0;
}

.sap-static-search input::placeholder {
  color: rgba(255,255,255,.78);
}

.sap-static-search button {
  width: 34px;
  height: 30px;
  color: #fff;
  background: transparent;
  border: 0;
}

@media (max-width: 991px) {
  .sap-static-menu {
    display: block;
  }

  .sap-static-search {
    margin: 12px 0;
  }
}