<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">nav.cmp-primary-tab__jump-to {
  clear: both;
}

nav.cmp-primary-tab__jump-to section {
  padding: 12px 16px 16px;
  background-color: #054c70;
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 26;
}

nav.cmp-primary-tab__jump-to section.sticky {
  position: fixed;
}

nav.cmp-primary-tab__jump-to.edit-mode section.sticky {
  position: relative;
}

nav.cmp-primary-tab__jump-to .h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #fff;
  text-transform: none;
  display: block;
}

nav.cmp-primary-tab__jump-to select {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  color: #3b3b3b;
}
</pre></body></html>