html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.45;
}

a {
  color: #0033cc;
}

a:hover {
  color: #0000ff;
}

.top-frame {
  overflow: hidden;
}

.top-layout {
  height: 66px;
  background: #fff;
}

.brand-cell {
  background: #003399;
  vertical-align: top;
}

.brand-logo {
  display: block;
  width: 230px;
  height: 66px;
  box-sizing: border-box;
  padding: 21px 8px 0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  background: #003399;
  border-right: 1px solid #001f66;
}

.brand-logo span {
  color: #c8e1ff;
}

.top-main {
  background: #fff;
  vertical-align: top;
}

.top-strip {
  height: 66px;
  box-sizing: border-box;
  padding: 22px 18px 0 0;
  color: #003399;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  background: linear-gradient(#f7f7f7, #e8eefb);
  border-bottom: 1px solid #b9c7e6;
}

.left-frame {
  background: #f3f6fb;
}

.left-menu {
  box-sizing: border-box;
  width: 230px;
  min-height: 460px;
  padding: 18px 14px;
  border-right: 1px solid #b9c7e6;
  background: #f3f6fb;
}

.left-menu h1 {
  margin: 0 0 18px;
  color: #003399;
  font-size: 15px;
  border-bottom: 2px solid #003399;
}

.left-menu a {
  display: block;
  padding: 7px 7px;
  color: #003399;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #d2dbea;
}

.left-menu a:hover {
  background: #fff;
}

.content-frame {
  box-sizing: border-box;
  min-height: 100vh;
  padding: 16px 24px 0;
  background: #fff;
}

.home-table {
  width: min(100%, 1040px);
  height: auto;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
}

.hero-cell {
  width: 72%;
  padding-right: 20px;
  vertical-align: top;
}

.main-hero {
  position: relative;
  display: block;
  width: 100%;
  height: clamp(360px, 34vw, 430px);
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: #003399;
  border: 1px solid #c4cbe8;
}

.main-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.95);
}

.hero-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 18px 20px;
  background: rgba(0, 35, 110, 0.82);
}

.hero-copy strong {
  display: block;
  font-size: 28px;
  letter-spacing: 0;
}

.week-links {
  width: 232px;
  height: 250px;
  border-color: #0000ff;
  border-collapse: collapse;
  background: #fff;
}

.week-links td {
  border-color: #000;
}

.small-button {
  display: inline-block;
  padding: 6px 14px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: #003399;
  border: 1px solid #001f66;
}

.front-panels {
  width: min(100%, 1040px);
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border-top: 2px solid #003399;
}

.front-panel {
  box-sizing: border-box;
  padding: 12px 14px;
  vertical-align: top;
  border-right: 1px solid #c4cbe8;
  background: #f8faff;
}

.front-panel h2,
.legacy-section h2,
.catalog-intro h2,
.product-cards h2,
.credit-box h2 {
  margin: 0 0 8px;
  color: #003399;
  font-size: 15px;
}

.front-panel p {
  margin: 0 0 8px;
}

.page-shell {
  box-sizing: border-box;
  width: min(100%, 920px);
  max-width: 100%;
  margin: 0 auto;
  padding: 18px 15px;
}

.page-shell h1 {
  margin: 0 0 14px;
  padding-bottom: 4px;
  color: #003399;
  font-size: 20px;
  border-bottom: 2px solid #003399;
}

.legacy-section,
.catalog-intro,
.credit-box {
  min-height: 120px;
  padding: 14px;
  border: 1px solid #c4cbe8;
  background: #fff;
}

.with-photo img,
.catalog-intro img {
  float: right;
  width: 210px;
  height: 145px;
  margin: 0 0 12px 18px;
  object-fit: cover;
  border: 1px solid #c4cbe8;
}

.check-list,
.steps,
.sitemap-list {
  margin: 8px 0 0;
  padding-left: 20px;
}

.catalog-intro {
  overflow: hidden;
  margin-bottom: 12px;
}

.product-table,
.support-table,
.news-table {
  margin-top: 12px;
  border-color: #9fb4dc;
  border-collapse: collapse;
  background: #fff;
}

.product-table th,
.product-table td,
.support-table th,
.support-table td,
.news-table th,
.news-table td {
  padding: 7px 8px;
  border-color: #9fb4dc;
  vertical-align: top;
}

.product-table th,
.support-table th,
.news-table th {
  color: #fff;
  text-align: left;
  background: #003399;
}

.product-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}

.product-cards article {
  padding: 10px;
  border: 1px solid #c4cbe8;
  background: #f8faff;
}

.product-cards img {
  display: block;
  width: 100%;
  height: 135px;
  object-fit: cover;
  margin-bottom: 8px;
  border: 1px solid #c4cbe8;
}

.note-box {
  margin: 12px 0 0;
  padding: 8px;
  background: #f3f6fb;
  border-left: 4px solid #003399;
}

.contact-table {
  width: 100%;
  margin: 8px 0 12px;
}

.contact-table th {
  width: 100px;
  padding: 5px 8px;
  color: #fff;
  text-align: left;
  background: #003399;
}

.contact-table td {
  padding: 5px 8px;
  border-bottom: 1px solid #d2dbea;
}

.legacy-form {
  padding: 10px;
  background: #f8faff;
  border: 1px solid #c4cbe8;
}

.legacy-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

.legacy-form input,
.legacy-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-top: 3px;
  padding: 5px;
  font: inherit;
  border: 1px solid #9fb4dc;
}

.legacy-form button {
  padding: 4px 12px;
  color: #fff;
  font: inherit;
  font-weight: bold;
  background: #003399;
  border: 1px solid #001f66;
}

.site-footer {
  margin-top: 12px;
  padding: 8px 0;
  color: #555;
  font-size: 11px;
  text-align: center;
  border-top: 1px solid #c4cbe8;
}

.content-frame > .site-footer {
  width: min(100%, 1040px);
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 760px) {
  body {
    font-size: 13px;
  }

  .page-shell,
  .home-table,
  .front-panels {
    width: 100%;
  }

  .home-table,
  .home-table tbody,
  .home-table tr,
  .home-table td,
  .front-panels,
  .front-panels tbody,
  .front-panels tr,
  .front-panels td {
    display: block;
    width: 100% !important;
    height: auto !important;
  }

  .main-hero {
    width: 100%;
    height: 300px;
  }

  .week-links {
    margin: 12px auto 0;
  }

  .product-cards {
    grid-template-columns: 1fr;
  }

  .with-photo img,
  .catalog-intro img {
    float: none;
    width: 100%;
    height: 180px;
    margin: 0 0 12px;
  }
}
