.dng-top-bar {
  background-color: #1c3869;
}

.dng-top-bar__inner {
  max-width: 1300px;
  margin: auto !important;
  padding: 10px 40px;
  color: #ffffff;
  font-family: "locator";
  font-weight: 400;
  text-align: center;
  font-size: 15px !important;
}

.dng-top-bar__inner p {
  margin: 0 !important;
}

.dng-top-bar__inner strong,
.dng-top-bar__inner a {
  font-weight: 700;
}

.dng-top-bar__inner strong {
  color: #ff5622;
}

.dng-top-bar__inner a {
  color: #ffffff !important;
}

.dng-top-bar__inner a:hover {
  color: #a0d9f7 !important;
}

/*
@media (max-width: 767px) {
  .dng-top-bar__inner {
    padding: 0 30px;
  }
}
*/
