
:root{--navy:#13253b;--blue:#1e5d91;--gold:#c58b2b;--bg:#f4f7f9;--paper:#fff;--ink:#202b35;--muted:#66737f;--line:#dce4ea}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--ink);line-height:1.65}
a{color:var(--blue)}img{max-width:100%;height:auto}
.wrap{width:min(1120px,calc(100% - 34px));margin:auto}
.top{background:var(--navy);color:white;padding:8px 14px;text-align:center;font-size:.9rem}
header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line)}
.navbar{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{text-decoration:none;color:var(--navy);font-weight:900;font-size:1.4rem}.brand small{display:block;color:var(--gold);letter-spacing:.14em;text-transform:uppercase;font-size:.68rem}
nav{display:flex;align-items:center;gap:18px}nav a{text-decoration:none;font-weight:800;color:var(--ink);font-size:.93rem}
.menu{display:none;border:0;background:transparent;font-size:1.55rem}
.hero{padding:72px 0;background:linear-gradient(135deg,#13253b,#245f8e);color:white}
.hero h1{font-size:clamp(2.7rem,6vw,4.8rem);line-height:1.05;margin:0 0 12px}.hero p{font-size:1.1rem;max-width:760px;color:#e6eef4}
.content{padding:58px 0}.content-card{background:white;border:1px solid var(--line);border-radius:22px;padding:clamp(22px,4vw,48px);box-shadow:0 12px 38px rgba(19,37,59,.07)}
.content-card h1,.content-card h2,.content-card h3{color:var(--navy);line-height:1.15}
.content-card a{font-weight:700}
.content-card table{max-width:100%!important;width:100%!important;border-collapse:collapse}
.content-card td,.content-card th{max-width:100%;padding:6px}
.content-card img{margin:10px auto;border-radius:10px}
.content-card object,.content-card embed,.content-card iframe{max-width:100%}
.content-card p{margin:0 0 1em}
.quicklinks{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.btn{display:inline-flex;padding:11px 17px;border-radius:999px;background:var(--blue);color:white!important;text-decoration:none;font-weight:900}
.btn.alt{background:white;color:var(--blue)!important;border:2px solid var(--blue)}
footer{background:#101c2b;color:#dbe5ee;padding:38px 0;margin-top:30px}footer a{color:#fff}
.legacy-content center{max-width:100%}
.legacy-content br{line-height:1.2}
@media(max-width:780px){
 .menu{display:block}nav{display:none;position:absolute;top:76px;left:0;right:0;background:white;padding:18px;flex-direction:column;border-bottom:1px solid var(--line)}
 nav.open{display:flex}
 .content-card table,.content-card tbody,.content-card tr,.content-card td{display:block!important;width:100%!important}
 .content-card td{padding:5px 0}
}

.video-embed{display:block;width:min(100%,760px);aspect-ratio:16/9;height:auto;border:0;border-radius:16px;margin:20px auto;background:#000}


/* Clean up spacing left behind by the original XSitePro table layout */
.legacy-content table{
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  margin:0 0 1.2rem !important;
}
.legacy-content tr,
.legacy-content td,
.legacy-content th{
  height:auto !important;
  min-height:0 !important;
}
.legacy-content td,
.legacy-content th{
  vertical-align:top;
}
.legacy-content p:empty,
.legacy-content div:empty{
  display:none !important;
}
.legacy-content p{
  margin-top:.25rem;
  margin-bottom:.9rem;
}
.legacy-content h1,
.legacy-content h2,
.legacy-content h3,
.legacy-content h4{
  margin-top:1.35rem;
  margin-bottom:.65rem;
}
.legacy-content > *:first-child{margin-top:0 !important}
.legacy-content > *:last-child{margin-bottom:0 !important}
.content-card{min-height:0 !important}


/* v5 centering and cleanup */
.hero .wrap,
footer .wrap{
  text-align:center;
}
.hero p{
  margin-left:auto;
  margin-right:auto;
}
.content-card{
  max-width:980px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.legacy-content{
  text-align:center;
}
.legacy-content table{
  margin-left:auto !important;
  margin-right:auto !important;
}
.legacy-content td,
.legacy-content th{
  text-align:center !important;
  vertical-align:top;
}
.legacy-content img,
.legacy-content iframe,
.legacy-content video,
.legacy-content object,
.legacy-content embed{
  display:block;
  margin-left:auto !important;
  margin-right:auto !important;
}
.legacy-content ul,
.legacy-content ol{
  display:inline-block;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
}
