/* Custom (28).css — consolidated and cleaned */
:root {
  --brand-blue-700: #2b57a7;
  --brand-blue-500: #2E98D1;
  --ink-600: #666;
  --ink-400: #B5B5B5;
  --bg-pale: #F4F8FF;
  --radius-md: 12px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, .05);
  --portalThemeColor1: #05293e;
  --portalThemeColor2: #222d63;
  --portalThemeColor3: #fff !important;
  --portalThemeColor4: #2e98d1;
  --portalThemeColor5: #57c0ee;
  --portalThemeColor6: #212529;
  --portalThemeColor7: #777;
  --font-family-base: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --text-primary: #212529;
  --text-secondary: #777;
  --text-emphasis: #888;
  --page-max-w: 1200px;
  --gutter: 16px;
  --gutter-lg: 24px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --radius-sm: 6px;
  --card-bg: #fff;
  --card-border: #e5e5e5;
}

html,
body {
  min-height: 100%
}

body {
  display: flex;
  flex-direction: column
}

#content_form {
  margin-bottom: 5px
}

.header,
.navbar {
  display: flex;
  background-color: var(--portalThemeColor3); 
  color: var(--portalThemeOnColor3);
  align-items: center;
  height: 80px;
  overflow: visible
}

.header a,
.navbar a,
.nav-link {
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 0 12px;
  line-height: 1;
  color: var(--portalThemeColor3) !important;
  text-decoration: none;
  border-radius: 4px
}

.header a:hover,
.navbar a:hover,
.nav-link:hover {
  background: var(--brand-blue-700);
  color: #fff
}

.sectionBlockLayout .columnBlockLayout:has(.entityform),
.entityform {
  margin-top: 8px !important;
  padding-top: 8px !important
}

.navbar {
  display: flex;
  align-items: center;
  height: 80px;
  padding-left: 0;
  padding-right: 0
}

.navbar .navbar-header {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  flex: 0 0 auto
}

.navbar .navbar-brand {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: 1
}

.navbar .navbar-brand img {
  display: block;
  height: auto;
  max-height: 48px
}

.navbar .menu-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  margin: 0
}

.navbar .menu-bar .navbar-right {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0
}

.navbar .menu-bar .navbar-right>li>a {
  display: inline-flex;
  align-items: center;
  height: 80px;
  padding: 0 12px
}

@media (max-width:768px) {

  .navbar,
  .navbar .container {
    height: auto
  }

  .navbar .menu-bar {
    display: block
  }

  .navbar .menu-bar .navbar-right {
    display: block;
    margin-left: 0
  }

  .navbar .menu-bar .navbar-right>li>a {
    height: 44px;
    line-height: 44px;
    padding: 6px 12px
  }
}

.skip-to-content a {
  position: absolute !important;
  left: -9999px !important;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden
}

.skip-to-content a:focus {
  left: 0 !important;
  top: 0 !important;
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 2000;
  background: #fff;
  color: #000;
  border: 2px solid #005a9e;
  border-radius: 4px;
  padding: 8px 12px
}

.page-title {
  color: var(--brand-blue-700);
  font-weight: 600
}

.page-header h1,
.page-header .help-title {
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 3.2vw, 44px);
  color: var(--brand-blue-700);
  margin: 0 0 16px;
  line-height: 1.2
}

.help-title {
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.15;
  margin: 0 0 16px;
  color: var(--brand-blue-700)
}

.breadcrumb>li,
.breadcrumb>li>a {
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 14px;
  color: #05293E
}

.breadcrumb>li>a:hover,
.breadcrumb>li>a:focus {
  color: #05293E;
  text-decoration: underline
}

.breadcrumb>li.active,
.breadcrumb>li.active>a,
.breadcrumb>.active {
  color: #05293E;
  font-weight: 600
}

.breadcrumb>li+li::before {
  color: #05293E
}

.card-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  padding: 14px 12px;
  min-height: 150px;
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-sm)
}

.btn-info-home,
.btn-info-home2 {
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 1em;
  padding: 8px 18px;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  width: 140px;
  line-height: 1.2;
  border: 1px solid transparent
}

.btn-info-home {
  color: #fff;
  background: var(--brand-blue-500);
  border-color: var(--brand-blue-700)
}

.btn-info-home:hover,
.btn-info-home:focus-visible {
  background: var(--brand-blue-700);
  border-color: var(--brand-blue-700);
  color: #fff
}

.btn-info-home2 {
  color: var(--brand-blue-700);
  border-color: var(--ink-400);
  background: var(--bg-pale)
}

.btn-info-home2:hover,
.btn-info-home2:focus-visible {
  background: var(--brand-blue-700);
  border-color: var(--brand-blue-700);
  color: #fff
}

.button1:focus,
.button2:focus,
.btn:focus,
.btn-info-home:focus,
.btn-info-home2:focus {
  outline: 2px solid #005a9e;
  outline-offset: 2px
}

.col-center {
  display: flex;
  justify-content: center
}

.v-center {
  display: flex;
  align-items: center;
  justify-content: center
}

.u-no-margin {
  margin: 0;
  padding: 0
}

@media (prefers-reduced-motion:reduce) {
  * {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important
  }
}

.l-container {
  max-width: var(--page-max-w);
  margin-inline: auto;
  padding-inline: var(--gutter)
}

@media (min-width:1024px) {
  .l-container {
    padding-inline: var(--gutter-lg)
  }
}

.l-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-5)
}

@media (min-width:1024px) {
  .l-grid {
    grid-template-columns: minmax(0, 1fr) 320px
  }
}

.l-main {
  min-width: 0
}

.l-aside {
  min-width: 0
}

.c-breadcrumb ol {
  list-style: none;
  margin: 0 0 var(--space-3);
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2)
}

.c-breadcrumb li {
  font: 14px/1.3 'Poppins', system-ui, sans-serif;
  color: var(--portalThemeOnColor2)
}

.c-breadcrumb li+li::before {
  content: "/";
  margin: 0 var(--space-2);
  color: var(--portalThemeOnColor2)
}

.c-breadcrumb [aria-current="page"] {
  font-weight: 600
}

.c-page-header {
  margin-block: var(--space-2) var(--space-4)
}

.c-page-title {
  font: 600 clamp(28px, 3.2vw, 44px)/1.2 'Poppins', system-ui, sans-serif;
  color: var(--portalThemeColor4);
  margin: 0 0 var(--space-2)
}

.c-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  font: 600 12px/1 'Poppins', system-ui, sans-serif;
  background: #f1f1f1;
  color: #333;
  margin-right: var(--space-2)
}

.c-badge--info {
  background: #e7f3ff;
  color: #084b8a
}

.c-badge--success {
  background: #e9f7ef;
  color: #1e7f44
}

.c-badge--danger {
  background: #fdecea;
  color: #b3261e
}

.c-card {
  border: 1px solid var(--card-border);
  border-radius: var(--radius-sm);
  background: var(--card-bg);
  padding: var(--space-4);
  margin-block: var(--space-4)
}

.c-card__title {
  margin: 0 0 var(--space-2);
  font: 700 18px/1.3 'Poppins', system-ui, sans-serif
}

.c-card__body {
  margin: 0
}

.c-case-summary .c-case-meta {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr
}

@media (min-width:768px) {
  .c-case-summary .c-case-meta {
    grid-template-columns: 1fr 1fr
  }
}

.c-cta {
  position: sticky;
  bottom: max(12px, env(safe-area-inset-bottom));
  margin-top: var(--space-5)
}

.c-cta__inner {
  display: flex;
  gap: var(--space-3);
  background: #fff;
  border: 1px solid var(--card-border);
  border-radius: var(--radius-sm);
  padding: var(--space-3);
  box-shadow: var(--shadow-sm)
}

.c-alert {
  border: 1px solid #f2c0c0;
  background: #fff7f7;
  color: #7a1c1c;
  padding: var(--space-4);
  border-radius: var(--radius-sm)
}

.c-alert--danger {
  border-color: #f2c0c0;
  background: #fff7f7
}

.c-timeline__list {
  list-style: none;
  padding: 0;
  margin: 0
}

.c-timeline__item {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #fff;
  padding: 10px;
  margin: 8px 0
}

.c-timeline__head {
  color: #333;
  margin-bottom: 4px;
  font-size: 14px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}

.c-timeline__head time {
  color: #777;
  font-weight: 400
}

.c-timeline__body {
  white-space: pre-wrap
}

.c-timeline__compose {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.c-btn-send.is-loading {
  opacity: .6;
  pointer-events: none
}

.c-timeline__empty {
  text-align: center;
  padding: 16px;
  color: #777
}

#pp-tl-text {
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 6px;
  padding: 8px;
  font: 14px/1.4 'Poppins', system-ui, sans-serif
}

#pp-form-skeleton {
  min-height: 240px;
  position: relative
}

#pp-form-skeleton::before {
  content: "";
  display: block;
  height: 8px;
  background: #f3f3f3;
  margin: 12px 0;
  border-radius: 4px;
  box-shadow: 0 22px 0 #f3f3f3, 0 44px 0 #f3f3f3, 0 66px 0 #f3f3f3
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

:focus-visible {
  outline: 2px solid #005a9e;
  outline-offset: 2px
}

@media (max-width:480px) {
  .c-cta__inner {
    flex-direction: column
  }
}

@media (min-width:768px) {
  .c-breadcrumb ol {
    gap: var(--space-3)
  }
}

@media (min-width:1024px) {
  .c-page-header {
    margin-block: var(--space-4) var(--space-6)
  }
}

@media (min-width:1280px) {
  :root {
    --page-max-w: 1200px
  }
}

@media (min-width:1536px) {
  :root {
    --page-max-w: 1320px
  }
}

.site-footer{ 
  margin-top: auto; 
  background: var(--portalThemeColor8);  /* dark by theme */
  color: var(--portalThemeOnColor8);     /* white text by theme */
}
.footer-bottom{ 
  min-height: 56px; 
}
.footer-inner{ 
  display:flex; 
  justify-content:flex-end; 
  align-items:center; 
  width:100%; 
  box-sizing:border-box; 
  padding:12px 24px; 
}
.site-footer .copyrightname{
  color: var(--portalThemeOnColor8);
}
/* =========================================================
   A) Tighten the space below the Entity Form action buttons
   --------------------------------------------------------- */
/* Many Power Pages entity forms render a bottom "actions" row.
   On this page we want minimal gap before the Timeline. */
.entityform .actions,
.entityform .form-actions,
.entityform .toolbar-actions {
  margin-top: 8px !important;
  margin-bottom: 8px !important;  /* reduce default large gap */
  padding-bottom: 0 !important;
}

/* The wrapper we put around the Page Copy (entity form) */
#pp-form-skeleton {
  /* Give a small, consistent space to the next section (Timeline) */
  margin-bottom: 12px !important;
  /* keep the skeleton min-height from existing CSS (we're not changing it) */
}

/* Optional: if your entity form panel adds an extra margin after it,
   nudge it down here (kept narrow to just this page) */
.l-main .entityform {
  margin-bottom: 12px !important;
}

/* =========================================================
   B) Breadcrumb look to match the "Support" page screenshot
   --------------------------------------------------------- */
/* Use slimmer typography, subtle color, and the “›” separator. */
.c-breadcrumb {
  margin-top: 8px;  /* bring it closer to the top */
}
.c-breadcrumb ol {
  gap: 6px;
}
.c-breadcrumb li {
  font: 13px/1.4 Poppins, system-ui, sans-serif;
  color: rgba(0,0,0,.55);               /* muted text */
}
.c-breadcrumb li a,
.c-breadcrumb li a:visited {
  color: rgba(0,0,0,.55);
  text-decoration: none;
}
.c-breadcrumb li a:hover,
.c-breadcrumb li a:focus {
  color: rgba(0,0,0,.75);
  text-decoration: underline;
}
/* change separator from "/" to "›" and soften the color */
.c-breadcrumb li + li::before {
  content: "›";
  font-weight: 600;
  margin: 0 6px;
  color: rgba(0,0,0,.45);
}
/* current page bold-ish but not too heavy */
.c-breadcrumb [aria-current="page"] {
  color: rgba(0,0,0,.75);
  font-weight: 600;
}

/* =========================================================
   C) Header links: force white text; lighter blue on hover
   --------------------------------------------------------- */
/* Keep background from theme color 2 (your current file already does this).
   These rules ensure the text stays white and hover uses the lighter token. */
.navbar,
.navbar-inverse {
  background-color: var(--portalThemeColor2);
}

.navbar .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a,
.navbar .navbar-brand a,
.navbar .navbar-brand a span,
.navbar .navbar-brand a h1,
.navbar .navbar-brand a h2,
.navbar .navbar-brand a h3,
.navbar .navbar-brand a h4,
.navbar .navbar-brand a h5,
.navbar .navbar-brand a p {
  color: #fff !important;
  text-decoration: none;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar .navbar-brand a:hover,
.navbar .navbar-brand a:focus {
  background-color: var(--brand-blue-500); /* lighter blue hover */
  color: #fff !important;
  text-decoration: none;
}

/* Optional polish: icons/dividers */
.navbar .glyphicon,
.navbar-inverse .glyphicon { color: #fff !important; }
.navbar .divider-vertical { border-left: 1px solid rgba(255,255,255,.35); }

/* =========================================================
   D) Timeline polish (optional, subtle)
   --------------------------------------------------------- */
/* Slightly reduce vertical gap in the composer so it stays close to the list */
.c-timeline__compose { margin-top: 8px; }