﻿/*<meta />*/

@import url("../Stylesheets/prism.css");

/* =========================================
   Fonts (Neue Montreal: regular/bold/italic/bold-italic)
   - Provide woff2 then woff fallbacks
========================================= */

@font-face 
{
	font-family: "Neue Montreal";
	src: url("../Fonts/NeueMontreal-Regular.woff2") format("woff2"), url("../Fonts/NeueMontreal-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face 
{
	font-family: "Neue Montreal";
	src: url("../Fonts/NeueMontreal-Italic.woff2") format("woff2"), url("../Fonts/NeueMontreal-Italic.woff") format("woff");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face 
{
	font-family: "Neue Montreal";
	src: url("../Fonts/NeueMontreal-Bold.woff2") format("woff2"), url("../Fonts/NeueMontreal-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face 
{
	font-family: "Neue Montreal";
	src: url("../Fonts/NeueMontreal-BoldItalic.woff2") format("woff2"), url("../Fonts/NeueMontreal-BoldItalic.woff") format("woff");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

/* =========================================
   Design tokens
========================================= */

:root
{
	/* Layout */
	/* --topnav-h: 81px; */
	--shell-max: 1200px;
	--shell-pad: 16px;
	--shell-gap: 20px;
	--sidebar-w: 280px;
	/* Brand colors */
	--ix-green: #00291F;
	/* header band */
	--ix-teal: #17A2B8;
	/* whoops I mean cyan */
	--ix-primary: #8796DD;
	--ix-gray: #6C757D;
	/* UI colors */
	--ix-ink: #1F2937;
	--ix-muted: #6B7280;
	--ix-line: #E5E7EB;
	--ix-bg: #F7F8FA;
	--card-bg: #FFFFFF;
	/* Effects */
	--radius: 4px;
	--shadow: 0 2px 10px rgba(0, 0, 0, .05);
	--stack-gap: 14px;
	/* Search pill */
	--search-h: 44px;
	--search-br: 10px;
	/* Active TOC palette (brand-aligned) */
	--toc-active-bg: rgba(135, 150, 221, 0.3);
	/* light dusk tint */
	--toc-active-hov: #D1F2F6;
	--toc-active-tx: #00291F;
	--toc-accent: #17A2B8;
	/* Convenience */
	--content-max: var(--shell-max);
}

#search-results
{
	padding-top: 15px;
	background: white;
}

#search-results .description
{
	line-height: 1.4;
}

#search-results .description br
{
	display: block;
	margin-top: 0.15rem;
}

.search-bar._Skins_SearchTopics.mc-component
{
	display: none;
}

ul.navigation li:hover > ul,
ul.navigation > li.is-expanded:after,
ul.sub-menu.focus-within-expanded
{
	background-color: var(--card-bg) !important;
	border: 1px solid var(--ix-line) !important;
	box-shadow: var(--shadow) !important;
	border-radius: 4px !important;
}

.navigation-wrapper
{
	float: left;
	flex: 1 1;
	align-self: flex-start;
	display: flex;
	order: 2;
	justify-content: flex-end;
	flex-basis: 0;
	margin-top: 0px;
}

.off-canvas-wrapper-inner nav.title-bar .outer-row
{
	padding: 0px !important;
}

.title-bar a.logo
{
	background-color: transparent;
	background-image: url('../Images/Assets/Logos/Index_LogoSuite-08.svg');
	/* height: 46px; */
	width: 125px;
	height: 55.55px;
}

#contentBody
{
	background-color: #F7F8FA;
}

nav.title-bar .tab-bar
{
	/* padding: 20px !important; */
}

nav.title-bar
{
	/* darker style */
	/* border-bottom: none; */
	/* background: #00132E; */
	/* lighter style */
	border-bottom: 4px solid rgba(76, 211, 204, .2);
	background-color: #fff !important;
	color: #00291f !important;
	left: 0px;
	padding: 20px !important;
}

.title-bar a.logo
{
	background-color: transparent;
	/* darker style */
	/* background-image: url("../Images/Assets/Logos/IX_LogoSuite_Primary.svg"); */
	/* lighter style */
background-image: url(../Images/Assets/Logos/Index_LogoSuite-08.svg) !important;
	/* background-color: url('../Images/Assets/Logos/Index_LogoSuite-08.svg'); */
	/* height: 66px; */
	width: 125px;
	height: 55.55px;
}

.title-bar-layout a.logo
{
  background: transparent url(Images/GeneralGreenLogo.png) no-repeat center center;
}

.nav-search
{
	border: solid 1px var(--ix-line);
}

select
{
	height: 40px;
	padding: 10px 14px;
	font-size: 15px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid var(--ix-line);
	border-radius: 8px;
	padding: 10px 36px 10px 12px;
	background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 20 20" fill="none"><path d="M5 7l5 6 5-6" stroke="%236B7280" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat right 10px center;
}

.filters
{
	padding: 10px 14px;
	background: rgba(247, 248, 250, 0.9);
	color: #000000;
	border: 1px solid var(--ix-line);
	border-radius: 14px;
	font-size: 12px;
	display: flex;
	justify-content: flex-end;
	width: fit-content;
	white-space: nowrap;
}

p.prereq-manual
{
	background-image: url('data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27><circle cx=%2712%27 cy=%2712%27 r=%278%27 fill=%27none%27 stroke=%27%232F3A45%27 stroke-width=%272%27/><path d=%27M8 12h6%27 fill=%27none%27 stroke=%27%232F3A45%27 stroke-width=%272%27 stroke-linecap=%27round%27/><path d=%27M12 9l3 3-3 3%27 fill=%27none%27 stroke=%27%232F3A45%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>');
	background-repeat: no-repeat;
	background-size: 24px 24px;
	/* 🔑 baseline alignment */
	background-position: 16px 18px;
	padding: 18px 24px 18px 56px;
	background-color: #EBEFFA;
	border-radius: 4px 4px 0px 0px;
}

p.postreq-manual
{
	background-image: url('data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27><circle cx=%2712%27 cy=%2712%27 r=%278%27 fill=%27none%27 stroke=%27%232F3A45%27 stroke-width=%272%27/><path d=%27M8.5 12.2l2.3 2.3 4.8-5.2%27 fill=%27none%27 stroke=%27%232F3A45%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>');
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: 16px 18px;
	padding: 18px 24px 18px 56px;
	background-color: #EBEFFA;
}

/* Calculation styling */
p.calculation-ref-manual {
  overflow: hidden;
  padding: 0px 20px;
}

/* NOTE header line */

p.note-manual
{
	background-image: url('data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27><circle cx=%2712%27 cy=%2712%27 r=%278%27 fill=%27none%27 stroke=%27%232F3A45%27 stroke-width=%272%27/><path d=%27M12 11v5%27 fill=%27none%27 stroke=%27%232F3A45%27 stroke-width=%272%27 stroke-linecap=%27round%27/><circle cx=%2712%27 cy=%278.5%27 r=%271.2%27 fill=%27%232F3A45%27/></svg>');
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: 16px 18px;
	padding: 18px 24px 18px 56px;
	background-color: #EBEFFA;
	margin: 10px 0 0 0;
	/* keep your normal top margin */
	border-radius: 6px;
}
p.note-info-manual
{
	background-image: url('data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27><circle cx=%2712%27 cy=%2712%27 r=%278%27 fill=%27none%27 stroke=%27%232F3A45%27 stroke-width=%272%27/><path d=%27M12 11v5%27 fill=%27none%27 stroke=%27%232F3A45%27 stroke-width=%272%27 stroke-linecap=%27round%27/><circle cx=%2712%27 cy=%278.5%27 r=%271.2%27 fill=%27%232F3A45%27/></svg>');
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: 16px 18px;
	padding: 18px 24px 18px 56px;
	background-color: #F7F8FA;
	margin: 10px 0 0 0;
	/* keep your normal top margin */
	border-radius: 6px;
}

/* NOTE list continuation (seamless) */

p.note-manual + ul.req,
p.postreq-manual + ul.req,
p.prereq-manual + ul.req,
p.prereq-manual + ul,
p.postreq-manual + ul,
p.note-manual + ul
{
	background-color: #EBEFFA;
	margin: 0;
	/* kills the gap */
	padding: 0 24px 18px 72px;
	border-radius: 0 0 6px 6px;
	/* 🔑 overlap the two backgrounds by 1px to eliminate hairline gaps */
	position: relative;
	top: -10px;
}
p.note-info-manual + ul
{
	background-color: #F7F8FA;
	margin: 0;
	/* kills the gap */
	padding: 0 24px 18px 72px;
	border-radius: 0 0 6px 6px;
	/* 🔑 overlap the two backgrounds by 1px to eliminate hairline gaps */
	position: relative;
	top: -10px;
}

p.note-manual + ul.req,
p.note-info-manual + ul.req
{
	margin-top: 0;
}

/* If your list items contain <p>, remove their default margins too */

p.note-manual + ul.req p,
p.note-info-manual + ul.req p
{
	margin: 0;
}

p.note-manual + ul.req > li.req,
p.note-info-manual + ul.req > li.req
{
	margin: 6px 0;
}

/* If a callout paragraph is followed by a list, remove the seam */

p.prereq-manual,
p.postreq-manual,
p.note-manual,
p.note-info-manual
{
	margin-bottom: 0;
	/* cancels .prose p { margin: 10px 0; } */
}

p.prereq-manual + ul,
p.postreq-manual + ul,
p.note-manual + ul,
p.note-info-manual + ul
{
	margin-top: 0;
	/* cancels browser default UL top margin */
}

p.prereq-manual + ul p,
p.postreq-manual + ul p,
p.note-manual + ul p,
p.note-info-manual + ul p
{
	margin: 0;
}

ul.navigation
{
	padding: 0px !important;
}

table.partner tfoot .links a:hover
{
	background: var(--link-hover);
}

#globalMenu a:hover
{
	background: #F3F4F6;
}

#globalMenu ul.menu._Skins_SideMenu.mc-component li > a:hover
{
	background-color: #f3f4f6 !important;
	color: #6c757d !important;
	/* brand gray */
}

#globalMenu ul.menu._Skins_SideMenu.mc-component li > a:hover
{
	background-color: #f3f4f6 !important;
	color: #111827 !important;
}

ul.navigation > li:nth-child(1) > a:after
{
	padding-left: 5px;
	width: 16px;
	aspect-ratio: auto 16 / 9;
	height: 9px;
  content: url("../Images/Assets/Icons/Arrows/chevron-down.svg");
}

ul.navigation > li:nth-child(2) > a:after
{
	padding-left: 5px;
	width: 16px;
	aspect-ratio: auto 16 / 9;
	height: 9px;
  content: url("../Images/Assets/Icons/Arrows/chevron-down.svg");
}

ul.navigation > li:nth-child(3) > a:after
 {
  padding-left: 15px;
  /* content: url("../Images/Assets/Icons/Arrows/pipe.png"); */
}

ul.navigation > li:nth-child(4) > a:after {
  padding-left: 15px;
  /* content: url("../Images/Assets/Icons/Arrows/pipe.png"); */
}

ul.navigation > li:nth-child(4) {
  font-size: 10px;
}

ul.navigation > li:nth-child(5) > a:after {
  padding-left: 15px;
  /* content: url("../Images/Assets/Icons/Arrows/pipe.png"); */
}


ul.navigation > li:nth-child(6) > a:after {
  padding-left: 5px;
  width: 16px;
  aspect-ratio: auto 16 / 9;
  height: 9px;
  content: url("../Images/Assets/Icons/Arrows/chevron-down.svg");
}

ul.navigation > li:nth-child(7) {
  font-size: 10px;
}

/*
ul.navigation > li:nth-child(5) > a:after {
  padding-left: 10px;
  content: url('../Images/Assets/Icons/jp.png');
}
*/

ul.navigation > li > a
{
	/* darker style */
	/* color: #FFFFFF; */
	/* lighter style */
	color: #00291f !important;
	font-family: Neue Montreal;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 125%;
}

#search-results .description br
{
	display: block;
	margin-bottom: 4px;
}

/* --- Active / current menu item --- */

#globalMenu li.selected > a,
#globalMenu li.current > a
{
	background-color: #013220;
	/* deep green from your top nav */
	color: #ffffff;
	/* white text for contrast */
	font-weight: 600;
	border-radius: 4px;
	/* soften the edges like your card */
	padding: 6px 10px;
	/* keeps it aligned nicely */
}

/* Ensure hover doesn’t override it */

#globalMenu li.selected > a:hover,
#globalMenu li.current > a:hover
{
	background-color: #025a41;
	/* slightly lighter green for hover */
	color: #ffffff;
}

/* Hide elements safely in XHTML */

.is-hidden
{
	display: none;
}

div.MCBreadcrumbsBox_0
{
	border-bottom: none !important;
	margin-bottom: none !important;
	padding-bottom: none !important;
}

.MCBreadcrumbsPrefix
{
	display: none;
}

.body-container
{
	/* background: #ececec; */
}

/* =========================================
   Base
========================================= */

html
{
	scroll-behavior: smooth;
}

body
{
	margin: 0;
	color: var(--ix-ink);
	background: var(--ix-bg);
	font-family: "Neue Montreal";
}

/* a11y: skip link */

.skip-link
{
	position: absolute;
	top: auto;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.skip-link:focus
{
	top: 12px;
	left: 16px;
	z-index: 1000;
	width: auto;
	height: auto;
	padding: 8px 10px;
	background: #fff;
	border: 2px solid var(--ix-primary);
	border-radius: 8px;
}

/* =========================================
   Shell (sidebar + content)
========================================= */

.shell
{
	max-width: var(--shell-max);
	margin: calc(var(--topnav-h) + 8px) auto 24px;
	padding: 0px var(--shell-pad) var(--shell-pad);
	display: grid;
	grid-template-columns: var(--sidebar-w) 1fr;
	gap: var(--shell-gap);
	align-items: start;
	box-sizing: border-box;
}

.page-head
{
	margin-bottom: var(--stack-gap);
}

.global-toc,
.page-wrap
{
	width: 100%;
	max-width: 100%;
	margin-top: var(--stack-gap);
	overflow: auto;
}

/* =========================================
   Global Search Bar (green band + centered pill)
========================================= */

/* Inner width matches body; keeps pill centered */


.global-searchbar .search-inner
{
	width: 100%;
	max-width: var(--content-max);
	padding: 0 var(--shell-pad);
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}

.body-container > .global-searchbar
{
	padding: var(--shell-pad) 18px 0px !important;
}

/* Input */

.global-searchbar .search-field
{
	height: var(--search-h) !important;
	line-height: var(--search-h) !important;
	padding: 0 62px !important;
	/* room for the buttons */
	border: none !important;
	background: #fff !important;
	color: #1f2937 !important;
	font-size: 1.5em !important;
	box-sizing: border-box !important;
  border-radius: 4px !important;
}

.search-field.needs-pie {
box-shadow: 0 0 0 3px rgba(76, 211, 204, .2) !important;
/* box-shadow: 0 0 0 3px rgba(135, 150, 221, .25) !important; */
outline: none !important;
}

.global-searchbar .search-bar .search-field:focus
{
	outline: none !important;
	box-shadow: 0 0 0 2px rgba(135, 150, 221, .25) !important;
}

.global-searchbar .search-bar .search-field::-webkit-search-cancel-button
{
	display: none !important;
}

.global-searchbar .search-bar .search-field::placeholder
{
	color: #6B7280 !important;
}

/* Icon wrappers */

.global-searchbar .search-filter-wrapper,
.global-searchbar .search-submit-wrapper
{
	position: absolute !important;
	top: 0;
	bottom: 0;
	width: 52px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
	pointer-events: auto !important;
	/* z-index: 2 !important; */
	overflow: visible !important;
  background: transparent !important;
}

.global-searchbar .search-filter-wrapper
{
	left: 0 !important;
}

.global-searchbar .search-submit-wrapper
{
	right: 0 !important;
}

/* Buttons */

.global-searchbar .search-filter
{
	width: 100%;
	height: 100%;
	/* border: none !important; */
	background: #f8f9fa url('data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27><path d=%27M3 4h18L13 13v6l-2 1v-7L3 4z%27 fill=%27%236B7280%27/></svg>') no-repeat center / 18px 18px !important;
	cursor: pointer !important;
	transition: background 0.2s ease;
      box-shadow: var(--shadow);
border-right: 1px solid var(--ix-line) !important;  
}

.global-searchbar .search-submit
{
	width: 100% !important;
	height: 100% !important;
	/* border: none !important; */
	background: #f8f9fa url('data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27><path d=%27M10 4a6 6 0 104.24 10.24l4.76 4.76a1 1 0 001.41-1.41l-4.76-4.76A6 6 0 0010 4zm0 2a4 4 0 110 8 4 4 0 010-8z%27 fill=%27%236B7280%27/></svg>') no-repeat center / 18px 18px !important;
	cursor: pointer !important;
	transition: background 0.2s ease;
  border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
  border-left: 1px solid var(--ix-line) !important;
    box-shadow: var(--shadow);
}

/* Ensure the icon itself stays visible/clickable */

.global-searchbar .search-filter,
.global-searchbar .search-submit
{
	pointer-events: auto !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.global-searchbar .search-filter:hover,
.global-searchbar .search-submit:hover
{
	background-color: #e9ecef !important;
}

/* Autocomplete / popovers base positioning */

.global-searchbar .search-bar .search-auto-complete,
.global-searchbar .search-bar .MCFilterDropDown,
.global-searchbar .search-bar .MCDropDown,
.global-searchbar .search-bar .search-filter-menu
{
	position: absolute !important;
	left: 0 !important;
	top: calc(100% + 6px) !important;
	z-index: 900 !important;
}

/* Open only when the trigger says so */

.global-searchbar .search-bar .search-filter[aria-expanded="true"] + .search-filter-content,
.global-searchbar .search-bar .search-filter[aria-expanded="true"] ~ .search-filter-content
{
	display: block !important;
	visibility: visible;
	pointer-events: auto;
}

.global-searchbar .search-bar .search-filter[aria-expanded="true"] + .search-filter-content ul,
.global-searchbar .search-bar .search-filter[aria-expanded="true"] ~ .search-filter-content ul
{
	display: block !important;
	visibility: visible;
	pointer-events: auto;
}

/* Dropdown panel look/position */

.global-searchbar .search-bar .search-filter-content
{
	position: absolute !important;
	top: calc(100% + 8px) !important;
	/* under the pill */
	left: 0 !important;
	/* flush with filter icon */
	z-index: 900 !important;
	min-width: 260px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 4px;
	box-shadow: 0 12px 24px rgba(0, 0, 0, .12);
	overflow: hidden;
}

/* Dropdown hidden by default */

.global-searchbar .search-filter-content
{
	display: none !important;
	visibility: hidden !important;
	max-height: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	top: calc(100% + 8px) !important;
	left: 0 !important;
	z-index: 10000 !important;
	min-width: 260px;
}

/* Dropdown items */

.global-searchbar .search-bar .search-filter-content ul
{
	margin: 0;
	padding: 6px 0;
	list-style: none;
}

.global-searchbar .search-bar .search-filter-content li
{
	margin: 0;
}

.global-searchbar .search-bar .search-filter-content button,
.global-searchbar .search-bar .search-filter-content a,
.global-searchbar .search-bar .search-filter-content li > *
{
	display: block;
	width: 100%;
	padding: 8px 14px;
	text-align: left;
	color: #1f2937;
	text-decoration: none;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.global-searchbar .search-bar .search-filter-content li:hover > *
{
	background: #F3F4F6;
}

.search-bar._Skins_SearchHome.mc-component .search-filter
{
	border-radius: 0px !important;
}

.search, .search-bar {
	width: 100% !important;
	height: auto !important;
	/* padding: 0px 2px; */
}

/* Madcap searchbar */

.search-bar .search-field
{
	width: 100%;
	max-width: var(--content-max);
	padding: 0 var(--shell-pad);
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	width: 100% !important;
	max-width: var(--shell-max) !important;
	margin: 0 auto !important;
	height: var(--search-h) !important;
	/* border: 1px solid #6c757d !important; */
	background: #fff !important;
	/* box-shadow: 0 1px 2px rgba(0, 0, 0, .05) !important; */
	overflow: visible !important;
	/* don’t clip dropdowns */
}

.search-bar .search-field
{
	height: var(--search-h) !important;
	line-height: var(--search-h) !important;
	padding: 0 62px !important;
	/* room for the buttons */
	border: none !important;
	border-radius: 4px !important;
	background: #fff !important;
	color: #1f2937 !important;
	font-size: 1rem !important;
	box-sizing: border-box !important;
}

.search-bar .search-field:focus
{
	outline: none !important;
	box-shadow: 0 0 0 3px rgba(135, 150, 221, .25) !important;
}

.search-bar .search-field::-webkit-search-cancel-button
{
	display: none !important;
}

.search-bar .search-bar .search-field::placeholder
{
	color: #6B7280 !important;
}

/* Icon wrappers */

.search-bar .search-filter-wrapper,
.search-bar .search-submit-wrapper
{
	position: absolute !important;
	top: 0 !important;
	bottom: 0 !important;
	width: 52px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
	pointer-events: auto !important;
}

.search-bar .search-filter-wrapper
{
	left: 0;
}

.searchbar .search-submit-wrapper
{
	right: 0;
}

/* Buttons */

.search-bar .search-filter
{
	width: 100% !important;
	height: 100% !important;
	border: none !important;
	/* border-right: 1px solid #6c757d !important; */
	background: #f8f9fa url('data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27><path d=%27M3 4h18L13 13v6l-2 1v-7L3 4z%27 fill=%27%236B7280%27/></svg>') no-repeat center / 18px 18px !important;
	cursor: pointer !important;
	transition: background 0.2s ease !important;
}

.search-bar.search-bar-container .search-submit
{
	width: 100%;
	height: 100% !important;
	border: none !important;
	/* border-left: 1px solid #6c757d !important; */
	background: #f8f9fa url('data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27><path d=%27M10 4a6 6 0 104.24 10.24l4.76 4.76a1 1 0 001.41-1.41l-4.76-4.76A6 6 0 0010 4zm0 2a4 4 0 110 8 4 4 0 010-8z%27 fill=%27%236B7280%27/></svg>') no-repeat center / 18px 18px !important;
	cursor: pointer !important;
	transition: background 0.2s ease;
}

.search-bar .search-filter:hover,
.search-bar .search-submit:hover
{
	background-color: #e9ecef !important;
}

/* Autocomplete / popovers base positioning */

.search-bar .search-auto-complete,
.search-bar .MCFilterDropDown,
.search-bar .MCDropDown,
.search-bar .search-filter-menu
{
	position: absolute !important;
	left: 0 !important;
	top: calc(100% + 6px) !important;
	z-index: 900 !important;
}

/* =========================
   FAQ / MadCap DropDown -> Accordion cards
   Scope: only inside .prose (topic body)
   ========================= */

.prose .MCDropDown
{
	margin: 10px 0;
	border: 1px solid var(--ix-line);
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}

/* Hide MadCap's built-in icon <img> */

.prose .MCDropDownHead .MCDropDown_Image_Icon
{
	display: none !important;
}

.prose .MCDropDownHead
{
	margin: 0;
}

/* Question row */

.prose .MCDropDownHead .MCDropDownHotSpot
{
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 14px 16px 14px 44px;
	/* left space for our chevron */
	font-weight: 400;
	/* not bold */
	color: #111827;
	text-decoration: none !important;
	border: 0;
}

/* Our chevron (closed = right) */

.prose .MCDropDownHead .MCDropDownHotSpot::before
{
	content: "";
	position: absolute;
	left: 16px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 2px solid #0EA5B7;
	border-bottom: 2px solid #0EA5B7;
	transform: translateY(-50%) rotate(-45deg);
	transition: transform 160ms ease;
}

/* Open state = down */

.prose .MCDropDownHead .MCDropDownHotSpot[aria-expanded="true"]::before
{
	transform: translateY(-50%) rotate(45deg);
}

/* Hover/focus */

.prose .MCDropDownHead .MCDropDownHotSpot:hover
{
	background: rgba(135, 150, 221, 0.12);
}

.prose .MCDropDownHead .MCDropDownHotSpot:focus-visible
{
	outline: 2px solid var(--ix-primary);
	outline-offset: 2px;
	border-radius: 10px;
}

/* Answer area */

.prose .MCDropDownBody
{
	padding: 12px 16px 14px 24px;
	/* align with question text */
	border-top: 1px solid var(--ix-line);
	background: #fff;
}

/* Tidy spacing inside answers */

.prose .MCDropDownBody p
{
	margin: 8px 0;
}

.prose .MCDropDownBody ul,
.prose .MCDropDownBody ol
{
	margin: 8px 0 8px 18px;
}

/* Kill any MadCap arrow injected on the hotspot itself */

.prose .MCDropDownHead .MCDropDownHotSpot
{
	background-image: none !important;
}

/* Some MadCap skins use ::after for the arrow */

.prose .MCDropDownHead .MCDropDownHotSpot::after
{
	content: none !important;
}

/* =========================================
   Filter dropdown (closed by default)
   — beats Flare inline display on container AND its <ul>
========================================= */

.search-bar .search-filter-content,
.search-bar .search-filter-content ul
{
	display: none !important;
	visibility: hidden;
	/* pointer-events: none;*/
}

/* Open only when the trigger says so */

.search-bar .search-filter[aria-expanded="true"] + .search-filter-content,
.search-bar .search-filter[aria-expanded="true"] ~ .search-filter-content
{
	display: block !important;
	visibility: visible;
	pointer-events: auto;
}

.search-bar .search-filter[aria-expanded="true"] + .search-filter-content ul,
.search-bar .search-filter[aria-expanded="true"] ~ .search-filter-content ul
{
	display: block !important;
	visibility: visible;
	pointer-events: auto;
}

/* Dropdown panel look/position */

.search-bar .search-filter-content
{
	position: absolute !important;
	top: calc(100% + 8px) !important;
	/* under the pill */
	left: 0 !important;
	/* flush with filter icon */
	z-index: 900 !important;
	min-width: 260px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 4px;
	box-shadow: 0 12px 24px rgba(0, 0, 0, .12);
	overflow: hidden;
}

/* Dropdown items */

.search-bar .search-filter-content ul
{
	margin: 0;
	padding: 6px 0;
	list-style: none;
}

.search-bar .search-filter-content li
{
	margin: 0;
}

.search-bar .search-filter-content button,
.search-bar .search-filter-content a,
.search-bar .search-filter-content li > *
{
	display: block;
	width: 100%;
	padding: 8px 14px;
	text-align: left;
	color: #1f2937;
	text-decoration: none;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.searchbar .search-filter-content li:hover > *
{
	background: #F3F4F6;
}

.search-bar._Skins_global_search.mc-component .search-field
{
	border-radius: 4px !important;
}

/* =========================================
   Content
========================================= */

.header
{
	padding: 18px 2px 18px 18px;
	background: #fff;
	border-radius: 4px 4px 0px 0px;
	border-top: 1px solid var(--ix-line);
	border-right: 1px solid var(--ix-line);
	border-left: 1px solid var(--ix-line);
	border-bottom: none;
	/* box-shadow: var(--shadow); */
}

.header h1
{
	margin: 2px 2px 10px;
	font-size: 36px;
	line-height: 1.15;
}

.audience-bar
{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 6px 0 14px;
}

.meta-bar
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	color: var(--ix-muted);
	font-size: 13px;
}

.page-wrap > .meta-bar > .meta-item
{
	/* trying styles to match the content body */
	padding: 20px;
	background-color: var(--card-bg);
	border: 1px solid var(--ix-line);
	box-shadow: var(--shadow);
	border-radius: 4px;
	width: 100%;
}

div.MCBreadcrumbsBox_0
{
	padding: 0px !important;
	margin: 0px !important;
}

.meta-sep
{
	opacity: .6;
}

.prose
{
	margin: 0 0 0px;
	padding: 18px 22px;
	border-radius: 0px 0px 4px 4px;
	background: var(--card-bg);
	border: 1px solid var(--ix-line);
	box-shadow: var(--shadow);
}

.prose p
{
	margin: 10px 0;
	line-height: 1.48;
	color: #1F2937;
}

.prose li
{
	margin: 10px 0;
	line-height: 1.48;
	color: #1F2937;
}

.prose .lead
{
	margin: 0 0 12px;
	font-size: 18px;
	color: #111827;
}

.prose h2
{
	margin: 28px 0 12px;
	padding-bottom: 6px;
	font-size: 26px;
	border-bottom: 1px solid var(--ix-line);
}

.prose h3
{
	margin: 18px 0 8px;
	font-size: 18px;
}

.prose hr
{
	margin: 24px 0;
	border: none;
	border-top: 1px solid var(--ix-line);
}

.prose img
{
	max-width: 100%;
}

/* Links */

.prose a,
a.inline,
a.href,
a.MCXref.xref, p a
{
	color: #1262eb;
	text-decoration: none;
}

.MCDropDown_Closed
{
	color: #1262eb;
	text-decoration: none;
}

a.inline:hover,
a.MCXref.xref:hover, p a:hover
{
	text-decoration: underline !important;
}

/* Disclosure */

.disclosure
{
	padding: 10px 12px;
	border: 1px dashed var(--ix-line);
	border-radius: 4px;
	background: #fff;
}

.disclosure > summary
{
	cursor: pointer;
	font-weight: 600;
	list-style: none;
}

.disclosure > summary::-webkit-details-marker
{
	display: none;
}

.section.hidden
{
	display: none !important;
}

/* Audience tags*/
/* Pills (base) */

.badge,
.tag
{
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 6px 10px;
	border: 1px solid var(--ix-line);
	background: #F7F8FA;
	color: #374151;
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
}

/* Customer pill icons via background SVGs (space reserved to avoid overlap) */

.tag.audience-media,
.tag.audience-buyer,
.tag.audience-dsp,
.tag.audience-marketplace,
.tag.audience-data,
.tag.audience-integration,
.tag.audience-vendor,
.tag.audience-all
{
	padding-left: 28px !important;
	background-position: 8px 50%;
	background-size: 14px 14px;
	background-repeat: no-repeat;
}

/* Publishers – newspaper */

.tag.audience-media
{
	background-image: url('data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27><rect x=%273%27 y=%275%27 width=%2718%27 height=%2714%27 rx=%272%27 ry=%272%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/><rect x=%276%27 y=%278%27 width=%276%27 height=%276%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/><path d=%27M14 9h4M14 12h4M6 16h12%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27 stroke-linecap=%27round%27/></svg>') !important;
}

/* Buyers - shopping cart */

.tag.audience-buyer
{
	background-image: url('data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27><g transform=%27translate(0 -1.2)%27><circle cx=%279%27 cy=%2721%27 r=%271.4%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/><circle cx=%2718%27 cy=%2721%27 r=%271.4%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/><path d=%27M3 4h2l2.2 11.2a2 2 0 002 1.6h7.8a2 2 0 002-1.6L20 9H7%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></g></svg>') !important;
}

/* DSPs – sliders */

.tag.audience-dsp
{
	background-image: url('data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27><path d=%27M6 5v14M12 5v14M18 5v14%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27 stroke-linecap=%27round%27/><circle cx=%276%27 cy=%2710%27 r=%272.2%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/><circle cx=%2712%27 cy=%2715%27 r=%272.2%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/><circle cx=%2718%27 cy=%278%27 r=%272.2%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/></svg>') !important;
}

/* Marketplace – storefront */

.tag.audience-marketplace
{
	background-image: url('data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27><path d=%27M4 9h16l-1.5-4H5.5z%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27 stroke-linejoin=%27round%27/><rect x=%274%27 y=%279%27 width=%2716%27 height=%2710%27 rx=%272%27 ry=%272%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/><rect x=%2710%27 y=%2712%27 width=%274%27 height=%277%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/></svg>') !important;
}

/* Data Providers – database cylinder */

.tag.audience-data
{
	background-image: url('data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27><g transform=%27translate(0 2)%27><ellipse cx=%2712%27 cy=%276%27 rx=%277%27 ry=%273.5%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/><path d=%27M5 6v8c0 1.9 3.1 3.5 7 3.5s7-1.6 7-3.5V6%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/><path d=%27M5 10c0 1.9 3.1 3.5 7 3.5s7-1.6 7-3.5%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/></g></svg>') !important;
}

/* Integration Partner (plug + cable) */

.tag.audience-integration
{
	background-image: url('data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27><g transform=%27translate(12 12) scale(0.92) translate(-12 -12)%27><path d=%27M9 6v4M11 6v4%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27 stroke-linecap=%27round%27/><rect x=%277%27 y=%2710%27 width=%278%27 height=%276%27 rx=%272%27 ry=%272%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/><path d=%27M15 13c3 0 6 1.5 6 4.5 0 1.9-1.4 3.5-4 3.5%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27 stroke-linecap=%27round%27/></g></svg>') !important;
}

/* Vendor (price tag / fee) */

.tag.audience-vendor
{
	background-image: url('data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27><g transform=%27translate(12 12) scale(0.92) translate(-12 -12)%27><!-- Tag outline (clipped corner) --><path d=%27M4 10V6a2 2 0 0 1 2-2h6l8 8-8 8-6-6a2 2 0 0 1-2-2z%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27 stroke-linejoin=%27round%27/><!-- Tag hole --><circle cx=%278.2%27 cy=%278.2%27 r=%271.4%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/></g></svg>') !important;
}

/* "All" pill – represents all customers */

.tag.audience-all
{
	font-weight: 600;
	padding-left: 28px;
	/* reserve space for icon */
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: 14px 14px;
	/* Use a "users group" icon */
	background-image: url('data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27><g transform=%27translate(12 12) scale(0.92) translate(-12 -12)%27><circle cx=%278%27 cy=%278%27 r=%273%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/><circle cx=%2716%27 cy=%278%27 r=%273%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/><path d=%27M2 20c0-3 3-6 6-6s6 3 6 6%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27 stroke-linecap=%27round%27/><path d=%27M12 20c0-3 3-6 6-6s6 3 6 6%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27 stroke-linecap=%27round%27/></g></svg>') !important;
}

code
{
	color: #1F3D0C;
	font: monospace;
	overflow: visible;
	mc-disable-glossary-terms: true;
}

code.inline
{
	color: #1F3D0C;
	font: monospace;
	width: auto;
	overflow: visible;
}

/* =========================
   Audience pills for search results (match newreleasenotes.css chip/tag style)
   Works with:
   .tag.audience-marketplace, .tag.audience-buyer, .tag.audience-media,
   .tag.audience-dsp, .tag.audience-integration, .tag.audience-vendor
   ========================= */

.audience-bar .tag,
.audience .tag
{
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 6px 10px 6px 28px;
	/* left space for icon */
	border: 1px solid var(--ix-line);
	background: #F7F8FA;
	color: #374151;
	background-position: 8px 50%;
	background-size: 14px 14px;
	background-repeat: no-repeat;
}

/* Optional: keep these from “highlighting” like links */

.audience-bar .tag:hover,
.audience .tag:hover
{
	background-color: #F7F8FA;
}

/* Buyers (cart) */

.tag.audience-buyer
{
	background-image: url('data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27><g transform=%27translate(0 -1.2)%27><circle cx=%279%27 cy=%2721%27 r=%271.4%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/><circle cx=%2718%27 cy=%2721%27 r=%271.4%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/><path d=%27M3 4h2l2.2 11.2a2 2 0 002 1.6h7.8a2 2 0 002-1.6L20 9H7%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></g></svg>');
}

/* DSPs (sliders) */

.tag.audience-dsp
{
	background-image: url('data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27><path d=%27M6 5v14M12 5v14M18 5v14%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27 stroke-linecap=%27round%27/><circle cx=%276%27 cy=%2710%27 r=%272.2%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/><circle cx=%2712%27 cy=%2715%27 r=%272.2%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/><circle cx=%2718%27 cy=%278%27 r=%272.2%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/></svg>');
}

/* Marketplace Partners (storefront) */

.tag.audience-marketplace
{
	background-image: url('data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27><path d=%27M4 9h16l-1.5-4H5.5z%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27 stroke-linejoin=%27round%27/><rect x=%274%27 y=%279%27 width=%2716%27 height=%2710%27 rx=%272%27 ry=%272%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/><rect x=%2710%27 y=%2712%27 width=%274%27 height=%277%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/></svg>');
}

/* Media Owners (monitor) */

.tag.audience-media
{
	background-image: url('data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27><rect x=%273%27 y=%275%27 width=%2718%27 height=%2714%27 rx=%272%27 ry=%272%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/><rect x=%276%27 y=%278%27 width=%276%27 height=%276%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/><path d=%27M14 9h4M14 12h4M6 16h12%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27 stroke-linecap=%27round%27/></svg>');
}

/* Integration Partners (plug) */

.tag.audience-integration
{
	background-image: url('data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27><path d=%27M9 6v4M11 6v4%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27 stroke-linecap=%27round%27/><rect x=%277%27 y=%2710%27 width=%278%27 height=%276%27 rx=%272%27 ry=%272%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/><path d=%27M15 13c3 0 6 1.5 6 4.5 0 1.9-1.4 3.5-4 3.5%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27 stroke-linecap=%27round%27/></svg>');
}

/* Marketplace Vendors (tag/fee icon — matches your vendor icon approach) */

.tag.audience-vendor
{
	background-image: url('data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27><g transform=%27translate(12 12) scale(0.92) translate(-12 -12)%27><path d=%27M4 10V6a2 2 0 0 1 2-2h6l8 8-8 8-6-6a2 2 0 0 1-2-2z%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27 stroke-linejoin=%27round%27/><circle cx=%278.2%27 cy=%278.2%27 r=%271.4%27 fill=%27none%27 stroke=%27%23374151%27 stroke-width=%271.8%27/></g></svg>');
}

/* =========================================================
   Table style for partner list (aligned with ix-table styles)
========================================================= */

table.partner
{
	width: 100%;
	border-collapse: collapse;
	margin: 12px 0 18px;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 6px;
	overflow: hidden;
	/* ensures rounded corners clip */
}

table.partner th,
table.partner td
{
	padding: 10px 12px;
	text-align: left;
	vertical-align: top;
	font-family: "Neue Montreal", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	line-height: 1.5;
	border-bottom: 1px solid var(--border);
}

/* Header */

table.partner thead th
{
	background: #f9fafb;
	/* matches .ix-table thead */
	font-weight: 600;
	color: #111827;
	border-bottom: 1px solid var(--border);
}

/* Row striping like ix-table.is-striped */

table.partner tbody tr:nth-child(even) td
{
	background: #fcfcfd;
}

/* Optional hover (subtle, consistent) */

table.partner tbody tr:hover td
{
	background: #f3f4f6;
}

/* Remove bottom border on last row so table border looks clean */

table.partner tbody tr:last-child td
{
	border-bottom: 0;
}

/* Footer / links (make it match your link color variables) */

table.partner tfoot .links
{
	text-align: right;
}

table.partner tfoot .links a
{
	display: inline-flex;
	align-items: center;
	background: var(--link);
	color: #fff;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
}

/* If you need sticky headers like your ix-table */

table.partner.has-sticky thead th
{
	position: sticky;
	top: 0;
	z-index: 1;
}

/* ===== FOOTER ===== */
/* Full-width dark bar */

div.home-master-page-footer
{
	width: 100%;
	/* background-color: #00132E; */
  background-color: #00291f;
	border-top: 1px solid #33544C;
	margin-top: 18px;
	font-family: "Neue Montreal";
	padding: 20px 26px;
	/* top/bottom only */
}

/* Inner content – layout only; sizing comes from .outer-row */

div.home-master-page-footer .footer-inner
{
	/* .outer-row from the skin controls max-width + side padding */
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 32px;
}

/* Each footer item */

div.home-master-page-footer .footer-inner > div
{
	flex: 0 0 auto;
	/* size to content */
}

/* Text */

div.home-master-page-footer .footer-inner p
{
	margin: 0;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Neue Montreal";
}

/* Links */

div.home-master-page-footer .footer-inner a
{
	color: #FFF;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	transition: all 0.2s;
}

/* Logo image */

div.home-master-page-footer .footer-inner img
{
	display: block;
}

/* ============ Feedback widget ============ */

.kb-feedback
{
	margin-top: 24px;
	padding: 16px;
	/* border: 1px solid #e5e7eb; */
	border-radius: 4px;
	background: #fff;
	border: 1px solid var(--ix-line);
	box-shadow: var(--shadow);
}

.kb-feedback__title
{
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.3;
}

.kb-feedback__choices
{
	display: inline-flex;
	gap: 8px;
}

.kb-fb-btn
{
	appearance: none;
	border: 1px solid #d1d5db;
	background: #f9fafb;
	padding: 8px 14px;
	border-radius: 999px;
	font-weight: 600;
	cursor: pointer;
}

.kb-fb-btn:hover
{
	background: #F3F4F6;
}

.kb-fb-btn[aria-pressed="true"]
{
	border-color: #8796DD;
	box-shadow: 0 0 0 2px rgba(135, 150, 221, .22) inset;
	background: #EEF2FF;
}

.kb-feedback__form
{
	margin-top: 12px;
}

.kb-feedback__label
{
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	color: #374151;
}

.kb-feedback__textarea
{
	display: block;
	width: 100%;
	min-height: 96px;
	padding: 10px 12px;
	border: 1px solid #e5e7eb;
	border-radius: 4px;
	resize: vertical;
	font: inherit;
	background: #fff;
}

.kb-feedback__submit
{
	margin-top: 10px;
	padding: 8px 14px;
	border-radius: 4px;
	border: 1px solid #d1d5db;
	background: #111827;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}

.kb-feedback__submit:hover
{
	background: #0b1220;
}

.kb-feedback__note
{
	margin-top: 6px;
	font-size: 12px;
	color: #6b7280;
}

.kb-feedback__status
{
	margin: 10px 0 0;
	font-size: 14px;
	color: #374151;
}

/* =========================================
   Data Table — ix-table
   - Uses your design tokens and brand palette
========================================= */

.ix-table
{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	background: var(--card-bg);
	border: 1px solid var(--ix-line);
	border-radius: 4px;
	box-shadow: var(--shadow);
	overflow: hidden;
	/* rounds corners on thead */
	font-size: 14.5px;
	color: var(--ix-ink);
}

/* Caption */

.ix-table caption
{
	text-align: left;
	padding: 12px 16px;
	color: var(--ix-muted);
	font-size: 13px;
	border-bottom: 1px solid var(--ix-line);
	background: #fbfbfd;
}

/* Header */

.ix-table thead th
{
	background: linear-gradient(#f6f7fa, #f3f4f6);
	color: #0f172a;
	font-weight: 600;
	text-align: left;
	padding: 12px 16px;
	border-bottom: 1px solid var(--ix-line);
	white-space: nowrap;
}

/* Cells */

.ix-table td
{
	padding: 12px 16px;
	vertical-align: top;
	border-top: 1px solid var(--ix-line);
}

/* Inner column dividers on wide tables (not mobile-stacked) */

@media (min-width: 721px)
{
	.ix-table td + td,
	.ix-table th + th
	{
		border-left: 1px solid var(--ix-line);
	}
}

.ix-table tbody tr.is-selected
{
	background: #E6F8FA;
	/* light teal */
	box-shadow: inset 3px 0 0 #17A2B8;
	/* brand accent */
}

/* Utilities */

.ix-table .is-num
{
	text-align: right;
	font-variant-numeric: tabular-nums;
}

.ix-table .is-center
{
	text-align: center;
}

.ix-table .muted
{
	color: var(--ix-muted);
}

/* Compact variant */

.ix-table.is-compact td,
.ix-table.is-compact th
{
	padding: 8px 12px;
}

/* Striped variant */

.ix-table.is-striped tbody tr:nth-child(even)
{
	background: #fafbfc;
}

/* Bordered cells variant */

.ix-table.is-bordered td,
.ix-table.is-bordered th
{
	border: 1px solid var(--ix-line);
}

.ix-table.is-bordered
{
	border-radius: 4px;
	overflow: hidden;
}

.ix-table-td-numbers
{
	text-align: center;
}

/* Sticky header (within a scroll container) */

.ix-table.has-sticky thead th
{
	position: sticky;
	top: 0;
	z-index: 1;
}

/* Sortable header affordance (opt-in via .is-sortable on th) */

.ix-table thead th.is-sortable
{
	cursor: pointer;
	user-select: none;
	position: relative;
	padding-right: 28px;
}

.ix-table thead th.is-sortable::after
{
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	opacity: .45;
	background: no-repeat center / 10px 10px url('data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2710%27 height=%2710%27 viewBox=%270 0 20 20%27 fill=%27%2300291F%27><path d=%27M10 4l5 6H5l5-6zm0 12l-5-6h10l-5 6z%27/></svg>');
}

.ix-table thead th.is-sort-asc::after
{
	transform: translateY(-50%) rotate(180deg);
	opacity: .8;
}

.ix-table thead th.is-sort-desc::after
{
	opacity: .8;
}

/* Pills / badges (nice for status columns) */

.ix-pill
{
	display: inline-flex;
	align-items: center;
	height: 22px;
	padding: 0 8px;
	font-size: 12px;
	border-radius: 999px;
	border: 1px solid var(--ix-line);
	background: #fff;
}

.ix-pill--ok
{
	background: #E6F4EA;
	color: #0a3;
	border-color: #cfe8d8;
}

.ix-pill--warn
{
	background: #FFF7E6;
	color: #9a6b00;
	border-color: #fde7b8;
}

.ix-pill--error
{
	background: #FDECEE;
	color: #b42318;
	border-color: #f7c6cc;
}

/* Responsive “stack on mobile” (opt-in: add .stack-on-mobile) */

.ix-table.stack-on-mobile
{
	display: block;
}

.ix-table.stack-on-mobile thead
{
	display: none;
}

.ix-table.stack-on-mobile tbody,
.ix-table.stack-on-mobile tr,
.ix-table.stack-on-mobile td
{
	display: block;
	width: 100%;
}

.ix-table.stack-on-mobile tbody tr
{
	border-top: 1px solid var(--ix-line);
}

.ix-table.stack-on-mobile td
{
	border: 0;
	padding: 10px 16px;
}

.ix-table.stack-on-mobile td::before
{
	content: attr(data-label);
	display: block;
	font-size: 12px;
	color: var(--ix-muted);
	margin-bottom: 2px;
}

.table-controls
{
	display: flex;
	justify-content: flex-end;
	padding: 6px 10px;
}

.table-reset
{
	font-size: 13px;
	line-height: 1.3;
	padding: 4px 10px;
	border: 1px solid var(--ix-gray);
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
	transition: background .2s;
}

.table-reset:hover
{
	background: #F3F4F6;
}

/* Optional sort indicators for .ix-table headers */

.ix-table thead th[data-sortable]
{
	position: relative;
	cursor: pointer;
	user-select: none;
}

.ix-table thead th[data-sortable]::after
{
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	width: 0;
	height: 0;
	transform: translateY(-50%);
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #6B7280;
	/* muted by default */
	opacity: .4;
}

.ix-table thead th.is-sorted-asc::after
{
	border-top-color: transparent;
	border-bottom: 6px solid #17a2b8;
	/* brand teal */
	opacity: 1;
}

.ix-table thead th.is-sorted-desc::after
{
	border-top: 6px solid #17A2B8;
	/* brand teal */
	opacity: 1;
}

/* =========================================
   Sidebar (Menu Proxy) – scroll when needed
   and shrink when not
========================================= */

.global-toc
{
	position: sticky;
	top: calc(var(--topnav-h) + 56px);
	/* viewport cap; height otherwise auto so it can shrink */
	max-height: calc(100vh - (var(--topnav-h) + 56px + 24px));
	padding: 12px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	box-sizing: border-box;
	min-height: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--ix-line);
	box-shadow: var(--shadow);
}

/* scrollable area */

#globalMenu
{
	flex: 1 1 auto;
	min-height: 0;
	height: auto !important;
	max-height: none !important;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	box-sizing: border-box;
}

/* neutralize flyout/positioning from skins inside the card */

#globalMenu .mc-component,
#globalMenu .menu,
#globalMenu .Menu,
#globalMenu [class*="menu"],
#globalMenu [class*="Menu"],
#globalMenu [class*="_Skins_Menu"]
{
	position: static !important;
	inset: auto !important;
	float: none !important;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	transform: none !important;
	z-index: auto !important;
	box-sizing: border-box;
}

/* undo sticky wrappers’ inline min-heights so the card can shrink */

.global-toc [data-sticky-container],
.global-toc .sticky-container
{
	min-height: 0 !important;
	height: auto !important;
}

.global-toc [style*="min-height"]
{
	min-height: 0 !important;
}

/* tree + links */

#globalMenu,
#globalMenu > ul,
#globalMenu ul
{
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	box-sizing: border-box;
}

#globalMenu li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#globalMenu li ul
{
	position: static !important;
	display: block !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#globalMenu a
{
	display: block;
	padding: 6px 8px;
	color: #111827;
	line-height: 1.35;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 4px;
	box-sizing: border-box;
}

#globalMenu a[aria-current="page"],
#globalMenu a.is-current,
#globalMenu li.MCActive > a
{
	border-color: var(--ix-primary);
	background: #EEF2FF;
}

/* indentation */

#globalMenu li ul a
{
	padding-left: 18px;
	font-size: 13px;
	color: #374151;
}

#globalMenu li ul li ul a
{
	padding-left: 28px;
}

#globalMenu li ul li ul li ul a
{
	padding-left: 38px;
}

/* expanders */

#globalMenu .MCExpander,
#globalMenu button[aria-expanded]
{
	appearance: none;
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 4px 6px;
	border-radius: 4px;
	margin-right: 2px;
}

#globalMenu .MCExpander:hover,
#globalMenu button[aria-expanded]:hover
{
	background: #F3F4F6;
}

/* Optional prettier scrollbar */

#globalMenu::-webkit-scrollbar
{
	width: 10px;
}

#globalMenu::-webkit-scrollbar-thumb
{
	background: #cfd3d8;
	border-radius: 4px;
}

#globalMenu:hover::-webkit-scrollbar-thumb
{
	background: #b8bec5;
}

/* Highlighted menu item */

ul.nocontent.menu._Skins_SideMenu .tree-node.selected,
ul.nocontent.menu._Skins_SideMenu .tree-node.active
{
	background-color: #e6f4ea;
	/* soft green highlight */
	border-radius: 4px;
	font-weight: 600;
	/* optional: makes it stand out more */
}

/* ===== SIDENAV SCROLL – final, minimal overrides (append at end) ===== */
/* Make the left card a true viewport-height box */

.global-toc
{
	position: sticky;
	top: calc(var(--topnav-h) + 56px);
	height: calc(
    100vh - (var(--topnav-h) + 56px + 24px)
  ) !important;
	/* full available height */
	max-height: none !important;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	/* the card itself doesn't scroll */
	min-height: 0 !important;
	/* allow children to shrink */
	border-radius: 4px;
}

/* The element that SHOULD scroll */

#globalMenu
{
	flex: 1 1 auto;
	min-height: 0 !important;
	/* critical: enable overflow */
	overflow: auto !important;
	/* scrollbar appears only when needed */
	-webkit-overflow-scrolling: touch;
}

/* Neutralize sticky/skin inline sizes that block scrolling */

.global-toc [data-sticky-container],
.global-toc .sticky-container
{
	min-height: 0 !important;
	height: auto !important;
	overflow: visible !important;
}

/* If the skin injects inline min-heights anywhere inside the card, kill them */

.global-toc [style*="min-height"]
{
	min-height: 0 !important;
}

/* Optional: nicer scrollbar (WebKit) */

#globalMenu::-webkit-scrollbar
{
	width: 10px;
}

#globalMenu::-webkit-scrollbar-thumb
{
	background: #cfd3d8;
	border-radius: 4px;
}

#globalMenu:hover::-webkit-scrollbar-thumb
{
	background: #b8bec5;
}

/* ===== Fix: side menu skin should sit inside the card ===== */
/* The card itself */

.global-toc
{
	position: sticky;
	top: calc(var(--topnav-h) + 56px);
	height: calc(100vh - (var(--topnav-h) + 56px + 24px));
	display: flex;
	flex-direction: column;
	overflow: hidden;
	min-height: 0 !important;
}

/* The element that should scroll */

#globalMenu
{
	flex: 1 1 auto;
	min-height: 0 !important;
	overflow: auto !important;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	/* keep edges flush with card padding */
	box-sizing: border-box;
}

/* Force the skin’s menu to be NORMAL inside the card */

#globalMenu .mc-component,
#globalMenu .menu,
#globalMenu ul.menu,
#globalMenu > ul
{
	position: static !important;
	inset: auto !important;
	/* top/right/bottom/left reset */
	float: none !important;
	transform: none !important;
	margin: 0 !important;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	box-sizing: border-box !important;
}

/* Nuke inline dimensions/offsets the script injects */

#globalMenu [style*="width"]
{
	width: 100% !important;
}

#globalMenu [style*="max-width"]
{
	max-width: 100% !important;
}

#globalMenu [style*="left"],
#globalMenu [style*="right"],
#globalMenu [style*="top"],
#globalMenu [style*="bottom"]
{
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
}

/* Also neutralize sticky-wrapper min-heights so the list can scroll/shrink */

.global-toc [data-sticky-container],
.global-toc .sticky-container
{
	min-height: 0 !important;
	height: auto !important;
	overflow: visible !important;
}

/* Optional: nicer scrollbar */

#globalMenu::-webkit-scrollbar
{
	width: 10px;
}

#globalMenu::-webkit-scrollbar-thumb
{
	background: #cfd3d8;
	border-radius: 4px;
}

#globalMenu:hover::-webkit-scrollbar-thumb
{
	background: #b8bec5;
}

/* Sidebar card auto-sizes to content, but never taller than the viewport cap */

.global-toc
{
	position: sticky;
	top: calc(var(--topnav-h) + 56px);
	/* no fixed height — let it shrink to fit */
	height: auto;
	max-height: calc(100vh - (var(--topnav-h) + 56px + 24px));
	/* viewport cap */
	display: flex;
	flex-direction: column;
	overflow: hidden;
	/* the list inside will scroll if needed */
	min-height: 0 !important;
}

/* The scrolling area: only scroll when content exceeds the cap */

#globalMenu
{
	overflow: auto;
	/* scroll only if taller than max-height */
	max-height: inherit;
	/* use the card’s cap, otherwise natural height */
	min-height: 0 !important;
	-webkit-overflow-scrolling: touch;
}

/* Neutralize sticky/min-height that Flare injects so the card can shrink */

.global-toc [data-sticky-container],
.global-toc .sticky-container
{
	min-height: 0 !important;
	height: auto !important;
	overflow: visible !important;
}

/* Keep the skin's UL behaving like a normal block inside the card */

#globalMenu .mc-component,
#globalMenu .menu,
#globalMenu ul.menu,
#globalMenu > ul
{
	position: static !important;
	inset: auto !important;
	float: none !important;
	transform: none !important;
	margin: 0 !important;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	box-sizing: border-box !important;
}

/* Safety: wipe inline sizes/offsets if they show up */

#globalMenu [style*="width"]
{
	width: 100% !important;
}

#globalMenu [style*="max-width"]
{
	max-width: 100% !important;
}

#globalMenu [style*="left"],
#globalMenu [style*="right"],
#globalMenu [style*="top"],
#globalMenu [style*="bottom"]
{
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
}

/* ===== Code blocks: prevent spill + show horizontal scroll ===== */
/* Treat any PRE as a scroll container (even if Prism classes are missing) */

.prose pre,
.prose pre[class*="language-"]
{
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

/* Make sure the CODE inside PRE doesn't shrink weirdly */

.prose pre > code
{
	display: block;
	min-width: max-content;
	/* ensures long lines create a scrollbar */
	white-space: pre;
	/* preserve formatting (no wrapping) */
}

/* Inline code should wrap instead of forcing horizontal overflow */

.prose :not(pre) > code
{
	white-space: normal;
	word-break: break-word;
}

/* --- Sidebar card should shrink-wrap to content, but cap at viewport --- */

.global-toc
{
	position: sticky;
	top: calc(var(--topnav-h) + 56px);
	height: auto !important;
	/* shrink to content */
	max-height: calc(
    100vh - (var(--topnav-h) + 56px + 24px)
  ) !important;
	/* cap */
	display: flex;
	flex-direction: column;
	overflow: hidden;
	/* the inner list scrolls when needed */
	min-height: 0 !important;
	/* let it shrink */
}

/* The actual scroll area: scroll only if taller than the cap */

#globalMenu
{
	max-height: 100% !important;
	/* inherit the card cap; otherwise natural */
	overflow: auto !important;
	/* scrollbar appears only when needed */
	min-height: 0 !important;
	-webkit-overflow-scrolling: touch;
}

/* Neutralize wrappers that force height (Flare sticky/height containers) */

.height-container-sidenav,
.height-container,
.global-toc > [data-sticky-container],
.global-toc > .sticky-container
{
	min-height: 0 !important;
	height: auto !important;
	overflow: visible !important;
}

/* Keep the menu skin behaving like a normal block inside the card */

#globalMenu .mc-component,
#globalMenu .menu,
#globalMenu ul.menu,
#globalMenu > ul
{
	position: static !important;
	inset: auto !important;
	float: none !important;
	transform: none !important;
	margin: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	box-sizing: border-box !important;
}

/* Safety: wipe inline sizes/offsets that can push it out of the card */

#globalMenu [style*="max-width"]
{
	max-width: 100% !important;
}

#globalMenu [style*="width"]
{
	width: 100% !important;
}

#globalMenu [style*="left"],
#globalMenu [style*="right"],
#globalMenu [style*="top"],
#globalMenu [style*="bottom"]
{
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
}

/* Trim any default bottom margins that can look like extra white space */

#globalMenu,
#globalMenu ul
{
	margin-bottom: 0 !important;
}

/* (Optional) WebKit/Safari nudge for shrink-wrap */

@supports (-webkit-touch-callout: none) {
  .global-toc {
    height: -webkit-fit-content;
  }
} 

/* === Side TOC active color override with brand palette === */

:root
{
	--toc-active-bg: rgba(135, 150, 221, 0.3);
	/* light dusk tint */
	--toc-active-text: #00291F;
	/* brand dark green */
	--toc-active-hov: #D1F2F6;
	/* slightly stronger teal tint */
	--toc-accent: #17A2B8;
	/* brand teal accent */
}

/* Active/current item */

#globalMenu ul.menu._Skins_SideMenu.mc-component li > a.selected,
#globalMenu ul.menu._Skins_SideMenu.mc-component li.MCActive > a,
#globalMenu ul.menu._Skins_SideMenu.mc-component li > a[aria-current="page"],
#globalMenu ul.menu._Skins_SideMenu.mc-component li > a.is-current
{
	background-color: var(--toc-active-bg) !important;
	color: var(--toc-active-text) !important;
	font-weight: 600 !important;
	border-radius: 4px !important;
	box-shadow: inset 3px 0 0 var(--toc-accent) !important;
}

/* Keep active color on hover */

#globalMenu ul.menu._Skins_SideMenu.mc-component li > a.selected:hover,
#globalMenu ul.menu._Skins_SideMenu.mc-component li.MCActive > a:hover,
#globalMenu ul.menu._Skins_SideMenu.mc-component li > a[aria-current="page"]:hover,
#globalMenu ul.menu._Skins_SideMenu.mc-component li > a.is-current:hover
{
	background-color: var(--toc-active-hov) !important;
	color: var(--toc-active-text) !important;
}

/* Neutral hover for non-selected items */
/* === Side TOC active color override (beats Flare skin) === */

:root
{
	--toc-active-bg: rgba(135, 150, 221, 0.3);
	/* soft disk that fits your palette */
	--toc-active-text: #013220;
	/* brand dark green */
	--toc-active-hov: #DDEEEA;
	/* slightly darker on hover */
	--toc-accent: #f0fcfb;
	/* optional left accent */
}

/* Active/current item */

#globalMenu ul.menu._Skins_SideMenu.mc-component li > a.selected,
#globalMenu ul.menu._Skins_SideMenu.mc-component li.MCActive > a,
#globalMenu ul.menu._Skins_SideMenu.mc-component li > a[aria-current="page"],
#globalMenu ul.menu._Skins_SideMenu.mc-component li > a.is-current
{
	background-color: var(--toc-active-bg) !important;
	color: var(--toc-active-text) !important;
	font-weight: 600 !important;
	border-radius: 4px !important;
	box-shadow: inset 3px 0 0 var(--toc-accent) !important;
	/* optional accent */
}

/* Keep the active color on hover (the skin makes it transparent) */

#globalMenu ul.menu._Skins_SideMenu.mc-component li > a.selected:hover,
#globalMenu ul.menu._Skins_SideMenu.mc-component li.MCActive > a:hover,
#globalMenu ul.menu._Skins_SideMenu.mc-component li > a[aria-current="page"]:hover,
#globalMenu ul.menu._Skins_SideMenu.mc-component li > a.is-current:hover
{
	background-color: var(--toc-active-hov) !important;
	color: var(--toc-active-text) !important;
}

/* Optional: neutral hover for non-selected items (keeps your subtle gray hover) */
/* Tables scroll instead of overflowing */

.prose .ix-table
{
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

/* Allow wrapping at spaces (not mid-word) */

.ix-table th,
.ix-table td
{
	word-break: normal;
	overflow-wrap: normal;
	hyphens: auto;
	/* optional: nicer wrapping for long words (language-dependent) */
}

/* Stop header nowrap from forcing huge width */

.ix-table thead th
{
	white-space: normal;
	/* wraps at spaces */
}

/* ===== Layout fix: align main content with header/search ===== */
/* Let the shell just fill its parent (.outer-row already sets the max width) */

.shell
{
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* The outer page-wrap (direct child of .shell) should fill its grid track */

.shell > .page-wrap
{
	width: 100% !important;
}

/* The inner page-wrap inside the article should not re-shrink the content */

#mc-main-content > .page-wrap
{
	max-width: none !important;
	overflow: auto;
}

/* =========================================
   Utilities
========================================= */

[id]
{
	scroll-margin-top: calc(var(--topnav-h) + 72px);
}

/* =========================================
   Responsive
========================================= */

@media (max-width: 1020px)
{
	.shell
	{
		grid-template-columns: 1fr;
	}

	.global-toc
	{
		position: static;
		max-height: none;
	}

	.global-searchbar .search-inner
	{
		padding: 0 12px;
	}
}

/* =========================================================
   RESPONSIVE ADD-ONS (append at end)
   ========================================================= */

/* sensible fluid media */

img,
svg,
video,
canvas,
iframe
{
	max-width: 100%;
	height: auto;
}

/* keep long inline stuff from breaking layout */

.prose pre,
.prose code,
code.inline
{
	max-width: 100%;
	overflow-x: auto;
}

/* ---------- Large tablet & down (≤ 1200px) ---------- */

@media (max-width: 1200px)
{
	:root
	{
		--shell-pad: 14px;
		--shell-gap: 16px;
	}

	.global-searchbar .search-inner
	{
		padding: 0 var(--shell-pad);
	}

	.header
	{
		padding: 16px 14px;
	}

	.prose
	{
		padding: 20px 18px;
	}
}

/* ---------- Tablet (≤ 1020px) ---------- */

@media (max-width: 1020px)
{
	/* stack layout: CONTENT first, then sidebar */

	.shell
	{
		grid-template-columns: 1fr;
		/* already in file; reiterate for priority */
		gap: 14px;
	}

	.page-wrap
	{
		order: 1;
		width: 100%;
	}

	.global-toc
	{
		order: 2;
		position: static;
		max-height: none;
	}

	/* page chrome */

	.header h1
	{
		font-size: 30px;
	}

	.page-wrap
	{
		width: 100%;
	}

	/* kill the 75% width on small */
	/* search pill slightly tighter */

	:root
	{
		--search-h: 40px;
	}

	.global-searchbar .search-field
	{
		padding: 0 56px !important;
	}

	.global-searchbar .search-filter-wrapper,
	.global-searchbar .search-submit-wrapper
	{
		width: 48px !important;
	}

	/* give tables a scroll container if not stacked */

	.prose .ix-table:not(.stack-on-mobile)
	{
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.prose .ix-table:not(.stack-on-mobile) table,
	.prose .ix-table:not(.stack-on-mobile) thead,
	.prose .ix-table:not(.stack-on-mobile) tbody
	{
		width: max-content;
		min-width: 100%;
	}
}

 ul.navigation > li > ul.openLeft {
	left: 0 !important;
 }

/* ---------- Small tablet / large phone (≤ 768px) ---------- */

@media (max-width: 900px) {
.page-wrap {
	width: 100% !important;
}

	.title-bar-layout a.logo {
		max-width: auto;
		width: 150px !important;
		margin-left: -10px;
		margin-bottom: -20px;		
	}
ul.navigation {
			margin-left: -10px;
}
.navigation-wrapper {
	margin-top: 20px !important;
}

	.off-canvas-wrapper-inner nav.title-bar .outer-row {
		display: grid;
	}
		div.home-master-page-footer .footer-inner {
		display: grid;
		gap: 25px;
		justify-items: start;
	}
	#indexLogoFooter {
		max-width: auto;
		width: 150px !important;
		margin-left: -10px;
		margin-bottom: -20px;
	}
}

@media (max-width: 768px)
{
	/* tighten spacing + type scale */

	body
	{
		font-size: 15.5px;
	}

	.header
	{
		padding: 14px 12px;
	}

	.header h1
	{
		font-size: 28px;
	}

	.prose
	{
		padding: 18px 14px;
	}

	.prose h2
	{
		font-size: 22px;
	}

	.prose h3
	{
		font-size: 16px;
	}

	/* breadcrumb + meta lines compress a bit */

	.meta-bar
	{
		gap: 6px;
		font-size: 12.5px;
	}

	.nav-search
	{
		width: 90%;
	}
}

/* ---------- Mobile (≤ 640px) ---------- */

@media (max-width: 640px)
{
	:root
	{
		--shell-pad: 10px;
		--shell-gap: 12px;
		--search-h: 38px;
	}

	/* shell fully fluid */

	.shell
	{
		padding: 0px var(--shell-pad) var(--shell-pad);
	}

	.off-canvas-wrapper-inner .outer-row
	{
		padding: 0px;
	}

	.nav-search
	{
		width: 90%;
	}

	/* header & content */

	.header
	{
		padding: 12px 10px;
	}

	.header h1
	{
		font-size: 24px;
		line-height: 1.2;
		margin: 2px 2px 8px;
	}

	.prose
	{
		padding: 14px 10px;
	}

	.prose .lead
	{
		font-size: 16px;
	}

	/* search pill compact controls */

	.global-searchbar
	{
		padding: var(--shell-pad) var(--shell-pad) 5px !important;
	}

	.global-searchbar .search-field
	{
		padding: 0 48px !important;
	}

	.global-searchbar .search-filter-wrapper,
	.global-searchbar .search-submit-wrapper
	{
		width: 44px !important;
	}

	/* nav menu text slightly smaller to fit */

	ul.navigation > li > a
	{
		font-size: 16px;
	}

	/* feedback widget spacing */

	.kb-feedback
	{
		padding: 12px;
	}
	.navigation ul > li > a {
	font-size: 15px !important;
	}
	div.home-master-page-footer .footer-inner {
		display: grid;
		gap: 25px;
		justify-items: start;
	}
	#indexLogoFooter {
		max-width: auto;
		width: 150px;
		margin-left: -10px;
		margin-bottom: -20px;
	}



}

	ul.navigation ul > li > a {
	font-size: 16px !important;
    line-height: 1.7 !important;
	}

/* ---------- Very small phones (≤ 380px) ---------- */

@media (max-width: 380px)
{
	.header h1
	{
		font-size: 22px;
	}

	.prose
	{
		padding: 12px 8px;
	}

	.global-searchbar .search-field
	{
		font-size: .95rem !important;
	}
}

/* ===== Fix horizontal overflow (bottom scrollbar) ===== */
/* 1) Make the main content fluid; cap it instead of forcing a fixed width */

#mainContent
{
	width: 100% !important;
	max-width: none !important;
	/* border: 1px solid var(--ix-line); */
	box-shadow: var(--shadow);
	border-radius: 4px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

/* 2) Ensure layout wrappers never exceed viewport width */

.shell,
.page-wrap,
.global-toc
{
	max-width: 100%;
	box-sizing: border-box;
}

/* 3) Use border-box everywhere so padding doesn’t push boxes past 100% */

*,
*::before,
*::after
{
	box-sizing: border-box;
}

/* 4) On narrow screens, remove any leftover fixed widths */

@media (max-width: 1020px)
{
	#mainContent,
	.page-wrap
	{
		width: 100% !important;
		max-width: 100%;
	}
}

/* Optional last-resort guard — uncomment if some third-party widget still overflows */
/* html, body { overflow-x: hidden; } */
/* ===== Desktop width + cap cleanup (wide screens) ===== */
/* 1) Make the overall content area breathe on big displays */

:root
{
	/* grows with viewport but never past 1600; never below 1280 */
	--shell-max: clamp(1280px, 92vw, 1600px);
}

/* 2) The grid container should be the ONLY thing capped + centered */

.shell
{
	max-width: var(--shell-max) !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* 4) Let the article column use the full space of the grid track */

.page-wrap
{
	width: 100% !important;
}

/* 5) Keep the search pill aligned to the same width cap */

.global-searchbar .search-inner
{
	max-width: var(--shell-max) !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* 6) Optional: slightly wider sidebar on huge screens (keeps balance) */

@media (min-width: 1600px)
{
	:root
	{
		--sidebar-w: 320px;
	}
}

/* === Force visible rounded corners on search bar === */

.global-searchbar .search-bar.search-bar-container,
.global-searchbar .search-bar.search-bar-container._Skins_global_search,
.global-searchbar .search-field,
.global-searchbar .search-input-wrapper,
.global-searchbar .search-inner
{
	border-radius: 4px !important;
	overflow: hidden !important;
	/* ensures children don’t square it off */
}

/* =========================================================
   FINAL OVERRIDES (keep this section single-source)
   ========================================================= */

/* ---------- Search pill: positioning + dropdown ---------- */
/* Anchor absolute children + don't clip dropdown */

.global-searchbar .search-bar.search-bar-container.needs-pie
{
	position: relative !important;
	overflow: visible !important;
}

/* Input spacing so icons don’t overlap text */

.global-searchbar input.search-field
{
	padding-left: 62px !important;
	padding-right: 62px !important;
}

/* Open state #1: Flare commonly toggles wrapper class */

.global-searchbar .search-filter-wrapper.open .search-filter-content
{
	display: block !important;
	visibility: visible !important;
	max-height: 400px !important;
	overflow-y: auto !important;
}

/* Open state #2: backup when aria-expanded is updated */

.global-searchbar .search-filter[aria-expanded="true"] ~ .search-filter-content,
.global-searchbar .search-filter[aria-expanded="true"] + .search-filter-content
{
	display: block !important;
	visibility: visible !important;
	max-height: 400px !important;
	overflow-y: auto !important;
}

/* ---------- Search pill: rounded corners (single version) ---------- */

.global-searchbar .search-bar.search-bar-container
{
	border-radius: 4px !important;
	overflow: hidden !important;
	/* clip inner corners */
}

.global-searchbar input[type="search"]
{
	border-radius: 4px !important;
}

/* =========================================
   Global Search Bar (match NewHomePages; NOT sticky)
   - Copy of the NewHomePages search styling, adjusted so it scrolls with the page
========================================= */

/* Container (non-sticky for content pages) */

.global-searchbar
{
	position: relative;
	top: auto;
	/* z-index: 900; */
	background: transparent;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 28px var(--shell-pad) var(--shell-pad);
	overflow: visible;
  max-width: var(--shell-max) !important
	/* let dropdowns escape the pill */
}

/* Inner width matches body; keeps pill centered */

.global-searchbar .search-inner
{
	width: 100%;
	height: 100% !important;
	max-width: var(--content-max);
	padding: 0 var(--shell-pad);
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}

/* Proxy pill (supports several skins) */

.global-searchbar .search-bar.search-bar-container._Skins_SearchTopics.mc-component,
.global-searchbar .search-bar.search-bar-container._Skins_global_search.mc-component,
.global-searchbar .search-bar.search-bar-container._Skins_SearchHome.mc-component
{
	position: relative !important;
	/* <-- changed from sticky */
	display: block !important;
	width: 100% !important;
	max-width: var(--shell-max) !important;
	margin: 0 auto !important;
	height: var(--search-h) !important;
	border-radius: 4px !important;
	overflow: visible !important;
  /* border-top: 1px solid var(--ix-line) !important;
  border-bottom: 1px solid var(--ix-line) !important; */
	/* don’t clip dropdowns */
}

/* Input */

.global-searchbar .search-bar .search-field
{
	padding: 11px 72px !important;
	/* room for the buttons */
	border: none !important;
	border-radius: 4px !important;
	background: #fff !important;
	color: #1F2937 !important;
	font-size: 1rem !important;
	box-sizing: border-box !important;
  /* border-top: 1px solid var(--ix-line) !important;
  border-bottom: 1px solid var(--ix-line) !important;   */
}

.global-searchbar .search-bar .search-field:focus
{
	outline: none !important;
	box-shadow: 0 0 0 3px rgba(135,150,221,.25) !important;
}

.global-searchbar .search-bar .search-field::-webkit-search-cancel-button
{
	display: none !important;
}

.global-searchbar .search-bar .search-field::placeholder
{
	color: #6B7280 !important;
}

/* Buttons (filter matches search button) */

.global-searchbar .search-filter:hover,
.global-searchbar .search-submit:hover
{
	background-color: #e9ecef !important;
}

/* Autocomplete / popovers base positioning */

.global-searchbar .search-bar .search-auto-complete,
.global-searchbar .search-bar .MCFilterDropDown,
.global-searchbar .search-bar .MCDropDown,
.global-searchbar .search-bar .search-filter-menu
{
	position: absolute !important;
	left: 0 !important;
	top: calc(100% + 6px) !important;
	z-index: 5000 !important;
}

/* =========================================
   Filter dropdown (relies on Flare's aria-expanded)
========================================= */

/* Default: menu closed (sibling after .search-filter) */

.global-searchbar .search-filter + .search-filter-content
{
	display: none;
	visibility: hidden;
}

/* OPEN state – when Flare sets aria-expanded="true" on the button */

.global-searchbar .search-filter[aria-expanded="true"] + .search-filter-content
{
	display: block !important;
	visibility: visible;
	pointer-events: auto;
	max-height: 400px !important;
	overflow-y: auto;
}

/* Dropdown panel look/position */

.global-searchbar .search-bar .search-filter-content
{
	position: absolute !important;
	top: calc(100% + 8px) !important;
	left: 0 !important;
	z-index: 5000 !important;
	min-width: 260px;
	background: #fff;
	border: 1px solid #E5E7EB;
	border-radius: 4px;
	box-shadow: 0 12px 24px rgba(0,0,0,.12);
	overflow: hidden;
}

/* Dropdown items */

.global-searchbar .search-bar .search-filter-content ul
{
	margin: 0;
	padding: 6px 0;
	list-style: none;
}

.global-searchbar .search-bar .search-filter-content li
{
	margin: 0;
}

.global-searchbar .search-bar .search-filter-content button,
.global-searchbar .search-bar .search-filter-content a,
.global-searchbar .search-bar .search-filter-content li > *
{
	display: block;
	width: 100%;
	padding: 8px 14px;
	text-align: left;
	color: #1F2937;
	text-decoration: none;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.global-searchbar .search-bar .search-filter-content li:hover > *
{
	background: #F3F4F6;
}

/* Match rounded corners on the left button */

.search-bar._Skins_global_search.mc-component .search-filter
{
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-right: 1px solid var(--ix-line) !important;
}
.search-bar.search-bar-container._Skins_global_search.mc-component .search-submit {
  border-left: 1px solid var(--ix-line) !important;
}
