/* Standalone shell styling for non-MadCap static hosting */

:root {
  --ui-primary: #2f6f9e;
  --ui-primary-dark: #1f567d;
  --ui-ink: #1b3146;
  --ui-text: #2a3d52;
  --ui-muted: #556a80;
  --ui-surface: #ffffff;
  --ui-surface-soft: #f2f7fc;
  --ui-border: #cfdeec;
}

html {
  font-size: 16px;
}

html,
body,
.off-canvas-wrapper,
.off-canvas-wrapper-inner,
.off-canvas-content {
  height: auto !important;
}

body {
  font-family: "Aptos", "Segoe UI Variable Text", "Trebuchet MS", "Calibri", sans-serif !important;
  color: var(--ui-text);
  line-height: 1.62;
  letter-spacing: 0.01em;
  background: radial-gradient(circle at 0% 0%, #eaf3fb 0%, #ffffff 52%, #f1f7fd 100%);
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.off-canvas-content {
  display: block !important;
  max-height: none !important;
  min-height: 100vh;
  overflow: visible !important;
}

.main-section {
  display: block !important;
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
}

.main-section > .outer-row,
.off-canvas-wrapper-inner .main-section,
.off-canvas-wrapper-inner .main-section .outer-row,
.sidenav-layout {
  height: auto !important;
  max-height: none !important;
}

.off-canvas-wrapper {
  overflow: visible !important;
}

.off-canvas-wrapper-inner {
  display: block !important;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4 {
  color: var(--ui-ink);
  letter-spacing: -0.01em;
}

p,
li,
td {
  font-size: 1rem;
}

.mobile-nav-open {
  overflow: hidden;
}

.off-canvas.position-right {
  transition: transform 180ms ease;
}

@media only screen and (max-width: 1279px) {
  .off-canvas.position-right {
    transform: translateX(100%);
  }

  .off-canvas.position-right.is-open {
    transform: translateX(0);
  }
}

.central-account-wrapper,
.central-dropdown,
.central-account-drop,
.central-dropdown-content {
  display: none !important;
}

.title-bar-layout .logo-wrapper {
  padding-left: 12px;
}

.title-bar-layout a.logo {
  width: 460px !important;
  height: 92px !important;
  max-width: 100%;
  background-image: url("../../Skins/Fluid/Stylesheets/Images/CP_Signature_Black.png") !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: contain !important;
}

.title-bar {
  min-height: 0;
  height: auto;
  padding: 8px 0 10px;
  background: linear-gradient(120deg, #17324a 0%, #204663 55%, #163047 100%) !important;
  border-bottom: 1px solid #2d5879;
  box-shadow: 0 8px 24px rgba(8, 26, 44, 0.22);
}

.title-bar-layout {
  display: grid;
  grid-template-columns: minmax(320px, 440px) minmax(0, 1fr);
  grid-template-areas:
    "logo search"
    "logo nav";
  align-items: end;
  row-gap: 8px;
  column-gap: 18px;
}

.title-bar-layout .logo-wrapper {
  grid-area: logo;
}

.title-bar-layout .nav-search-wrapper {
  grid-area: search;
}

.title-bar-layout .navigation-wrapper {
  grid-area: nav;
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: flex-start;
  order: 4;
  float: none;
  padding-right: 0;
}

.nav-search-wrapper {
  min-width: 360px;
  width: min(760px, 100%);
  justify-self: end;
}

.nav-search {
  width: min(760px, 100%) !important;
}

ul.navigation a {
  color: #e9f4ff !important;
  font-weight: 700;
}

ul.navigation li > a:hover,
ul.navigation li.is-expanded > a {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

.search-bar.search-bar-container {
  min-height: 46px;
}

.search-bar .search-field {
  height: 46px !important;
  border-radius: 12px;
  font-size: 1rem;
}

.search-bar .search-submit,
.search-bar .search-filter {
  height: 46px !important;
}

.main-section > .outer-row {
  max-width: 1580px !important;
  margin: 0 auto !important;
  margin-top: 8px !important;
  padding-left: 14px;
  padding-right: 14px;
}

.body-container {
  background: var(--ui-surface);
  border: 1px solid var(--ui-border);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(9, 31, 54, 0.09);
  padding: 28px 30px;
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
}

.topic-layout {
  max-width: 100%;
}

#mc-main-content {
  max-width: 1040px;
}

.topic-layout {
  font-size: 1.02rem;
}

.topic-layout {
  color: #273f56;
  letter-spacing: 0.002em;
}

.topic-layout h1 {
  font-size: clamp(1.8rem, 1.35rem + 1vw, 2.5rem);
  margin-bottom: 0.7rem;
  line-height: 1.18;
  font-weight: 760;
}

.topic-layout h2 {
  font-size: clamp(1.35rem, 1.1rem + 0.6vw, 1.85rem);
  margin-top: 1.8rem;
  margin-bottom: 0.65rem;
  line-height: 1.24;
  font-weight: 720;
}

.topic-layout h3 {
  font-size: clamp(1.15rem, 1rem + 0.4vw, 1.45rem);
  margin-top: 1.3rem;
  margin-bottom: 0.52rem;
  line-height: 1.28;
  font-weight: 680;
}

.topic-layout p,
.topic-layout li {
  color: #2b3f54;
  font-size: 1.02rem;
}

.topic-layout p,
.topic-layout li,
.topic-layout td,
.topic-layout th {
  font-family: inherit;
}

.topic-layout p {
  margin: 0.66rem 0 0.92rem;
}

.topic-layout ul,
.topic-layout ol {
  margin: 0.56rem 0 1rem 1.15rem;
}

.topic-layout li {
  margin: 0.26rem 0;
}

.topic-layout a {
  color: #005f93;
  text-underline-offset: 2px;
  text-decoration-thickness: 1.5px;
}

.topic-layout a:hover {
  color: #0a4f78;
}

.topic-layout .VMBody,
.topic-layout .Body,
.topic-layout .body,
.topic-layout p[class*="Body"] {
  font-size: 1.02rem;
  line-height: 1.68;
  color: #2a4158;
}

.topic-layout .VMHeading2,
.topic-layout .Heading2,
.topic-layout p[class*="Heading2"] {
  font-size: clamp(1.28rem, 1.08rem + 0.5vw, 1.72rem);
  line-height: 1.28;
  color: #143957;
  font-weight: 720;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.topic-layout .Heading3,
.topic-layout p[class*="Heading3"] {
  font-size: clamp(1.12rem, 0.98rem + 0.35vw, 1.34rem);
  line-height: 1.3;
  color: #1c4767;
  font-weight: 680;
  margin-top: 1.15rem;
  margin-bottom: 0.45rem;
}

.topic-layout .Note,
.topic-layout .note,
.topic-layout .noteAlt,
.topic-layout p[class*="Note"] {
  margin: 0.9rem 0 1rem;
  padding: 0.78rem 0.95rem;
  border-left: 4px solid #5f96c8;
  border-radius: 8px;
  background: #f2f8ff;
  color: #23445f;
}

.topic-layout .Tip,
.topic-layout p[class*="Tip"] {
  margin: 0.9rem 0 1rem;
  padding: 0.78rem 0.95rem;
  border-left: 4px solid #39a37d;
  border-radius: 8px;
  background: #eefbf6;
  color: #1f4a3d;
}

.topic-layout .Warning,
.topic-layout p[class*="Warning"] {
  margin: 0.9rem 0 1rem;
  padding: 0.78rem 0.95rem;
  border-left: 4px solid #db7e42;
  border-radius: 8px;
  background: #fff6ef;
  color: #6c3a17;
}

.topic-layout .VMscreenshot,
.topic-layout p[class*="screenshot"] {
  margin: 0.8rem 0 1.05rem;
}

.topic-layout .VMscreenshot img,
.topic-layout p[class*="screenshot"] img {
  display: block;
  border: 1px solid #d7e5f2;
  box-shadow: 0 7px 18px rgba(12, 39, 64, 0.1);
}

.topic-layout ul li::marker,
.topic-layout ol li::marker {
  color: #2e6f9e;
  font-weight: 700;
}

.topic-layout p + ul,
.topic-layout p + ol,
.topic-layout h2 + ul,
.topic-layout h3 + ul {
  margin-top: 0.25rem;
}

.topic-layout strong {
  color: #173a58;
  font-weight: 700;
}

.topic-layout em {
  color: #2c536e;
}

.topic-layout p:empty,
.topic-layout div:empty {
  display: none;
}

.topic-layout font {
  color: inherit;
  font-family: inherit;
}

.topic-layout * {
  overflow-wrap: anywhere;
}

.topic-layout hr {
  border: 0;
  border-top: 1px solid #dde8f3;
  margin: 1.2rem 0;
}

.topic-layout table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  display: block;
  overflow-x: auto;
  background: #fff;
  border: 1px solid #d8e5f1;
  border-radius: 12px;
}

.topic-layout th,
.topic-layout td {
  padding: 10px 12px;
  border-bottom: 1px solid #e3edf6;
  border-right: 1px solid #ecf2f8;
  vertical-align: top;
}

.topic-layout th {
  background: #edf5fe;
  color: #163d60;
  font-weight: 700;
}

.topic-layout tr:nth-child(even) td {
  background: #fbfdff;
}

.topic-layout tr:last-child td {
  border-bottom: none;
}

.topic-layout td:last-child,
.topic-layout th:last-child {
  border-right: none;
}

.topic-layout pre,
.topic-layout code {
  max-width: 100%;
  white-space: pre-wrap;
  word-break: break-word;
}

.topic-layout iframe,
.topic-layout video,
.topic-layout object,
.topic-layout embed {
  max-width: 100%;
}

.topic-layout img {
  border-radius: 8px;
}

.topic-layout img[style*="float"],
.topic-layout img[align] {
  margin: 0.35rem 0.9rem 0.65rem 0;
}

.topic-layout blockquote {
  margin: 1rem 0;
  padding: 0.65rem 0.95rem;
  border-left: 4px solid #8bb6df;
  background: #f3f9ff;
  color: #2d4861;
}

.buttons.topicToolbarProxy {
  margin-bottom: 14px;
}

nav[aria-label="Breadcrumbs"],
.MCBreadcrumbsBox,
.breadcrumbs {
  display: none !important;
}

.sidenav-layout {
  display: grid !important;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.sidenav-wrapper {
  position: static;
  top: auto;
  max-height: none;
  overflow-y: visible;
  overflow-x: visible;
  width: 100%;
  justify-self: stretch;
  scrollbar-gutter: auto;
  padding-right: 4px;
  box-sizing: border-box;
}

.sidenav-container {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background: linear-gradient(180deg, #f9fcff 0%, #f3f8fe 100%);
  border: 1px solid #d5e4f3;
  border-radius: 14px;
  box-shadow: inset 0 1px 0 #ffffff, 0 8px 18px rgba(8, 32, 56, 0.07);
  padding: 10px 12px 10px 10px;
  box-sizing: border-box;
}

.site-footer {
  margin: 26px auto 18px;
  max-width: 1580px;
  padding: 18px 22px;
  border: 1px solid #cfe0ef;
  border-radius: 16px;
  background: linear-gradient(140deg, #f6fbff 0%, #edf5ff 52%, #f8fcff 100%);
  box-shadow: 0 10px 24px rgba(8, 31, 54, 0.08);
  color: #244863;
  font-size: 0.95rem;
  line-height: 1.6;
}

.site-footer a {
  color: #0f4f7a;
  font-weight: 600;
  text-decoration-thickness: 1.4px;
  text-underline-offset: 2px;
}

.topic-layout,
.body-container,
[data-mc-content-body="True"] {
  min-width: 0;
}

ul.sidenav,
ul.navigation,
ul.off-canvas-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

/* Override legacy base skin rule (ul.menu, ul.menu ul, ul.menu li { display:list-item; }) */
ul.sidenav,
ul.sidenav li {
  display: block !important;
  width: 100%;
}

ul.navigation {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  width: 100%;
  justify-content: flex-start;
  min-width: max-content;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 2px;
}

ul.navigation > li > a {
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.2;
}

ul.navigation > li {
  float: none;
}

ul.sidenav > li > a,
ul.sidenav li ul li > a {
  display: block;
  padding: 9px 11px;
  margin: 2px 4px;
  border-radius: 8px;
  text-decoration: none;
}

ul.sidenav > li > a {
  font-weight: 700;
  color: #123b5f;
  background: #eef6ff;
  border: 1px solid #dbe9f7;
}

ul.sidenav li ul {
  margin: 4px 0 8px 6px;
  padding-left: 6px;
  border-left: 2px solid #d7e5f4;
}

ul.sidenav li ul li > a {
  color: #2a4358;
  font-weight: 500;
  line-height: 1.36;
  word-break: break-word;
}

.modern-getting-started-topic .body-container {
  background: #f7fafd;
}

.modern-getting-started-topic .topic-layout #mc-main-content {
  max-width: 1220px;
  margin: 0 auto;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 2px 0 0;
}

.modern-getting-started-topic .topic-layout h1 {
  display: block;
  margin-top: 0;
  margin-bottom: 0.55rem;
  color: #103654;
  border-bottom: 0;
  padding-bottom: 0;
  letter-spacing: -0.012em;
}

.modern-getting-started-topic .topic-layout h2,
.modern-getting-started-topic .topic-layout h3 {
  color: #0f4d76;
}

.modern-topic-intro,
.modern-topic-section {
  background: #ffffff;
  border: 1px solid #d9e6f2;
  border-radius: 18px;
  box-shadow: 0 10px 22px rgba(13, 34, 56, 0.06);
  padding: 22px 24px;
}

.modern-topic-intro,
.modern-topic-hero {
  margin-bottom: 14px;
}

.modern-topic-hero {
  background: linear-gradient(130deg, #ffffff 0%, #f6fbff 55%, #eef7ff 100%);
  border-color: #cddff0;
  position: relative;
  overflow: hidden;
}

.modern-topic-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -100px;
  width: 300px;
  height: 300px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(45, 142, 198, 0.16) 0%, rgba(45, 142, 198, 0) 70%);
  pointer-events: none;
}

.modern-topic-hero > * {
  position: relative;
  z-index: 1;
}

.modern-topic-quicknav {
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid #d7e7f5;
  border-radius: 14px;
  background: #f5faff;
}

.modern-topic-quicknav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.modern-topic-quicknav-list a {
  display: inline-block;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid #c7dff3;
  background: #ffffff;
  color: #12496f;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
}

.modern-topic-quicknav-list a:hover {
  background: #eaf5ff;
}

.modern-topic-section {
  margin-bottom: 14px;
}

.modern-topic-section > h2 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  padding-left: 10px;
  border-left: 4px solid #2b83b9;
  border-bottom: 1px solid #c7dced !important;
}

.modern-topic-section > h3 {
  margin-top: 1.15rem;
}

.modern-getting-started-topic .topic-layout p,
.modern-getting-started-topic .topic-layout li {
  font-size: 1.02rem;
  line-height: 1.68;
}

.modern-getting-started-topic .topic-layout a {
  font-weight: 600;
}

.modern-getting-started-topic .topic-layout table {
  border: none !important;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(10, 33, 58, 0.08);
}

.modern-getting-started-topic .topic-layout th,
.modern-getting-started-topic .topic-layout td {
  padding: 11px 13px;
}

.modern-training-topic .topic-layout h2 {
  margin-top: 1.6rem;
  border: 0;
  border-radius: 12px;
  background: transparent;
  padding: 0;
}

.modern-training-topic .topic-layout .VideoNote {
  border-left: 4px solid #32a2d8;
  border-radius: 10px;
  background: #eef7ff;
  padding: 10px 12px;
}

ul.sidenav li ul li > a:hover {
  background: #e8f4ff;
  color: #123b5f;
}

ul.sidenav li > a.nav-group {
  position: relative;
  padding-right: 28px;
}

ul.sidenav li > a.nav-group::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #1d5a82;
  border-bottom: 2px solid #1d5a82;
  transform: translateY(-62%) rotate(-45deg);
}

ul.sidenav li.is-expanded > a.nav-group::after {
  transform: translateY(-62%) rotate(45deg);
}

ul.sidenav li.is-accordion-submenu-parent > a span.submenu-toggle {
  display: none !important;
}

ul.sidenav a.current-topic {
  background: #d8ecff !important;
  border-color: #b8d8f3 !important;
  color: #0f3b5f !important;
  font-weight: 700 !important;
}

.home-layout {
  max-width: 1360px;
  margin: 0 auto;
  padding: 26px 20px 52px;
}

.home-topic .sidenav-layout {
  grid-template-columns: minmax(0, 1fr) !important;
}

.home-topic .sidenav-wrapper {
  display: none !important;
}

.home-topic .body-container {
  width: 100%;
}

.home-topic #mc-main-content {
  max-width: none;
}

.topic-hero {
  background: linear-gradient(145deg, #ecf7ff 0%, #ffffff 58%, #f7fbff 100%);
  border: 1px solid #d8e7f6;
  border-radius: 20px;
  box-shadow: 0 14px 28px rgba(6, 27, 50, 0.09);
  padding: 34px 28px;
  margin-bottom: 26px;
}

.topic-hero h1.home {
  margin-top: 0;
  color: #0d2e4b;
  letter-spacing: -0.02em;
  font-size: clamp(1.7rem, 1.4rem + 1.2vw, 2.4rem);
  font-family: "Aptos Display", "Aptos", "Segoe UI Variable Text", "Trebuchet MS", sans-serif !important;
  font-weight: 760;
}

.topic-layout h1,
.topic-layout h2,
.topic-layout h3,
.home-layout h1,
.home-layout h2,
.home-layout h3,
.home-layout .h1-Red,
.home-layout .h2-Blue,
.home-layout .h3,
.home-layout p.h1-Red,
.home-layout p.h2-Blue,
.home-layout p.h3 {
  font-family: "Aptos Display", "Aptos", "Segoe UI Variable Text", "Trebuchet MS", sans-serif !important;
  color: #143957 !important;
}

.home-layout a[style*="color"],
.home-layout p[style*="color"] a,
.home-layout p[style*="color"] {
  color: #21415b !important;
}

.search-home .search-bar {
  max-width: 720px;
}

.home-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 20px;
  text-align: left !important;
}

div.home-tiles > div {
  background: #ffffff;
  border: 1px solid #d9e8f6;
  border-radius: 16px;
  padding: 22px !important;
  box-shadow: 0 8px 16px rgba(10, 33, 58, 0.06);
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  height: auto !important;
  min-height: 250px;
  min-width: 0;
}

.home-tiles h1,
.home-tiles h2,
.home-tiles h3 {
  margin-top: 8px;
  color: #133a5d;
  font-size: 1.35rem !important;
}

.home-tiles p {
  margin: 0.52rem 0;
}

.home-tiles a {
  color: #005f92;
}

.home-current-section {
  margin-top: 24px;
}

.home-current-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}

.home-current-card {
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  border: 1px solid #d7e6f3;
  border-radius: 14px;
  padding: 18px 18px;
  box-shadow: 0 8px 18px rgba(10, 33, 58, 0.06);
}

.home-current-card h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  color: #123a5b;
}

.home-current-card p {
  margin: 0;
  color: #2c465d;
}

.home-current-card a {
  display: inline-block;
  margin-top: 10px;
  font-weight: 700;
}

.search-results-modern {
  max-width: 980px;
  margin: 0 auto;
  padding: 8px 18px 36px;
}

.search-results-modern h1 {
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  color: #0d2e4b;
}

.search-summary {
  color: #41586f;
}

.search-results-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}

.search-results-list li {
  border: 1px solid #d9e8f6;
  border-radius: 14px;
  background: #ffffff;
  padding: 16px 16px 12px;
  margin-bottom: 12px;
  box-shadow: 0 6px 14px rgba(9, 33, 58, 0.05);
}

.search-results-list li a {
  font-size: 1.06rem;
}

.search-results-list li a {
  font-weight: 600;
  color: #005f92;
  text-decoration: none;
}

.search-results-list li p {
  margin: 8px 0 0;
  color: #2f4255;
  line-height: 1.45;
}

.topic-layout,
.home-layout,
.home-tiles,
.MCDropDownBody {
  font-family: "Aptos", "Segoe UI Variable Text", "Trebuchet MS", "Calibri", sans-serif !important;
}

/* Normalize old inline presentation so legacy pages inherit the modern skin. */
.topic-layout [style*="font-family"],
.home-layout [style*="font-family"],
.topic-layout font,
.home-layout font {
  font-family: inherit !important;
}

.topic-layout [style*="text-decoration"],
.home-layout [style*="text-decoration"] {
  text-decoration-thickness: 1.4px !important;
  text-underline-offset: 2px;
}

.topic-layout h1 span,
.home-layout h1 span,
.topic-layout h2 span,
.home-layout h2 span {
  color: inherit !important;
}

.topic-layout .dropDown,
.topic-layout .MCDropDown,
.topic-layout .MCExpanding,
.topic-layout .MCTextPopupBody,
.home-layout .dropDown,
.home-layout .MCDropDown,
.home-layout .MCExpanding,
.home-layout .MCTextPopupBody {
  border: 1px solid #d8e6f3;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 5px 14px rgba(7, 31, 56, 0.06);
}

.topic-layout .MCDropDownHead,
.home-layout .MCDropDownHead {
  display: block;
  padding: 10px 12px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
  border-radius: 12px;
}

.topic-layout .MCDropDownBody,
.home-layout .MCDropDownBody {
  padding: 10px 12px 12px;
}

.topic-layout .MCTextPopupBody,
.home-layout .MCTextPopupBody {
  color: #1f405c;
  background: #eef6ff;
  border-left: 3px solid #73a6d4;
  padding: 6px 8px;
}

.home-tiles > div,
.search-results-list li,
.body-container {
  transition: box-shadow 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.home-tiles > div:hover,
.search-results-list li:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(10, 33, 58, 0.1);
  border-color: #c5dcf1;
}

.home-footer {
  margin-top: 26px;
  border: 1px solid #d5e4f2;
  border-radius: 16px;
  background: linear-gradient(140deg, #f6fbff 0%, #edf5ff 52%, #f8fcff 100%);
  box-shadow: 0 10px 24px rgba(8, 31, 54, 0.08);
  padding: 16px 18px;
}

.home-footer table {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  display: table;
}

.home-footer th,
.home-footer td,
.home-footer p,
.home-footer span,
.home-footer a {
  color: #294763 !important;
  font-family: inherit !important;
  font-weight: 500;
}

.home-footer a {
  text-decoration-thickness: 1.4px;
}

ul.navigation > li,
ul.sidenav > li,
ul.off-canvas-list > li {
  margin-bottom: 2px;
}

ul.navigation li > a.nav-group,
ul.sidenav li > a.nav-group,
ul.off-canvas-list li > a.nav-group {
  font-weight: 700;
  cursor: pointer;
}

ul.navigation li ul,
ul.sidenav li ul,
ul.off-canvas-list li ul {
  display: none;
}

ul.navigation li.is-expanded > ul,
ul.sidenav li.is-expanded > ul,
ul.off-canvas-list li.is-expanded > ul {
  display: block;
}

.MCDropDownBody_Closed,
.MCExpandingBody_Closed,
.MCTextPopupBody_Closed {
  display: none;
}

.MCDropDownBody_Open,
.MCExpandingBody_Open,
.MCTextPopupBody_Open {
  display: block;
}

.assistant-toggle {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 2147483646;
  border: 1px solid #2b6289;
  background: linear-gradient(160deg, #2f6f9e, #245b84);
  color: #fff;
  border-radius: 999px;
  padding: 10px 16px;
  font: 600 0.92rem/1 "Segoe UI", "Trebuchet MS", sans-serif;
  box-shadow: 0 10px 24px rgba(20, 53, 80, 0.32);
  cursor: pointer;
}

.assistant-toggle:hover,
.assistant-toggle:focus-visible {
  background: linear-gradient(160deg, #2a638f, #1f4f73);
  outline: none;
}

/* Global de-neon sweep: muted blue palette for all pages */
h1,
h2,
h3,
h4,
.topic-layout h1,
.topic-layout h2,
.topic-layout h3,
.home-layout h1,
.home-layout h2,
.home-layout h3,
.home-layout .h1-Red,
.home-layout .h2-Blue,
.home-layout .h3 {
  color: #1d3650 !important;
}

a,
.topic-layout a,
.home-layout a,
.search-results-list li a,
.home-tiles a,
.home-current-card a {
  color: #2a628d !important;
}

.search-bar .search-submit,
.search-submit,
.search-bar .search-filter {
  background: #4f87b5 !important;
  border-color: #3b6f9a !important;
}

.search-bar .search-submit:hover,
.search-submit:hover,
.search-bar .search-filter:hover {
  background: #3f759f !important;
}

.body-container,
.sidenav-container,
.site-footer,
.home-footer,
.topic-layout .dropDown,
.topic-layout .MCDropDown,
.topic-layout .MCExpanding,
.topic-layout .MCTextPopupBody,
.modern-topic-intro,
.modern-topic-section,
.modern-topic-quicknav,
.home-current-card,
.home-tiles > div,
.search-results-list li {
  background: #ffffff !important;
  border-color: #cfdeec !important;
}

ul.sidenav > li > a {
  background: #edf4fb !important;
  border-color: #d3e2f0 !important;
  color: #234760 !important;
}

ul.sidenav li ul {
  border-left-color: #bfd4e7 !important;
}

ul.sidenav li ul li > a,
ul.sidenav a.current-topic {
  color: #2a4f6b !important;
}

ul.sidenav a.current-topic {
  background: #dce9f5 !important;
  border-color: #bcd3e6 !important;
}

.modern-topic-section > h2,
.topic-layout .MCTextPopupBody,
.topic-layout blockquote,
.callout.tip,
.callout.note,
.callout.warning {
  border-left-color: #3d7aa9 !important;
}

.topic-layout .MCTextPopupBody,
.topic-layout .MCDropDownHead,
.topic-layout blockquote,
.modern-topic-hero,
.topic-hero,
.home-current-card,
.home-footer,
.site-footer {
  background-image: linear-gradient(180deg, #ffffff 0%, #f2f7fc 100%) !important;
}

/* Legacy callout cleanup: remove bright green/teal fills */
.topic-layout p.tipAlt-green,
.topic-layout p.tipAlt-1ce,
.topic-layout p.tipAlt11-blue,
.topic-layout p.VideoNote {
  background: #edf4fb !important;
  color: #274862 !important;
  border-left: 4px solid #4f87b5 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}

/* Full legacy accent scrub (site-wide) */
:root {
  --Brand1: #2f6f9e;
  --Brand2: #4f87b5;
  --Light: #a9c2d8;
}

.topic-layout h2,
.home-layout h2 {
  border-bottom-color: #c7dced !important;
}

.topic-layout .green-underscore,
.home-layout .green-underscore,
.topic-layout p.green-underscore,
.home-layout p.green-underscore,
.topic-layout [class*="tipAlt"],
.home-layout [class*="tipAlt"],
.topic-layout p.VideoNote,
.home-layout p.VideoNote {
  background: #edf4fb !important;
  color: #274862 !important;
  border-left-color: #4f87b5 !important;
  border-right-color: #4f87b5 !important;
  border-top-color: #4f87b5 !important;
  border-bottom-color: #4f87b5 !important;
}

#mc-main-content [style*="#77C917"],
#mc-main-content [style*="#77c917"],
#mc-main-content [style*="#8dc63f"],
#mc-main-content [style*="#00c4fb"],
#mc-main-content [style*="#15cab4"],
#mc-main-content [style*="#00FFFF"],
#mc-main-content [style*="#00ffff"] {
  background-color: #edf4fb !important;
  color: #274862 !important;
  border-color: #4f87b5 !important;
}

iframe[title*="Chat widget" i],
iframe[src*="quickchat"] {
  right: 18px !important;
  bottom: 66px !important;
  max-width: min(360px, calc(100vw - 24px)) !important;
  max-height: min(72vh, 680px) !important;
  z-index: 2147483645 !important;
}

@media only screen and (max-width: 1279px) {
  .title-bar {
    min-height: 84px;
    padding: 0;
  }

  .title-bar-layout {
    display: flex;
    grid-template-columns: none;
    grid-template-areas: none;
    row-gap: 0;
    column-gap: 0;
  }

  .title-bar-layout a.logo {
    width: 380px !important;
    height: 82px !important;
  }

  .sidenav-layout {
    display: block !important;
  }

  .sidenav-wrapper {
    position: static;
    max-height: none;
    overflow: visible;
    width: 100%;
    padding-right: 0;
  }

  .sidenav-container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .body-container {
    padding: 16px 14px;
    max-width: 100%;
  }

  .site-footer {
    margin: 18px 8px 14px;
    border-radius: 12px;
    padding: 14px 14px;
  }
}

@media only screen and (max-width: 767px) {
  .title-bar-layout a.logo {
    width: 260px !important;
    height: 60px !important;
  }

  .title-bar-layout .navigation-wrapper,
  .title-bar-layout .nav-search-wrapper {
    display: none !important;
  }

  .topic-hero {
    padding: 22px 16px;
  }

  .home-layout {
    padding: 14px 10px 28px;
  }

  .assistant-toggle {
    right: 10px;
    bottom: 10px;
    padding: 9px 13px;
    font-size: 0.86rem;
  }

  .home-footer {
    padding: 12px 12px;
    border-radius: 12px;
  }

  iframe[title*="Chat widget" i],
  iframe[src*="quickchat"] {
    right: 10px !important;
    bottom: 56px !important;
    max-width: calc(100vw - 20px) !important;
    max-height: 68vh !important;
  }
}
