:root {
  --navy: #0a2342;
  --navy2: #0a2342;
  --lime: #efff00;
  --orange: #ff6a00;
  --ink: #0a2342;
}

.site-header,
.topbar,
.process,
.contact-section,
footer {
  background: #0a2342;
}

.site-header {
  box-shadow: none;
  border-bottom: 1px solid #263e59;
  height: auto;
  min-height: 128px;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 18px;
  padding-bottom: 14px;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 100%;
  width: 100%;
  color: #efff00;
}

.brand span {
  display: block;
  font: inherit;
  line-height: 1;
}

.site-header nav {
  margin-left: 0;
}

.hero-shade {
  background: linear-gradient(90deg, #0a2342fa 0%, #0a2342e8 40%, #0a234255 72%, #0a234215);
}

.header-call,
.button.primary {
  background: #efff00;
  color: #0a2342;
  border-radius: 3px;
}

.button,
.service-card,
.faq details,
.enquiry-panel {
  border-radius: 3px;
}

.service-card,
.enquiry-panel,
.contact-rail,
.mobile-actions,
.service-card:hover {
  box-shadow: none;
}

.closing {
  background: #0a2342;
  border-top: 8px solid #ff6a00;
}

.closing p {
  color: #ff6a00;
}

footer small {
  color: #91a2b4;
  display: block;
  margin-top: 10px;
}

@media (max-width: 900px) {
  .site-header {
    min-height: 92px;
    padding: 0 18px;
  }
}
