/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*===== Topic General Styles =====*/

body
{
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
	font-size: 16px;
	/* Baseline */
	line-height: 1.6;
	/* Standard for readability */
	color: #404040;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-feature-settings: "kern" 1;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1
{
	border-bottom: none;
	color: #01426c;
	font-size: 2rem;
	/* 32px — unchanged */
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0 0 0.75rem 0;
	padding-bottom: 0;
	text-shadow: none;
	scroll-margin-top: 5rem;
}

/* ==== h1 Subheading ==== */

.subheading
{
	color: #646d76;
	/* Medium gray */
	font-size: 1.125rem;
	/* ~18px */
	font-weight: 400;
	/* Regular weight */
	line-height: 1.5;
	/* Readable line height */
	margin: 0 0 2rem 0;
	/* Bottom spacing */
}

h2
{
	border-bottom: none;
	color: #01426c;
	font-size: 1.5rem;
	/* 24px — was 22px */
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.3;
	margin: 2.5rem 0 0.75rem 0;
	/* More space above for clear section breaks */
	padding-bottom: 0;
	text-shadow: none;
	scroll-margin-top: 5rem;
}

/* ==== Heading Icon (font awesome) ==== */

.heading-icon
{
	margin-right: 10px;
	/*Use with Font Awesome icons and when you need space between the icon and heading text*/
}

h3
{
	color: #01426C;
	font-size: 1.25rem;
	/* 20px — was 18px */
	font-weight: 700;
	line-height: 1.35;
	margin: 1.5rem 0 0.625rem 0;
	/* Distinct from h2 and h4 spacing */
	scroll-margin-top: 5rem;
}

h4
{
	color: #454545;
	font-size: 1.125rem;
	/* 18px — was 16px */
	font-weight: 700;
	line-height: 1.4;
	margin: 1.25rem 0 0.5rem 0;
	/* Tighter top margin than h3 */
	text-shadow: none;
	scroll-margin-top: 5rem;
}

h5
{
	color: #01426C;
	font-size: 1rem;
	/* 16px — was 15px */
	font-weight: 600;
	line-height: 1.4;
	margin: 1.25rem 0 0.5rem 0;
	text-shadow: none;
	scroll-margin-top: 5rem;
}

a
{
	color: #0969da;
	/* Cleaner blue */
	text-decoration: underline;
	transition: color 0.2s ease;
}

a:hover,
a:focus
{
	color: #0860ca;
	/* Slightly darker on hover */
	text-decoration: underline;
}

a:active
{
	color: #033d8b;
}

hr
{
	background-color: rgba(1, 66, 108, 0.6);
	/* Made it slightly transparent for a more subtle appearance */
	border-width: 0;
	height: 1px;
	margin-bottom: 20px;
	margin-top: 30px;
}

li
{
	margin-bottom: 6px;
	margin-top: 6px;
}

/* =============== Logo header styles ====================== */

.logos-container
{
	display: flex;
	align-items: center;
	/* justify-content: flex-end; /* Right-aligns the logos */
	gap: 16px;
	padding: 8px 0;
}

.logos-main-img
{
	height: 60px;
	width: auto;
}

.logos-partner-img
{
	height: 40px;
	width: auto;
}

.logos-partner-img
{
	opacity: 0.8;
}

/* ------------------------------------------------------ */

p
{
	font-size: 1rem;
	/* Use rem instead of px for scalability */
	line-height: 1.6;
	margin: 0 0 1rem 0;
	/* Use rem for consistency */
	font-weight: 400;
}

p:last-child
{
	margin-bottom: 0;
	/* No extra space after the final paragraph */
}

highlight.text	/*Styling for highlighting inline text */
{
	color: #01426C;
}

highlight-bold.text	/* Styling for highlighting inline text with bold */
{
	color: #01426C;
	font-weight: bold;
}

/* ===== IMAGES ===== */

img
{
	max-width: 100%;
	/* never exceed container */
	height: auto;
	/* preserve aspect ratio */
}

img.thumbnail
{
	mc-thumbnail: popup;
}

img.gif-with-border
{
	border: 2px solid #01426C;
	border-radius: 15px;
	padding: 5px;
}

.screenshot-medium
{
	max-width: 75%;
}

.screenshot-small
{
	max-width: 50%;
}

.screenshot-xsmall
{
	max-width: 25%;
}

table	/*Prevent long strings of non-breaking text to stretch table*/
{
	overflow-wrap: anywhere;
}

/* ===== Parameter & Code Styling for API docs ===== */

code.api
{
	color: #0969da;
	/* Enhanced blue for better contrast */
	background-color: #f6f8fa;
	/* Subtle gray background - industry standard */
	font-family: ui-monospace, SFMono-Regular, 'SF Mono', Monaco, Menlo, 'Liberation Mono', 'Consolas', 'Ubuntu Mono', monospace;
	border: 1px solid #d1d9e0;
	/* Light border for definition */
	border-radius: 6px;
	/* Slightly larger radius for modern look */
	padding: 3px 6px;
	white-space: normal;
	/* Allows wrapping */
	overflow-wrap: anywhere;
	/* Wraps at any character, but prefers natural break points */
	word-break: break-word;
	/* Breaks at allowed points, not just anywhere */
	font-size: 0.875em;
	/* 14px equivalent for better readability */
	font-weight: 600;
	/* Semi-bold for parameter emphasis */
	/* Use line-height instead of margin for spacing */
	line-height: 2.1;
	/* Adds vertical breathing room */
	vertical-align: baseline;
	/* Maintains alignment with text */
}

div.breadcrumbs
{
	margin-left: 18%;
	float: left;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

div.footer
{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #01426C;
}

div.footer a	/*Complex Selector: Any anchor (links) tags that are within div.footer will have the following properties */
{
	text-decoration: none;
	color: #DADADA;
}

div.footer > div.outer-row
{
	line-height: 30px;
	padding: 0;
}

div.home-master-page-footer	/*This layout was created using the Responsive Layout Editor. Go to: Home Ribbon > Styles Section > Responsive Layout*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	width: 55%;
}

div.home-master-page-footer::before
{
	content: ' ';
	display: table;
}

div.home-master-page-footer::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-master-page-footer > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-master-page-footer > div:nth-child(1)
{
	width: 33.333%;
}

div.home-master-page-footer > div:nth-child(2)
{
	width: 33.333%;
}

div.home-master-page-footer > div:nth-child(3)
{
	width: 33.333%;
}

div.footer p	/*Complex Selector: Any <p> that is contained within div.footer will have the following properties*/
{
	color: #ffffff;
	font-size: 0.8em;
}

/*========== STYLES added ========== */

div.section-highlight
{
	background-color: #f0f0f0;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 25px;
}

div.section-highlight h2
{
	border-top: none;
	margin: 1rem 0 0.5rem 0;
	padding: 0;
}

div.section-highlight h3
{
	color: #01426C;
	font-size: 1.2em;
	margin: 10px -12px;
}

/* ===========================================
   Page Intro Layout (Text Left / Logos Right)
   =========================================== */

.page-intros2
{
	/* 1. LAYOUT SETTINGS */
	display: flex;
	flex-direction: row;
	/* Side-by-side on desktop */
	align-items: flex-start;
	/* Top Alignment: Aligns logos to the first line of text */
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 30px;
	flex-wrap: wrap;
	/* 2. THE GRAY BACKGROUND (Locked in) */
	/* We add this here so it works even if you change Master Pages */
	background-color: #f2f3f4;
	/* Matches your existing gray tile color */
	border-radius: 10px;
	/* Adds the rounded corners */
	padding: 25px;
	/* Adds space so text doesn't hit the edge */
}

/* Column 1: The Introduction Text */

.page-intros2 > div:first-child
{
	flex: 3;
	/* WIDTH: Text takes 3/4 of the space */
	min-width: 300px;
}

/* Column 2: The Logo Container */

.page-intros2 > div:last-child
{
	flex: 1;
	/* WIDTH: Logos take 1/4 of the space */
	max-width: 220px;
	/* SIZE: Prevents logos from getting too huge */
	display: flex;
	justify-content: center;
	align-items: flex-start;
	/* Internal images align to top */
	margin-top: 5px;
	/* Micro-adjustment to align with text height */
}

/* ===========================================
   Mobile Responsiveness
   =========================================== */

@media (max-width: 768px)
{
	.page-intros2
	{
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}

	.page-intros2 > div:first-child
	{
		width: 100%;
		order: 1;
	}

	.page-intros2 > div:last-child
	{
		width: 100%;
		max-width: none;
		flex: auto;
		order: 2;
		margin-top: 10px;
		justify-content: center;
		align-items: center;
	}

	.logos-header-group
	{
		width: 100%;
		align-items: center !important;
	}
}

/* ######### API Doc Styles ######### */

.TableStyle-API-3Column-BodyE-Parameter-Body1,
.TableStyle-API-3Column-BodyB-Parameter-Body2,
.TableStyle-API-2Column-BodyE-Parameter-Body1,
.TableStyle-API-2Column-BodyB-Parameter-Body2
{
	line-height: 1.2;
}

/*====== CALLOUT: KEY INFORMATION======*/

div.key-information
{
	background-color: #EFEFEF;
	border: 2px solid #01426C;
	padding: 15px;
	/* Consistent padding for all sides */
	margin: 25px;
	border-radius: 8px;
	box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1);
	/* Flexbox for alignment */
	display: flex;
	align-items: center;
	/* Vertically centers content */
	flex-wrap: wrap;
	/* Allow content to wrap if it overflows */
}

div.key-information h3
{
	color: #01426C;
	font-size: 1.2em;
	margin: 1rem 0 0.3rem 0;
	margin-bottom: 10px;
	flex: 1;
	/* Allows heading to expand and fill space */
}

div.key-information h3::before
{
	font-family: "Font Awesome 6 Free";
	/* Use the correct Font Awesome version */
	content: "\f0ca";
	/* Checkmark icon code - change as needed */
	color: orange;
	display: inline-flex;
	margin-right: 8px;
	align-items: center;
}

div.key-information p
{
	color: #333;
	font-size: 0.9rem;
	line-height: 1.3;
}

div.key-information ul
{
	list-style: disc;
	margin: 0;
	/* Remove default list margins */
}

div.key-information li
{
	margin: 0;
	/* Remove any default list item margins */
}

code
{
	mc-hidden: unhidden;
}

@media (max-width: 768px)
{
	div.key-information
	{
		margin: 15px;
		padding: 10px;
		/* Adjust padding if needed for mobile */
	}
}

/*====== CALLOUT: DEFINITIONS======*/

div.box-definitions
{
	background-color: #f0f0f0;
	border: 2px solid #01426C;
	padding: 10px 35px 10px 35px;
	margin: 25px auto;
	border-radius: 5px;
	width: 90%;
}

/* Media query for smaller screens (e.g., mobile phones) */

@media (max-width: 768px)
{
	div.box-definitions
	{
		padding: 10px 15px;
		/* Reduced padding for mobile */
	}
}

div.box-definitions h3
{
	color: #01426C;
	font-size: 1.2em;
	margin: 10px -12px;
}

div.box-definitions h4
{
	color: #01426c;
	font-size: 1.0em;
}

.box-definitions i
{
	/* Font Awesome icons */
	color: #01426C;
	font-size: 1.4em;
	margin-right: 10px;
}

.box-definitions p
{
	color: #333;
	font-size: 0.9rem;
	line-height: 1.5;
	margin-left: 5px;
}

div.box-definitions:hover
{
	transform: translateY(-5px);
	/* Moves the box slightly up */
	box-shadow: 0px 8px 25px rgba(0,0,0,0.2);
	/* Enhanced shadow on hover */
}

/*====== CALLOUT: TIPS ======*/

div.box-tip
{
	position: relative;
	background-color: #d9f4f7;
	border-left: 5px solid #02a9b6;
	border-radius: 6px;
	box-shadow: 0 1px 6px rgba(2, 169, 182, 0.07);
	/* Subtle teal shadow to match other callouts */
	margin: 1.75em 0;
	padding: 1.6em 1.1em 0.5em 3.6em;
	/* Top padding for label */
	color: #0c4a4e;
	font-size: 1rem;
	overflow: hidden;
	transition: box-shadow 0.12s;
}

/* TIP icon using SVG DATA URI */

div.box-tip::before
{
	content: '';
	position: absolute;
	top: 0.8em;
	left: 1.1em;
	width: 1.5em;
	height: 1.5em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%2302a9b6'/%3E%3Cpath fill='white' d='M6 4l4 4-4 4V4z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 0.95;
}

/* "Tip" label */

div.box-tip::after
{
	content: "Tip";
	display: block;
	font-weight: 700;
	color: #02a9b6;
	font-size: 1.07em;
	letter-spacing: 0.01em;
	line-height: 1.3;
	margin-bottom: 0.4em;
	position: absolute;
	left: 3.6em;
	top: 0.8em;
	background: transparent;
	text-shadow: 0 1px 0 #fff;
	z-index: 1;
	pointer-events: none;
}

/* Ensure content doesn't overlap with the label */

div.box-tip > *
{
	position: relative;
	z-index: 2;
}

/* Standardize paragraphs and lists inside the tip box */

div.box-tip p
{
	margin: 0.7em 0 0 0;
	color: #0c4a4e;
	font-size: 1rem;
	line-height: 1.4;
}

div.box-tip ul
{
	margin: 0.6em 0 0.3em 1.6em;
	padding: 0;
	list-style-type: none;
}

div.box-tip li
{
	position: relative;
	padding-left: 1.2em;
	margin-bottom: 0.3em;
	color: #0c4a4e;
}

div.box-tip li::before
{
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
	color: #02a9b6;
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: bold;
}

/* Responsive adjustment for narrow screens */

@media (max-width: 480px)
{
	div.box-tip
	{
		padding: 1.6em 0.8em 0.5em 2.8em;
		font-size: 0.95rem;
	}

	div.box-tip::before
	{
		top: 0.8em;
		left: 0.8em;
		width: 1.2em;
		height: 1.2em;
	}

	div.box-tip::after
	{
		left: 2.8em;
		top: 0.8em;
		font-size: 1em;
	}
}

/*====== CALLOUT: IMPORTANT ======*/

div.box-important
{
	position: relative;
	border-left: 3px solid #8250df;
	border-radius: 0;
	background: none;
	box-shadow: none;
	margin: 1.5em 0;
	padding: 0.25em 0 0.25em 1em;
	color: inherit;
	font-size: 1rem;
	overflow: visible;
	transition: none;
}

/* Icon (speech bubble with exclamation SVG) */

div.box-important::before
{
	content: '';
	position: absolute;
	top: 0.3em;
	left: 1em;
	width: 1em;
	height: 1em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%238250df' d='M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v9.5A1.75 1.75 0 0 1 14.25 13H8.06l-2.573 2.573A1.458 1.458 0 0 1 3 14.543V13H1.75A1.75 1.75 0 0 1 0 11.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h6.5a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25Zm7 2.25v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

/* "Important" label */

div.box-important::after
{
	content: "Important";
	position: absolute;
	top: 0.25em;
	left: 2.4em;
	font-weight: 600;
	font-size: 0.95rem;
	color: #8250df;
	line-height: 1.4;
	background: transparent;
	text-shadow: none;
	pointer-events: none;
}

/* Push content below the icon + label line */

div.box-important > *:first-child
{
	margin-top: 1.6em;
}

div.box-important > *
{
	position: relative;
}

div.box-important p
{
	margin: 0.4em 0;
	color: inherit;
	font-size: 0.95rem;
	line-height: 1.6;
}

div.box-important ul
{
	margin: 0.4em 0 0.4em 1.4em;
	padding: 0;
	list-style-type: disc;
}

div.box-important li
{
	margin-bottom: 0.25em;
	color: inherit;
	font-size: 0.95rem;
	line-height: 1.6;
}

/* Remove any custom bullet overrides — use default disc */

div.box-important li::before
{
	content: none;
}

/* ====== RESPONSIVE: MOBILE ====== */

@media (max-width: 480px)
{
	div.box-note,
	div.box-important
	{
		padding: 0.25em 0 0.25em 0.75em;
		font-size: 0.95rem;
	}

	div.box-note::before,
	div.box-important::before
	{
		left: 0.75em;
	}

	div.box-note::after,
	div.box-important::after
	{
		left: 2.1em;
	}
}

/*====== CALLOUT: NOTE/INFO ======*/

div.box-note
{
	position: relative;
	border-left: 3px solid #0969da;
	border-radius: 0;
	background: none;
	box-shadow: none;
	margin: 1.5em 0;
	padding: 0.25em 0 0.25em 1em;
	color: inherit;
	font-size: 1rem;
	overflow: visible;
	transition: none;
}

/* Icon (info circle SVG) */

div.box-note::before
{
	content: '';
	position: absolute;
	top: 0.3em;
	left: 1em;
	width: 1em;
	height: 1em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%230969da'/%3E%3Ccircle cx='8' cy='5.5' r='1.2' fill='white'/%3E%3Crect x='7.2' y='7.5' width='1.6' height='5.5' rx='0.8' fill='white'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

/* "Note" label */

div.box-note::after
{
	content: "Note";
	position: absolute;
	top: 0.25em;
	left: 2.4em;
	font-weight: 600;
	font-size: 0.95rem;
	color: #0969da;
	line-height: 1.4;
	background: transparent;
	text-shadow: none;
	pointer-events: none;
}

/* Push content below the icon + label line */

div.box-note > *:first-child
{
	margin-top: 1.6em;
}

div.box-note > *
{
	position: relative;
}

div.box-note p
{
	margin: 0.4em 0;
	color: inherit;
	font-size: 0.95rem;
	line-height: 1.6;
}

div.box-note ul
{
	margin: 0.4em 0 0.4em 1.4em;
	padding: 0;
	list-style-type: disc;
}

div.box-note li
{
	margin-bottom: 0.25em;
	color: inherit;
	font-size: 0.95rem;
	line-height: 1.6;
}

/* Remove any custom bullet overrides — use default disc */

div.box-note li::before
{
	content: none;
}

/*== CALLOUT: EXAMPLE BOX ==*/

div.box-example
{
	background-color: #efefef;
	border: 1px solid #737373;
	padding: 25px 20px 10px 20px;
	/* Increased top padding to distance content from the label */
	position: relative;
	border-radius: 5px;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.05);
	margin: 25px 0;
	/* This applies 20px to the top and bottom, and 0 to the right and left */
}

/* Pseudo-element for "EXAMPLE" label */

div.box-example::before
{
	content: "EXAMPLE";
	color: #efefef;
	font-weight: bold;
	position: absolute;
	top: -16px;
	/* Slightly raised the label to create space between it and the box content */
	left: 10px;
	background-color: #737373;
	padding: 1px 8px;
	/* border: 1px solid #737373; */
	border-radius: 3px;
}

div.box-example p
{
	color: #333;
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.5;
}

div.box-example ul
{
	list-style-type: none;
	padding-left: 20px;
}

div.box-example li
{
	position: relative;
	padding-left: 10px;
	margin-bottom: 8px;
}

div.box-example li::before
{
	content: "•";
	position: absolute;
	left: 0;
	color: #737373;
	font-size: 1rem;
}

/*== CALLOUT: HIGHLIGHT BOX ==*/

div.box-highlight
{
	background-color: #efefef;
	border: 1px solid #737373;
	padding: 25px 20px 10px 20px;
	/* Increased top padding to distance content from the label */
	position: relative;
	border-radius: 5px;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.05);
	margin: 25px 0;
	/* This applies 20px to the top and bottom, and 0 to the right and left */
}

/* Pseudo-element for "HIGHLIGHT" label */

/* div.box-example::before {
    content: "HIGHLIGHT";
    color: #efefef;
    font-weight: bold;
    position: absolute;
    top: -16px; /* Slightly raised the label to create space between it and the box content */

/*left: 10px;
    background-color: #737373;
    padding: 1px 8px;
    /* border: 1px solid #737373; */

/* border-radius: 3px;
}*/

div.box-highlight p
{
	color: #333;
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.5;
}

div.box-highlight ul
{
	list-style-type: none;
	padding-left: 20px;
}

div.box-highlight li
{
	position: relative;
	padding-left: 10px;
	margin-bottom: 8px;
}

div.box-highlight li::before
{
	content: "•";
	position: absolute;
	left: 0;
	color: #737373;
	font-size: 1rem;
}

/*== DOWNLOADS BOX ==*/

div.box-downloads
{
	background: #FEFEE4;
	border-left: solid 4px #ffc300;
	padding: 10px 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 10px 0;
	mc-auto-number-class: Downloads;
	mc-auto-number-format: '{b}DOWNLOADS{/b}';
	position: relative;
	min-height: 74px;
}

span.Downloads
{
	color: #ffc300;
	font-style: normal;
}

/*== DEVELOPER NOTES BOX ==*/

div.box-devnotes
{
	background: #e5e5e5;
	border: solid 4px #d9d9d9;
	padding: 10px 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 10px auto;
	/* Center horizontally using auto margins */
	mc-auto-number-class: Developer Notes;
	mc-auto-number-format: '{b}DEVELOPER NOTES{/b}';
	position: relative;
	min-height: 74px;
}

/*== EXCLUSIVE FEATURE BOX ==*/

div.box-feature
{
	background: #FFF3E5;
	border: solid 4px #F79942;
	padding: 10px 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 10px auto;
	/* Center horizontally using auto margins */
	mc-auto-number-class: Developer Notes;
	mc-auto-number-format: '{b}EXCLUSIVE FEATURE{/b}';
	position: relative;
	min-height: 74px;
}

/*===== Expandable List Items (works w/expandableList.js) =====*/

.expandable-list .item
{
	margin-bottom: 10px;
	display: block;
	align-items: center;
}

.expandable-list .toggle
{
	color: #F79942;
	cursor: pointer;
	font-size: 17px;
	font-weight: bold;
	padding: 5px;
	/* Add some padding for visual button effect */
	border: none;
	background-color: transparent;
}

.expandable-list .title
{
	color: #01426C;
	font-weight: bold;
}

.expandable-list .content
{
	display: none;
	margin-left: 30px;
	margin-top: 2px;
}

/*===== PANELS for long lists (see SRS Developer page) =====*/

.collapsible
{
	background-color: #f1f1f1;
	color: #01426C;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
	/* Font stack with Roboto */
	font-size: 18px;
	font-weight: bold;
	transition: 0.4s;
	border-radius: 4px;
	margin: 5px 0;
	display: flex;
	align-items: center;
	margin-top: 10px;
	word-spacing: normal !important;
	letter-spacing: normal !important;
	white-space: normal !important;
}

.collapsible .icon
{
	color: #F79942;
	margin-right: 8px;
	/* Ensures space between icon and text */
	flex-shrink: 0;
	/* Prevents icon from shrinking */
}

/* ADD THIS RIGHT HERE - after your existing collapsible styles */
/* Enhanced version with higher specificity */

.collapsible .SearchHighlight,
.collapsible .SearchHighlight1,
.collapsible .SearchHighlight2,
.collapsible .SearchHighlight3,
.collapsible .SearchHighlight4,
.collapsible .SearchHighlight5,
button.collapsible .SearchHighlight,
button.collapsible .SearchHighlight1,
button.collapsible .SearchHighlight2,
button.collapsible .SearchHighlight3,
button.collapsible .SearchHighlight4,
button.collapsible .SearchHighlight5
{
	word-spacing: normal !important;
	letter-spacing: normal !important;
	white-space: normal !important;
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: inherit !important;
	line-height: inherit !important;
}

.active,
.collapsible:hover
{
	background-color: #ddd;
}

.content
{
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-out;
	background-color: #f9f9f9;
	border-radius: 4px;
	/* Initially display block (will be overridden by JavaScript) */
	display: block;
	max-height: none;
}

/*== TOC BOX (Table of Contents)==*/

div.box-toc
{
	align-items: center;
	background-color: #f2f2f2;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	margin: 20px auto;
	padding: 10px;
	width: 90%;
}

div.box-toc h2
{
	border-top: none;
	letter-spacing: 0.02em;
	margin: 0.225rem 0 0.3rem 0;
	padding: 1rem 0;
	text-align: center;
}

div.box-toc p
{
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 0px;
}

div.box-toc ul.toc-list
{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style-type: disc;
	list-style-position: inside;
	margin: 0;
	padding: 0 0 0 1px;
	width: 100%;
}

div.box-toc ul.toc-list li
{
	text-align: left;
	display: block;
	margin-left: 0px;
	margin-bottom: 10px;
	width: 100%;
	flex-basis: 100%;
}

/*This is used as a fix for an issue in Chrome regarding the parallax effect and foundation*/

.off-canvas-content,
.off-canvas-wrapper
{
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:visited
{
	color: #F89A40;
}

a.MCBreadcrumbsLink:hover
{
	color: #01426C;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: .7em;
	font-style: italic;
	mc-breadcrumbs-count: 5;
	mc-breadcrumbs-prefix: 'You are here:';
}

MadCap|xref
{
	color: #2D8DCC;
	/* font-weight: bold;*/
	mc-format: '{para}';
	text-decoration: underline;
}

MadCap|xref:hover
{
	color: #F79942;
}

MadCap|dropDownHotspot
{
	color: #F79942;
	font-weight: bold;
}

MadCap|dropDownBody
{
	border-bottom: 1px solid #F89A40;
	font-color: #01426C;
}

MadCap|dropDown	/*Change the "mc-open-image" and "mc-closed-image" properties to change the icons used in drop-downs*/
{
	mc-open-image: url('../Images/Assets/Icons/Arrows/arrow-down-orange.png');
	mc-closed-image: url('../Images/Assets/Icons/Arrows/arrow-right-orange.png');
}

/*==Master Page Topic Layout==*/

nav.title-bar	/*Adds bottom border on top navigation bar*/
{
	border-bottom: 1px solid #d3d3d3;
}

div.top-bar	/*Contains the breadcrumbs and toolbar*/
{
	/*border-bottom: 1px solid #d3d3d3;*/
	min-height: 50px;
	/*Min-height is necessary for topics that are not included in a TOC*/
}

/*==Elements for the left side of Master Page layout==*/

div.side-menu	/*This is the div that the menu proxy is contained in*/
{
	padding-left: 10px;
	margin-top: 15px;
}

div.side-content	/*This is the div for the side-content containing "Search Tips" and the "Contact Support" button*/
{
	padding-top: 10px;
}

MadCap|dropDownHead.side-content	/*Font properties for the "Search Tips" drop-down head */
{
	font-size: 1.0em;
	font-weight: bold;
}

div.cta	/*Call to action button/Contact Support button*/
{
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	padding: 2px 0px;
	border: 1px solid #7469b9;
	width: 162px;
	color: #7469b9;
	transition: all 0.5s cubic-bezier(.25,.8,.25,1);
	margin-top: 20px;
}

div.cta:hover	/*When hovering over the CTA button the following properties will apply*/
{
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	transform: scale(1.01);
}

a.cta:link
{
	color: #FFF;
	text-decoration: none;
}

a.cta:visited
{
	color: #FFF;
	text-decoration: none;
}

div.topic-layout	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.topic-layout::before
{
	content: ' ';
	display: table;
}

div.topic-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.topic-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.topic-layout > div:nth-child(1)	/*Menu Proxy container*/
{
	width: 18%;
	/*border-right: 1px solid #d3d3d3;*/
}

div.topic-layout > div:nth-child(2)
{
	width: 73%;
	margin-left: 2%;
}

div.mp-intro	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.mp-intro::before
{
	content: ' ';
	display: table;
}

div.mp-intro::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.mp-intro > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
}

div.mp-intro > div:nth-child(1)
{
	width: 58.333%;
	margin-left: 0%;
	padding: 10px;
	margin: 10px;
}

div.mp-intro > div:nth-child(2)
{
	width: 41.667%;
	margin-left: 0%;
	text-align: center;
	padding: 10px;
	margin: 10px;
}

ul.menu._Skins_SideMenu.mc-component li > a.selected	/* Adds underlining to the menu item selected in the side menu */
{
	text-decoration: underline;
}

div.page-intros	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.page-intros::before
{
	content: ' ';
	display: table;
}

div.page-intros::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.page-intros > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.page-intros > div:nth-child(1)
{
	width: 16.667%;
	margin-left: 0%;
}

div.page-intros > div:nth-child(2)
{
	width: 80%;
	margin-left: 3.333%;
}

div.PageTiles-Two	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.PageTiles-Two::before
{
	content: ' ';
	display: table;
}

div.PageTiles-Two::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.PageTiles-Two > div
{
	float: left;
	background-color: #f2f3f4;
	border-radius: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 7px;
}

div.PageTiles-Two > div:nth-child(1)
{
	width: 49%;
	margin-left: 1%;
	padding: 9px;
}

div.PageTiles-Two > div:nth-child(2)
{
	width: 49%;
	margin-left: 1%;
	padding: 9px;
}

div.PageTiles-One	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.PageTiles-One::before
{
	content: ' ';
	display: table;
}

div.PageTiles-One::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.PageTiles-One > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 7px;
}

div.PageTiles-One > div:nth-child(1)
{
	width: 24%;
	margin-left: 1%;
}

div.PageTiles-One > div:nth-child(2)
{
	background-color: #f2f3f4;
	border-radius: 10px;
	padding: 9px;
	width: 49%;
	margin-left: 1%;
}

div.PageTiles-One > div:nth-child(3)
{
	width: 24%;
	margin-left: 1%;
}

/*==========Flex Container =========*/
/*======New Flex Container Settings*/

.flex-container
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #f2f2f2;
	/* set the background color to a light gray */
	width: 90%;
	/* sets the container width */
	margin: 0 auto;
	/* centers the container horizontally */
}

/* Styles for two-column layout */

.two-column .flex-container
{
	flex-wrap: wrap;
	/* enable wrapping */
}

/**** Adjusted layout for heading menu ****/

div.topic-layout > div:nth-child(2)
{
	width: 54%;
	margin-left: 2%;
}

div.search-container
{
	padding-bottom: 20px;
	/*width: 50%;*/
	margin-left: 20%;
	margin-right: auto;
	max-width: 54%;
}

.off-canvas-wrapper-inner .outer-row
{
	max-width: 80em;
	padding-left: 1em;
	padding-right: 1em;
}

.row .row.collapse
{
	margin-left: 8%;
	margin-right: 0;
	max-width: 66.3%;
}

/***** ******/

div.heading-menu
{
	width: 16%;
	margin-left: 2%;
	background-color: #fafafa;
	padding: 5px;
	border-radius: 10px;
	border-width: 1px;
	border-color: #01426C;
}

/*****Hides first item in heading menu *****/

/*====================================================================================
Styles after this point are for specific mediums. 
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
If any additional styles are added to this template they will be listed after mediums.
======================================================================================*/

/*########## TABLET VIEW ##########*/

@media only screen and (max-width: 1279px)
{
	div.topic-layout > div:nth-child(1)
	{
		display: none;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 100%;
		margin-left: 2%;
	}

	div.footer
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	div.home-master-page-footer > div:nth-child(1)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.home-master-page-footer > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.home-master-page-footer > div:nth-child(3)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.breadcrumbs
	{
		margin-left: 2%;
		float: left;
	}

	div.mp-intro > div:nth-child(1)
	{
		width: 58.333%;
		margin-left: 0%;
	}

	div.mp-intro > div:nth-child(2)
	{
		width: 41.667%;
		margin-left: 0%;
		text-align: center;
	}

	/* ====== PAGE INTROS 2 ===== */

	div.page-intros2 > div:nth-child(1)
	{
		width: 16.667%;
		margin-left: 0%;
	}

	div.page-intros2 > div:nth-child(2)
	{
		width: 80%;
		margin-left: 3.333%;
	}

	/* ====== PAGE INTROS 2 ===== 

	div.page-intros > div:nth-child(1)
	{
		width: 16.667%;
		margin-left: 0%;
	}

	div.page-intros > div:nth-child(2)
	{
		width: 80%;
		margin-left: 3.333%;
	}*/

	div.PageTiles-Two > div:nth-child(1)
	{
		width: 49%;
		margin-left: 1%;
		padding: 9px;
	}

	div.PageTiles-Two > div:nth-child(2)
	{
		width: 49%;
		margin-left: 1%;
		padding: 9px;
	}

	div.PageTiles-One > div:nth-child(1)
	{
		width: 24%;
		margin-left: 1%;
	}

	div.PageTiles-One > div:nth-child(2)
	{
		width: 49%;
		margin-left: 1%;
		background-color: #f2f3f4;
		border-radius: 10px;
		padding: 9px;
	}

	div.PageTiles-One > div:nth-child(3)
	{
		width: 24%;
		margin-left: 1%;
	}

	div.heading-menu
	{
		display: none;
	}

	div.search-container
	{
		max-width: 100%;
		margin-left: 0;
	}

	.row .row.collapse
	{
		margin-left: 0;
		max-width: 100%;
	}

	/*=========Flex Container: Tablet==========*/
	/*===New Flex Container Code: Tablet===*/

	.flex-container
	{
		width: 90%;
		/* set the width to 90% for mobile devices */
	}
}

/*########## MOBILE VIEW ##########*/

@media only screen and (max-width: 767px)
{
	img
	{
		max-width: 100%;
		/* Adjust for mobile view */
	}

	div.breadcrumbs
	{
		margin-left: 3%;
		float: left;
		display: block;
	}

	div.top-bar
	{
		min-height: 0;
	}

	div.topic-layout > div:nth-child(1)
	{
		display: none;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 100%;
		margin-left: 1%;
	}

	div.home-master-page-footer > div
	{
		border-bottom: 1px solid #d3d3d3;
		/* Adds separators to the footer items when in mobile layout */
	}

	div.home-master-page-footer > div:nth-child(1),
	div.home-master-page-footer > div:nth-child(2),
	div.home-master-page-footer > div:nth-child(3)
	{
		width: 100%;
	}

	div:nth-child(2)
	{
		text-align: inherit;
	}

	div.mp-intro > div:nth-child(1)
	{
		width: 100%;
	}

	div.mp-intro > div:nth-child(2)
	{
		width: 100%;
		text-align: center;
	}

	div.topic-layout
	{
		display: block;
	}

	/* ====== PAGE INTROS BETA ===== */

	div.page-intros2 > div:nth-child(1)
	{
		width: 100%;
	}

	div.page-intros2 > div:nth-child(2)
	{
		width: 100%;
	}

	/* ====== PAGE INTROS BETA ===== */

	div.page-intros > div:nth-child(1)
	{
		width: 100%;
	}

	div.page-intros > div:nth-child(2)
	{
		width: 100%;
	}

	div.PageTiles-Two > div:nth-child(1)
	{
		width: 100%;
	}

	div.PageTiles-Two > div:nth-child(2)
	{
		width: 100%;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	div.PageTiles-One > div:nth-child(1)
	{
		width: 100%;
		height: 0px;
	}

	div.PageTiles-One > div:nth-child(2)
	{
		width: 100%;
		border-radius: 10px;
		padding: 9px;
		margin-bottom: 0px;
	}

	div.PageTiles-One > div:nth-child(3)
	{
		width: 100%;
		height: 0px;
	}

	div.search-container
	{
		padding-bottom: 20px;
		width: 100%;
		margin-right: auto;
		max-width: 100%;
	}

	.search-bar._Skins_SearchTopics.mc-component
	{
		width: 100%;
	}

	.flex-container
	{
		width: 100%;
		/* set the width to 100% for mobile devices */
	}

	div.box-toc
	{
		width: 100%;
	}

	div.box-toc p
	{
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 5px;
		padding-right: 5px;
	}

	/* ##### TABLES FOR MOBILE VIEW - SCROLL ##### */

	table
	{
		/* 1. Stop the stacking */
		display: block !important;
		width: 100% !important;
		/* 2. Enable horizontal scrolling */
		overflow-x: auto !important;
		-webkit-overflow-scrolling: touch;
		/* Smooth scroll for mobile */
		/* 3. Aesthetic cleanup */
		border-collapse: collapse !important;
		margin-bottom: 20px;
	}

	/* 4. Ensure rows and cells stay in a grid format */

	table thead,
	table tbody,
	table tr
	{
		display: table;
		width: 100%;
		table-layout: auto;
	}

	table td,
	table th
	{
		/* Prevents dates/text from wrapping onto 2 lines so the table stays readable */
		white-space: nowrap !important;
		min-width: 100px;
		padding: 8px !important;
	}
}

/* ← This closes the outer @media mobile block.
     The nested @media mobile that was here has been removed. */

/* ====== Code Snippet Styles ===== */
/* Main code snippet container */

MadCap|codeSnippet
{
	border: 1px solid #e6ebf1;
	border-radius: 8px;
	padding: 0;
	margin: 20px 0;
	position: relative;
	overflow: hidden;
	background: #ffffff;
}

/* Caption styling - Dark header banner */

MadCap|codeSnippetCaption
{
	background-color: #425466;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	padding: 8px 16px;
	/* FIX: was 3px 16px — banner was too short for the 28px button */
	margin: 0;
	position: relative;
	border-bottom: 1px solid #364954;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	text-decoration: none !important;
}

/* Code body styling */

MadCap|codeSnippetBody
{
	background-color: #f7f9fa;
	color: #425466;
	font-family: 'SF Mono', 'Monaco', 'Consolas', 'Liberation Mono', 'Courier New', monospace;
	font-size: 14px;
	line-height: 1.4;
	padding: 16px 20px;
	margin: 0;
	border: none;
}

/* DEFAULT: Copy button for code snippets WITHOUT caption */

MadCap|codeSnippetCopyButton
{
	mc-label: '';
	position: absolute;
	top: 10px;
	/* Fixed position from container top */
	right: 12px;
	/* Light button for gray background */
	background-color: #ffffff;
	border: 1px solid #d4d8dd;
	border-radius: 4px;
	padding: 6px;
	cursor: pointer;
	width: 28px;
	height: 28px;
	z-index: 10;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	transition: all 0.2s ease;
	/* Dark icon for light button */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13.5 6.5h-6A1.5 1.5 0 0 0 6 8v6a1.5 1.5 0 0 0 1.5 1.5h6a1.5 1.5 0 0 0 1.5-1.5V8a1.5 1.5 0 0 0-1.5-1.5Z' stroke='%23425466' stroke-width='1.2'/%3E%3Cpath d='M3.5 10.5H3A1.5 1.5 0 0 1 1.5 9V3A1.5 1.5 0 0 1 3 1.5h6A1.5 1.5 0 0 1 10.5 3v.5' stroke='%23425466' stroke-width='1.2'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px 16px;
	text-indent: -9999px;
	overflow: hidden;
}

/* OVERRIDE: Copy button when caption IS present (targets caption area) */

MadCap|codeSnippet:has(MadCap|codeSnippetCaption) MadCap|codeSnippetCopyButton
{
	/* FIX: was top: 8px / transform: none — now centers dynamically */
	top: 50%;
	transform: translateY(-50%);
	/* Transparent button for dark caption background */
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.3);
	box-shadow: none;
	/* White icon for dark background */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13.5 6.5h-6A1.5 1.5 0 0 0 6 8v6a1.5 1.5 0 0 0 1.5 1.5h6a1.5 1.5 0 0 0 1.5-1.5V8a1.5 1.5 0 0 0-1.5-1.5Z' stroke='%23ffffff' stroke-width='1.2'/%3E%3Cpath d='M3.5 10.5H3A1.5 1.5 0 0 1 1.5 9V3A1.5 1.5 0 0 1 3 1.5h6A1.5 1.5 0 0 1 10.5 3v.5' stroke='%23ffffff' stroke-width='1.2'/%3E%3C/svg%3E");
}

/* Hover effects - Default (no caption) */

MadCap|codeSnippetCopyButton:hover
{
	background-color: #f8f9fa;
	border-color: #adb5bd;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

/* Hover effects - With caption */

MadCap|codeSnippet:has(MadCap|codeSnippetCaption) MadCap|codeSnippetCopyButton:hover
{
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.5);
	box-shadow: none;
}

/* Hover effect - Tooltip "Copy" */

MadCap|codeSnippetCopyButton:hover::after
{
	content: "Copy";
	position: absolute;
	top: 120%;
	left: 50%;
	transform: translateX(-50%);
	background: #01426C;
	color: #fff;
	font-size: 13px;
	padding: 3px 8px;
	border-radius: 4px;
	white-space: nowrap;
	z-index: 99;
	pointer-events: none;
	box-shadow: 0 2px 8px rgba(0,0,0,0.18);
	opacity: 1;
}

MadCap|codeSnippetCopyButton::after
{
	opacity: 0;
	transition: opacity 0.2s;
}

