:root {
  --deep: #06162f;
  --aqua: #69e1df;
  --line: #d6e1e9;
}
.utility {
  background: var(--deep);
  color: #fff;
  text-align: center;
  padding: 8px;
  font:
    16px/1.55 Arial,
    sans-serif;
}
.utility a {
  color: var(--aqua);
  font-weight: 800;
  text-decoration: none;
}
header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fffffff5;
  border-bottom: 1px solid var(--line);
  font:
    16px/1.55 Arial,
    sans-serif;
}
.wrap.nav {
  box-sizing: border-box;
  width: min(1220px, calc(100% - 42px));
  height: 88px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand-lockup {
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.logo {
  width: 150px;
  height: auto;
  display: block;
}
.links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-weight: 800;
}
.links a {
  color: #10213c;
  text-decoration: none;
  white-space: nowrap;
}
.links a:hover,
.links a:focus-visible,
.links a[aria-current="page"] {
  color: #164b91;
}
.links a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}
header .btn {
  display: inline-flex;
  padding: 13px 20px;
  background: #f0b323;
  color: #06162f;
  font-weight: 800;
  border: 2px solid #f0b323;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
}
header .btn:hover,
header .btn:focus-visible {
  background: #ffd067 !important;
  border-color: #ffd067 !important;
}
.mw-backbar {
  background: #eef3f7;
  border-bottom: 1px solid #d6e0e7;
  font:
    16px/1.45 Arial,
    sans-serif;
}
.mw-backbar .wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mw-backbar a {
  color: #10243d;
  font-weight: 800;
  text-decoration: none;
}
.mw-backbar a:hover,
.mw-backbar a:focus-visible {
  text-decoration: underline;
}
.section .eyebrow,
.section .meta {
  color: #0b376d;
}
.hero-small .eyebrow,
.marine-hero .eyebrow,
.about-hero .eyebrow,
.service .eyebrow {
  color: #8ff4ef;
}
.section p,
.card p,
.pad p {
  color: #1b3047;
}
.section h1,
.section h2,
.section h3,
.section h4,
.card h2,
.card h3,
.pad h2,
.pad h3 {
  color: #092755;
}
.hero-small p,
.marine-hero p,
.about-hero p,
.service p,
.service li,
.mw-footer p {
  color: inherit;
}
@media (max-width: 850px) {
  .links {
    display: none;
  }
}
@media (max-width: 560px) {
  .wrap.nav {
    height: 88px;
    gap: 8px;
  }
  .logo {
    width: 105px;
  }
  .wrap.nav > .btn {
    padding: 10px 11px;
    font-size: 0.84rem;
  }
}
.mw-footer {
  background: #06162f;
  color: #f4f8fc;
  padding: 44px 0 18px;
  font:
    16px/1.55 Arial,
    sans-serif;
}
.mw-footer .wrap {
  box-sizing: border-box;
  width: min(1220px, calc(100% - 42px));
  margin: auto;
}
.mw-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 48px;
}
.mw-footer strong {
  display: block;
  color: #f0b323;
  font-size: 1.05rem;
  margin-bottom: 9px;
}
.mw-footer p {
  margin: 0.25rem 0 1rem;
}
.mw-footer a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 5px 0;
}
.mw-footer a:hover,
.mw-footer a:focus-visible {
  color: #69e1df;
  text-decoration: underline;
}
.mw-footer-bottom {
  border-top: 1px solid #ffffff2b;
  margin-top: 28px !important;
  padding-top: 16px;
  color: #c9d4df;
  font-size: 0.9rem;
}
@media (max-width: 700px) {
  .mw-footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
