.brand {
  display: flex;
  align-items: center;
  color: white;
}

.brand img {
  display: block;
  width: 310px;
  height: 64px;
  object-fit: contain;
  object-position: left center;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(8, 46, 92, 0.12);
  box-shadow: 0 8px 30px rgba(8, 46, 92, 0.08);
}

.main-nav {
  color: #17324f;
}

.main-nav a:hover {
  color: #a87500;
}

.nav-cta {
  border-color: #d9a51f;
  color: #17324f !important;
}

.menu-toggle {
  border-color: rgba(8, 46, 92, 0.28);
}

.menu-toggle span {
  background: #082e5c;
}

footer {
  background: #f4f2ed;
  color: #4f5965;
  border-top: 1px solid #ddd8cc;
}

.footer-brand img {
  width: 280px;
  height: 64px;
}

@media (max-width: 650px) {
  .brand img {
    width: 235px;
    height: 54px;
  }

  .footer-brand img {
    width: 250px;
    height: 58px;
  }
}

@media (max-width: 980px) {
  .main-nav {
    background: #ffffff;
    color: #17324f;
    border-top: 1px solid rgba(8, 46, 92, 0.1);
  }
}
