#block-stickybanner .block-title,
#block-stickybannercustomblock .block-title {
  display: none;
}

.block-sticky-banner.sticky,
.block-stickybannercustomblock.sticky {
  margin-top: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
}

@media all and (max-width: 767px) {
  .block-sticky-banner.sticky,
  .block-stickybannercustomblock.sticky {
    top: 48px;
  }
}

.fixed-header1,
.fixed-header {
  margin-top: 1px;
  padding: 12px 0;
  background: #001489;
}

@media all and (max-width: 767px) {
  .fixed-header1,
  .fixed-header {
    padding: 12px 20px;
  }
}

.fixed-header1 p,
.fixed-header p {
  margin: 0 auto;
  color: #ffff !important;
  text-align: center;
}

.fixed-header1 a,
.fixed-header a {
  color: #ffff;
  text-decoration: underline;
}

.fixed-header1 a:hover,
.fixed-header1 a:focus,
.fixed-header a:hover,
.fixed-header a:focus {
  color: #ffff;
}

#block-stickybanner .block-title {
  display: none;
}
