@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;500;600;700&display=swap');

/* ==============================================
   Site Map — Modern Styles
   Uses hardcoded approved-design values so this
   file works regardless of whether modern-portal.css
   is loaded. Overrides legacy site_map_modified.css.

   All #sitemap selectors use "body #sitemap" to
   beat the old stylesheet at equal load position.
   ============================================== */

/* ===== Base / Iframe-body Overrides ===== */

body {
  background-color: #E2E8F0 !important;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  color: #1a1a1a !important;
  line-height: 1.5 !important;
  -webkit-font-smoothing: antialiased;
}

/* Global link styles (outside #sitemap) */
a {
  color: #004890;
  text-decoration: none;
}

a:hover {
  color: #003366;
  text-decoration: underline;
}

/* ===== Blueprint Overrides ===== */

.container {
  width: 100% !important;
  max-width: 100% !important;
  border-left: none !important;
  border-right: none !important;
  background: transparent !important;
  padding: 0 !important;
}

/* ===== Page Title ===== */

.sitemap-page-title {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 16px 20px 16px 20px;
  line-height: 1.3;
}

/* ===== Box Sizing Reset ===== */

body #sitemap,
body #sitemap * {
  box-sizing: border-box;
}

/* ===== Card Container ===== */

body #sitemap {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 24px;
  margin: 16px 20px 40px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #1a1a1a;
  width: auto;
  line-height: 1.5;
}

body #sitemap a {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body #sitemap table {
  width: 100%;
}

/* ===== Columns ===== */

body #sitemap .span-5 {
  flex: 1;
  min-width: 0;
  width: auto;
  float: none;
  margin-right: 0;
}

body #sitemap .span-5.last {
  margin-right: 0;
}

/* ===== Section Headers (h1) ===== */

body #sitemap h1 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #004890;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-align: left;
  line-height: 1.3;
  padding-bottom: 4px;
  margin-bottom: 6px;
  margin-top: 16px;
  border-bottom: 2px solid #004890;
  border-top: none;
  border-left: none;
  border-right: none;
  background: none;
}

body #sitemap .span-5 > h1:first-child {
  margin-top: 0;
}

body #sitemap h1 a,
body #sitemap h1 a:link,
body #sitemap h1 a:visited {
  color: inherit;
  text-decoration: none;
}

body #sitemap h1 a:hover {
  color: #003366;
  text-decoration: underline;
}

/* ===== Sub-items (h2) ===== */

body #sitemap h2 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.5;
  margin: 4px 0;
  background: none;
  border: none;
}

body #sitemap h2 a,
body #sitemap h2 a:link,
body #sitemap h2 a:visited {
  color: #004890;
  font-weight: 500;
  text-decoration: none;
  font-size: 13px;
}

body #sitemap h2 a:hover {
  color: #003366;
  text-decoration: underline;
}

/* ===== Nested Lists ===== */

body #sitemap ul {
  list-style: none;
  margin: 2px 0 2px 6px;
  padding: 0 0 0 14px;
  border-left: 1px solid #dcdcdc;
}

body #sitemap ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

body #sitemap ul li h2 {
  font-size: 12px;
  font-weight: 400;
  margin: 3px 0;
}

body #sitemap ul li h2 a,
body #sitemap ul li h2 a:link,
body #sitemap ul li h2 a:visited {
  color: #004890;
  font-weight: 400;
  font-size: 12px;
}

body #sitemap ul li h2 a:hover {
  color: #003366;
  text-decoration: underline;
}

/* Direct <li><a> links (e.g. Gulfstream — no <h2> wrapper) */
body #sitemap ul li > a,
body #sitemap ul li > a:link,
body #sitemap ul li > a:visited {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #004890;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
}

body #sitemap ul li > a:hover {
  color: #003366;
  text-decoration: underline;
}

/* Deeper nesting gets a lighter border */
body #sitemap ul ul {
  border-left-color: #eeeeee;
}

body #sitemap ul ul li h2 {
  font-size: 12px;
  color: #333333;
}

/* ===== Link state overrides ===== */

body #sitemap a:hover {
  color: #003366;
  text-decoration: underline;
}

body #sitemap a:link,
body #sitemap a:visited,
body #sitemap a:active {
  text-decoration: none;
}
