:root {
  --red: #9f1025;
  --red-dark: #6f0b1a;
  --ink: #1f2933;
  --muted: #64748b;
  --line: #d9e0e7;
  --panel: #f6f8fa;
  --white: #fff;
  --shadow: 0 14px 36px rgba(30, 41, 59, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.62;
}

img,
iframe {
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: var(--red);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--red-dark);
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.utility-bar {
  border-bottom: 1px solid var(--line);
  background: #f9fafb;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0;
}

.utility-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.translate-slot {
  min-width: 180px;
  text-align: right;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(10px);
}

.nav-shell {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 218px;
  max-height: 72px;
  object-fit: contain;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  flex-wrap: wrap;
}

.nav-link,
.dropdown-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 11px;
  color: var(--ink);
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.91rem;
  text-decoration: none;
  white-space: nowrap;
}

.nav-link:hover,
.nav-link.is-active,
.dropdown-link:hover,
.dropdown-link.is-active {
  color: var(--red);
  background: #fff3f5;
}

.nav-link.is-active {
  box-shadow: inset 0 -2px 0 var(--red);
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.dropdown-toggle {
  width: 28px;
  height: 34px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 232px;
  padding: 8px;
  display: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu,
.nav-dropdown.is-open .dropdown-menu {
  display: grid;
  gap: 3px;
}

.dropdown-link {
  justify-content: flex-start;
  min-height: 38px;
  padding-inline: 12px;
  font-weight: 600;
}

.menu-toggle {
  display: none;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  font-weight: 700;
}

.page-hero {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.96), rgba(255,255,255,0.9)),
    linear-gradient(135deg, #fff, #f3f5f7);
}

.page-hero .container {
  padding: 52px 0 46px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.page-hero h1 {
  max-width: 920px;
  margin: 0;
  color: #111827;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.page-hero p:not(.eyebrow) {
  max-width: 840px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.content-wrap {
  padding: 44px 0 64px;
}

.home-page .content-wrap {
  padding-top: 0;
}

.home-page .content-wrap > .container {
  width: 100%;
  max-width: none;
}

.page-body {
  max-width: 1080px;
}

.home-body {
  max-width: none;
}

.home-body > .panel-layout > .panel-grid:not(:first-child) {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.page-body h1,
.page-body h2,
.page-body h3,
.page-body h4 {
  margin: 1.6em 0 0.55em;
  color: #111827;
  line-height: 1.2;
  letter-spacing: 0;
}

.page-body h1 {
  font-size: 2rem;
}

.page-body h2 {
  font-size: 1.45rem;
}

.page-body h3 {
  font-size: 1.18rem;
}

.page-body p,
.page-body ul,
.page-body ol {
  max-width: 960px;
}

.page-body ul,
.page-body ol {
  padding-left: 1.25rem;
}

.page-body li + li {
  margin-top: 0.4rem;
}

.page-body > :first-child,
.page-body .content-panel > :first-child {
  margin-top: 0;
}

.page-body hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 34px 0;
}

.sow-slider-base {
  position: relative;
  overflow: hidden;
  background: #111827;
  border-bottom: 1px solid var(--line);
}

.sow-slider-images {
  min-height: 430px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sow-slider-image {
  position: relative;
  display: none;
  min-height: 430px;
  background-color: #111827;
  background-position: center;
  background-size: cover;
}

.sow-slider-image.is-active {
  display: flex;
}

.sow-slider-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 24, 39, 0.22), rgba(17, 24, 39, 0.76));
}

.sow-slider-image-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 430px;
}

.sow-slider-image-wrapper {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
  color: var(--white);
  text-align: right;
}

.sow-slider-image-wrapper .panel-layout,
.sow-slider-image-wrapper .panel-grid,
.sow-slider-image-wrapper .panel-grid-cell {
  display: block;
}

.sow-slider-image-wrapper h3,
.sow-slider-image-wrapper h4 {
  max-width: 720px;
  margin-left: auto;
  color: var(--white);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

.sow-slider-image-wrapper h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: clamp(2rem, 4.6vw, 4.1rem);
}

.sow-slider-image-wrapper h4 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: clamp(1.05rem, 2vw, 1.55rem);
  font-weight: 700;
}

.ow-button-align-right {
  text-align: right;
}

.sow-slider-pagination {
  position: absolute;
  right: 50%;
  bottom: 18px;
  z-index: 2;
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateX(50%);
}

.sow-slider-pagination a {
  display: block;
  width: 11px;
  height: 11px;
  border: 2px solid var(--white);
  border-radius: 999px;
  background: transparent;
  text-indent: -999px;
  overflow: hidden;
}

.sow-slider-pagination a.is-active {
  background: var(--white);
}

.sow-slide-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.sow-slide-nav-prev {
  left: 18px;
}

.sow-slide-nav-next {
  right: 18px;
}

.sow-slide-nav a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.42);
  color: var(--white);
  text-decoration: none;
}

.sow-slide-nav a::before {
  font-size: 2rem;
  line-height: 1;
}

.sow-slide-nav-prev a::before {
  content: "<";
}

.sow-slide-nav-next a::before {
  content: ">";
}

.sow-slide-nav em {
  display: none;
}

.page-body .panel-layout {
  display: block;
}

.page-body > .panel-layout > .panel-grid {
  margin-bottom: 34px;
}

.page-body .panel-grid,
.page-body .panel-row-style {
  display: grid;
  gap: 26px;
}

.page-body .panel-grid.cells-2,
.page-body .panel-row-style.cells-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-body .panel-grid.cells-3,
.page-body .panel-row-style.cells-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-body .panel-grid.cells-4,
.page-body .panel-row-style.cells-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-body .panel-grid-cell {
  min-width: 0;
}

.page-body > .panel-layout > .panel-grid:first-child .panel-row-style.cells-2,
.page-body > .panel-layout > .panel-grid:first-child.cells-2 {
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
}

.page-body > .panel-layout > .panel-grid:first-child .has-media {
  order: 1;
}

.page-body > .panel-layout > .panel-grid:first-child .has-copy {
  order: 2;
}

.page-body > .panel-layout > .panel-grid:first-child .has-media img {
  display: block;
  width: 100%;
  max-height: 480px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.page-body .row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
  align-items: start;
}

.page-body p > img:first-child,
.page-body div > img:first-child,
.page-body strong > img:first-child {
  display: block;
  margin: 0 0 12px;
}

.page-body strong > img:first-child {
  max-width: 100%;
}

.page-body br[clear] {
  display: none;
}

.content-box2,
.content-box3 {
  border: 1px solid var(--line);
}

.content-box2 {
  padding: 12px 16px;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: #fff3f5;
}

.content-box2 h2,
.content-box2 h3 {
  margin: 0;
  color: var(--red-dark);
  font-size: 1rem;
}

.content-box3 {
  min-height: 100%;
  padding: 16px;
  border-radius: 0 0 8px 8px;
  background: var(--white);
}

.content-box3 img {
  display: block;
  width: 100%;
  max-height: 210px;
  object-fit: contain;
  margin: 0 0 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
}

.button-link,
.wk-button,
.wk-button2,
.sowb-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 6px;
  background: var(--red);
  color: var(--white) !important;
  font-weight: 800;
  text-decoration: none;
}

.button-link:hover,
.wk-button:hover,
.wk-button2:hover,
.sowb-button:hover {
  background: var(--red-dark);
  color: var(--white) !important;
}

.table-frame {
  width: 100%;
  overflow-x: auto;
  margin: 24px 0 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.responsive-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  font-size: 0.94rem;
}

.responsive-table th {
  background: var(--red);
  color: var(--white);
  text-align: left;
  font-weight: 800;
}

.responsive-table th,
.responsive-table td {
  padding: 13px 14px;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}

.responsive-table tr:nth-child(even) td {
  background: #fbfcfd;
}

.responsive-table tr:last-child td {
  border-bottom: 0;
}

.site-tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: none;
  margin: 26px 0 0;
  padding: 0;
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.site-tab-item {
  margin: 0;
}

.site-tab-button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: #eef2f6;
  color: #334155;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.site-tab-button:hover,
.site-tab-button.is-active {
  color: var(--red);
  background: var(--white);
}

.site-tab-button.is-active {
  position: relative;
  margin-bottom: -1px;
  border-color: var(--line);
  box-shadow: inset 0 3px 0 var(--red);
}

.site-tab-panels {
  padding: 24px;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: var(--white);
}

.site-tab-panel {
  display: none;
}

.site-tab-panel.is-active {
  display: block;
}

.site-tab-panel > :first-child {
  margin-top: 0;
}

.documents-panel .row {
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 20px;
}

.documents-panel .row > div {
  text-align: center;
}

.documents-panel img {
  display: block;
  width: auto;
  max-width: 104px;
  max-height: 136px;
  margin: 0 auto 10px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--panel);
}

.content-panel {
  margin: 28px 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.section-heading {
  margin-top: 0 !important;
  color: var(--red-dark) !important;
}

.static-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px 18px;
  margin-top: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.static-form p,
.static-form .sf_required_fields_msg,
.static-form .w2lsubmit {
  grid-column: 1 / -1;
  margin: 0;
}

.sf_field label {
  display: block;
  margin-bottom: 6px;
  color: #334155;
  font-weight: 700;
}

.static-form input,
.static-form select,
.static-form textarea {
  width: 100%;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #eef2f6;
  color: #475569;
}

.static-form textarea {
  min-height: 120px;
}

.static-form input[type="submit"] {
  max-width: 140px;
  background: #94a3b8;
  color: var(--white);
  font-weight: 800;
}

.map-embed {
  width: 100%;
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.tagline {
  padding: 22px 0;
  background: var(--red);
  color: var(--white);
}

.tagline p {
  margin: 0;
  font-weight: 700;
}

.tagline a {
  color: var(--white);
}

.site-footer {
  background: #1f2933;
  color: #d7dee8;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 34px;
  padding: 44px 0;
}

.site-footer h2 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: 1.15rem;
}

.site-footer p {
  margin: 0 0 16px;
}

.site-footer a {
  color: #fff;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li + li {
  margin-top: 9px;
}

.footer-usa {
  width: 132px;
  margin-top: 4px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #aeb8c5;
  font-size: 0.86rem;
}

.footer-bottom p {
  margin: 0;
  padding: 16px 0;
}

@media (max-width: 980px) {
  .utility-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 0;
  }

  .translate-slot {
    text-align: left;
  }

  .nav-shell {
    min-height: 74px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
  }

  .primary-nav {
    position: absolute;
    inset: 100% 16px auto 16px;
    display: none;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .primary-nav.is-open {
    display: grid;
    gap: 4px;
    justify-content: stretch;
  }

  .nav-link,
  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .dropdown-menu {
    position: static;
    grid-column: 1 / -1;
    min-width: 0;
    margin: 4px 0 8px 10px;
    box-shadow: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .page-body .panel-grid.cells-3,
  .page-body .panel-row-style.cells-3,
  .page-body .panel-grid.cells-4,
  .page-body .panel-row-style.cells-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .brand img {
    width: 178px;
  }

  .page-hero .container {
    padding: 36px 0 32px;
  }

  .content-wrap {
    padding: 32px 0 48px;
  }

  .sow-slider-images,
  .sow-slider-image,
  .sow-slider-image-container {
    min-height: 330px;
  }

  .sow-slider-image-wrapper {
    text-align: left;
  }

  .sow-slider-image-wrapper h3,
  .sow-slider-image-wrapper h4 {
    margin-left: 0;
  }

  .ow-button-align-right {
    text-align: left;
  }

  .content-panel,
  .static-form,
  .site-tab-panels {
    padding: 18px;
  }

  .site-tab-list {
    gap: 4px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .site-tab-button {
    white-space: nowrap;
  }

  .table-frame {
    overflow: visible;
    border: 0;
    box-shadow: none;
  }

  .responsive-table {
    min-width: 0;
  }

  .responsive-table,
  .responsive-table tbody,
  .responsive-table tr,
  .responsive-table td {
    display: block;
    width: 100%;
  }

  .responsive-table tr:first-child {
    display: none;
  }

  .responsive-table tr {
    margin-bottom: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    background: var(--white);
  }

  .responsive-table td {
    display: grid;
    grid-template-columns: minmax(0, 43%) minmax(0, 1fr);
    gap: 12px;
    border-bottom: 1px solid var(--line);
  }

  .responsive-table td::before {
    content: attr(data-label);
    color: var(--muted);
    font-weight: 800;
    overflow-wrap: anywhere;
  }

  .responsive-table td:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 620px) {
  .sow-slide-nav {
    display: none;
  }

  .page-body .panel-grid.cells-2,
  .page-body .panel-row-style.cells-2,
  .page-body .panel-grid.cells-3,
  .page-body .panel-row-style.cells-3,
  .page-body .panel-grid.cells-4,
  .page-body .panel-row-style.cells-4,
  .page-body > .panel-layout > .panel-grid:first-child .panel-row-style.cells-2,
  .page-body > .panel-layout > .panel-grid:first-child.cells-2 {
    grid-template-columns: 1fr;
  }

  .page-body > .panel-layout > .panel-grid:first-child .has-media,
  .page-body > .panel-layout > .panel-grid:first-child .has-copy {
    order: initial;
  }
}

.preview-banner {
  background-color: #f8f9fa;
  color: #333333;
  border-bottom: 1px solid #dee2e6;
  padding: 6px 12px;
  text-align: center;
  font-size: 0.85rem;
  width: 100%;
  box-sizing: border-box;
}
.preview-banner a {
  color: #0066cc;
  text-decoration: underline;
}
