#gdpr-notification {
  position: relative;
  z-index: 30;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0;
  padding: 10px 15px;
  display: none;
  background: #003B5C;
  color: white;
}

#gdpr-notification a {
  text-decoration: underline;
  color: white;
}

#gdpr-notification p {
  padding-bottom: 0px;
  max-width: 1280px;
  margin: 0 auto;
  line-height: 16px;
  line-height: 1rem;
}

@media (max-width: 759px) {
  #gdpr-notification > p {
    line-height: 14px;
    line-height: 0.875rem;
  }
}
.BranchNav {
  overflow: hidden;
}
