/* Homepage main content — 22D */

.centercontent .container:has(.hc) {
  width: 100%;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
}

.hc,
.hc *,
.hc *::before,
.hc *::after {
  box-sizing: border-box;
}

.hc {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #1d2429;
}

.hc a,
.hc a:hover,
.hc a:focus,
.hc a:visited {
  text-decoration: none;
}

.hc-rail {
  width: 86px;
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.hc-rail-cap {
  margin: 0;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.13em;
  color: #8a9199;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.35;
}

.hc-rail img {
  display: block;
  width: 86px;
  max-width: 102px;
  height: auto;
}

.hc-rail-foot {
  margin: 0;
  font-size: 9.5px;
  font-weight: 400;
  letter-spacing: 0.13em;
  color: #9aa3ab;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.35;
}

.hc-rail-band {
  display: none;
}

.hc-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.hc-section {
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-width: 0;
  width: 100%;
}

.hc-head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0 0 2px;
  border-bottom: 0;
  float: none;
}

.hc-head h2 {
  margin: 0;
  padding: 0;
  width: auto;
  max-width: 100%;
  flex: 0 1 auto;
  float: none;
  background: none;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #204e75;
  text-transform: uppercase;
  line-height: 1.2;
}

.hc-callout {
  flex: 1 0 auto;
  margin: 0 0 0 auto;
  padding: 0 0 2px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #204e75;
  text-transform: uppercase;
  text-align: right;
  line-height: 1.35;
  white-space: nowrap;
}

.hc-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.hc-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.hc-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 0;
  background: #fff;
  text-decoration: none;
  color: inherit;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  transition: background 120ms ease;
}

.hc-card:visited {
  color: inherit;
  text-decoration: none;
}

.hc-card:hover,
.hc-card:focus-visible {
  background: #f7f9fb;
  text-decoration: none;
  color: inherit;
  box-shadow: none;
  transform: none;
  border: 0;
}

.hc-card:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
}

.hc-card:focus-visible {
  outline: 2px solid #204e75;
  outline-offset: 2px;
}

.hc-card-cap {
  border-top: 3px solid #7eb12c;
  padding: 12px 14px 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #26313a;
  text-transform: uppercase;
}

.hc-grid-5 .hc-card-cap {
  border-top-color: #c4470c;
}

.hc-card-img {
  padding: 10px 14px 0;
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  background: transparent;
}

.hc-grid-5 .hc-card-img {
  padding: 12px 14px 0;
  height: 176px;
}

.hc-card-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.hc-card-body {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.hc-grid-5 .hc-card-body {
  padding: 12px 14px 14px;
  flex-direction: row;
  align-items: baseline;
  gap: 6px;
}

.hc-card-blurb {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.45;
  color: #55606a;
  flex: 1;
}

.hc-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.hc-price-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #8a9199;
  text-transform: uppercase;
}

.hc-price-amt {
  font-size: 21px;
  font-weight: 700;
  color: #f73515;
  line-height: 1;
}

.hc-grid-5 .hc-price-amt {
  font-size: 20px;
}

.hc-card-btn {
  display: block;
  text-align: center;
  background: #eef3f8;
  border-top: 1px solid #dfe4e8;
  color: #204e75;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 13px 10px;
  text-transform: uppercase;
  min-height: 44px;
  transition: background 120ms ease, border-color 120ms ease, color 120ms ease;
}

.hc-grid-5 .hc-card-btn {
  font-size: 11.5px;
  padding: 12px 8px;
}

.hc-card:hover .hc-card-btn,
.hc-card:focus-visible .hc-card-btn {
  background: #c4470c;
  border-top-color: #c4470c;
  color: #fff;
  text-decoration: none;
}

.hc-promo {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 18px;
}

.hc-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.hc-eyebrow-rule {
  flex: 1;
  height: 1px;
  background: #dfe4e8;
}

.hc-eyebrow-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #9aa3ab;
  text-transform: uppercase;
  white-space: nowrap;
}

.hc-promo > .hc-head + .hc-promo-banner {
  margin-top: -20px;
}

.hc-promo-banner {
  display: flex;
  align-items: stretch;
  background: #204e75;
  min-height: 300px;
  overflow: visible;
}

.hc-promo-msg {
  flex: 1;
  min-width: 0;
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 17px;
  overflow: visible;
}

.hc-promo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #fff;
  text-transform: uppercase;
}

.hc-promo-kicker-rule {
  display: block;
  width: 26px;
  height: 2px;
  background: #c4470c;
  flex: none;
}

.hc-promo-title {
  margin: 0;
  font-size: 42px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #fff;
  text-transform: uppercase;
}

.hc-promo-sub {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #cfdceb;
  max-width: 400px;
  text-wrap: pretty;
}

.hc-promo-search {
  display: flex;
  align-items: stretch;
  max-width: 560px;
  gap: 0;
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 5;
  overflow: visible;
}

.hc-promo-search .ps-wrap {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.hc-promo-search .promoSearch {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: 0;
  gap: 0;
  height: 46px;
}

.hc-promo-search .form-group {
  margin: 0;
  flex: 1;
  min-width: 0;
  height: 46px;
  width: 100% !important;
}

.hc-promo-search .form-group .help-block {
  display: none;
}

.hc-promo-search label.hc-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hc-promo-search input,
.hc-promo-search .promoSearch input {
  display: block;
  width: 100%;
  flex: 1;
  min-width: 0;
  height: 46px !important;
  min-height: 46px !important;
  padding: 8px 12px !important;
  font-size: 13.5px !important;
  color: #26313a !important;
  background: #fff !important;
  border: 1px solid #fff !important;
  border-right: none !important;
  border-radius: 0 !important;
  text-transform: none !important;
}

.hc-promo-search input::placeholder,
.hc-promo-search .promoSearch input::placeholder {
  color: #8a9199 !important;
  text-transform: none !important;
}

.hc-promo-search input:focus,
.hc-promo-search .promoSearch input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #5c7f9f;
}

.hc-promo-search .ps-btn {
  height: 46px;
  min-height: 46px;
  min-width: 0;
  padding: 0 24px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: #fff;
  background: #c4470c;
  border: 1px solid #c4470c;
  border-radius: 0;
  text-transform: uppercase;
  cursor: pointer;
  flex: none;
}

.hc-promo-search .ps-btn:hover,
.hc-promo-search .ps-btn:focus {
  background: #a83c0a;
  border-color: #a83c0a;
  color: #fff;
}

.hc-promo-search .ps-btn:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.hc-promo-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.hc-promo-links a,
.hc-promo-links button {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #fff;
  background: none;
  border: 0;
  border-bottom: 1px solid #5c7f9f;
  padding: 0 0 2px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.2;
}

.hc-promo-links a:hover,
.hc-promo-links a:focus,
.hc-promo-links button:hover,
.hc-promo-links button:focus {
  color: #fff;
  border-bottom-color: #fff;
  text-decoration: none;
}

.hc-promo-links a:focus,
.hc-promo-links button:focus {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.hc-promo-seam {
  width: 9px;
  flex: none;
  background: #c4470c;
}

.hc-promo-photo {
  width: 424px;
  flex: none;
  overflow: hidden;
  background: #fff;
}

.hc-promo-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hc-promo-index {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px 18px;
  align-items: stretch;
}

.hc-promo-index > :not(.hc-promo-tile):not(.hc-promo-pager) {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}

.hc-promo-tile {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  height: 100%;
  min-width: 0;
  margin: 0;
  padding: 8px 8px 10px;
  color: #204e75;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}

.hc-promo-tile:visited {
  color: #204e75;
  text-decoration: none;
}

.hc-promo-tile:hover,
.hc-promo-tile:focus-visible {
  border-color: #dfe4e8;
  background: #f7f9fb;
  color: #204e75;
  text-decoration: none;
  box-shadow: none;
  transform: none;
}

.hc-promo-tile:focus {
  outline: none;
  color: #204e75;
  text-decoration: none;
}

.hc-promo-tile:focus-visible {
  outline: 2px solid #204e75;
  outline-offset: 2px;
}

.hc-promo-tile-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 96px;
  min-width: 0;
  overflow: hidden;
  background: transparent;
}

.hc-promo-tile-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  border: 0;
}

.hc-promo-tile-label {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 2.7em;
  margin: 0;
  text-align: center;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.35;
  color: #204e75;
  text-transform: uppercase;
  text-decoration: none;
}

.hc-promo-pager {
  grid-column: 1 / -1;
  text-align: center;
  padding-top: 8px;
}

.hc-promo-pager .pagination {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  margin: 0;
}

@media (max-width: 1199px) {
  .hc {
    max-width: none;
  }

  .hc-rail,
  .hc-rail-band {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .hc {
    flex-direction: column;
    gap: 28px;
  }

  .hc-rail {
    display: none;
  }

  .hc-rail-band {
    display: none;
  }

  .hc-head h2 {
    font-size: 20px;
  }

  .hc-callout {
    width: 100%;
    margin-left: 0;
    text-align: left;
    white-space: normal;
  }

  .hc-grid-4,
  .hc-grid-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hc-promo-banner {
    flex-direction: column;
  }

  .hc-promo-photo {
    width: 100%;
    height: 200px;
    order: -2;
  }

  .hc-promo-seam {
    width: 100%;
    height: 9px;
    order: -1;
  }

  .hc-promo-msg {
    padding: 24px 22px;
  }

  .hc-promo-title {
    font-size: 32px;
  }

  .hc-promo-search,
  .hc-promo-search .promoSearch {
    max-width: none;
  }

  .hc-promo-index {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .hc-grid-4,
  .hc-grid-5 {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .hc-promo-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hc-promo-search .ps-btn {
    padding: 0 16px;
  }
}
