/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

html
{
	font-size: 16px;
}

@font-face 
{
	font-family: 'Inter';
	src: url(../Fonts/Inter/Inter-VariableFont_slnt,wght.ttf);
}

@font-face 
{
	font-family: 'FiraCode';
	src: url(../Fonts/Fira_Code/FiraCode-VariableFont_wght.ttf);
}

.off-canvas-content .outer-row
{
	margin: 0%;
}

body
{
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	mc-hyphenate: never;
	color: #002041;
	font-size: 1rem;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

h1
{
	orphans: inherit;
	widows: inherit;
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	color: #002041;
	font-weight: bold;
	font-style: normal;
	font-size: 20pt;
}

h2
{
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-weight: normal;
	color: #32bbb9;
	font-size: 16pt;
}

h3
{
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #6e37fa;
	font-size: 14pt;
}

h4
{
	widows: inherit;
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-weight: normal;
	color: #ff9408;
	font-size: 12pt;
}

h5
{
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-weight: normal;
	color: #f40953;
	font-size: 11pt;
}

h6
{
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	font-size: 10pt;
}

p
{
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	color: #002041;
	font-size: 11pt;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFFFFF;
}

p.note
{
	background-image: url('../Images/NoteIcon.png');
	background-repeat: no-repeat;
	border: solid 1px #002041;
	border-radius: 3px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 40px;
	width: auto;
	color: #002041;
	mc-auto-number-format: '{b}{color #32BBB9}Note: {/color}{/b}';
	font-size: 10pt;
}

p.important
{
	background-image: url('../Images/NoteIcon.png');
	background-repeat: no-repeat;
	border: solid 1px #002041;
	border-radius: 3px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 40px;
	width: auto;
	mc-auto-number-format: '{b}{color #F40953}Important: {/color}{/b}';
	font-size: 10pt;
}

pre
{
	mc-disable-glossary-terms: true;
	mc-hyphenate: never;
	border-style: solid;
	white-space: pre-wrap;
	display: block;
	page-break-inside: auto;
	font-family: "FiraCode", monospace, courier;
	line-height: 1.2;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #2765F0;
	font-size: 10pt;
	max-width: 100%;
	min-width: 300px;
	border: 1px solid #ccc;
}

ol,
ul
{
	
}

a.Popup
{
	color: #6E37FA;
}

img
{
	
}

img.Border
{
	border: solid 1px #6E37FA;
}

img.AbsolutePosition
{
	padding: 5px;
}

img.Hyperlinked
{
	border-style: none;
}

img.OneHundredPercentThumbnail
{
	mc-thumbnail: popup;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border: solid 1px #6E37FA;
	max-width: 576px;
	max-height: 700px;
}

img.ReduceButtonSize
{
	max-height: 25px;
}

img.TwentyFivePercent
{
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border: solid 1px #6E37FA;
	width: 144px;
	height: auto;
}

img.FiftyPercent
{
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border: solid 1px #6E37FA;
	height: auto;
	max-width: 288px;
	max-height: auto;
}

img.SeventyFivePercent
{
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border: solid 1px #6E37FA;
	height: auto;
	max-width: 432px;
	max-height: auto;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #6E37FA;
}

MadCap|expandingBody
{
	color: #002041;
	font-style: italic;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	font-size: 1.0rem;
	color: #002041;
}

MadCap|xref
{
	text-decoration: underline;
	color: #6E37FA;
	font-weight: normal;
	font-style: italic;
	mc-format: '{paratext}';
}

div.home-layout
{
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 40px;
}

div.home-section
{
	border-bottom: solid 1px #F7F7F9;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 0%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #F7F7F9;
	padding-bottom: 0px;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	font-size: .9rem;
	font-style: italic;
	color: #6e37fa;
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

a:link
{
	color: #6E37FA;
}

a:visited
{
	color: #6E37FA;
}

a:focus
{
	color: #6E37FA;
}

a:hover
{
	color: #DCD2FF;
}

a:active
{
	color: #6E37FA;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDown
{
	border-bottom: 1px solid #F7F7F9;
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/minus.png');
	mc-closed-image: url('../Images/plus.png');
	padding: 10px 0;
}

div.topic-hero
{
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: none;
	background-size: cover;
	background-attachment: fixed;
}

div.topic-hero h1
{
	color: #000000;
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 36pt;
	text-align: center;
}

div.home-tiles	/*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.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #DCDEE6;
	padding: 2%;
}

div.home-tiles > div:nth-child(1)
{
	width: 48%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 48%;
	margin-left: 4%;
}

div.home-tiles-layout	/*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.home-tiles-layout::before
{
	content: ' ';
	display: table;
}

div.home-tiles-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles-layout > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.home-tiles-layout p
{
	
}

div.quick-links	/*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.quick-links::before
{
	content: ' ';
	display: table;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.quick-links > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.quick-links > div:nth-child(1)
{
	width: 16.66666%;
	margin-left: 2%;
}

div.quick-links > div:nth-child(2)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(3)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(4)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(5)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
}

div.home-footer
{
	padding: 2% 5%;
	background-color: #DCDEE6;
}

MadCap|helpControlMenuItem.Highlighted
{
	background-color: #6E37FA;
	color: #FFFFFF;
}

MadCap|popupBody
{
	background-color: #6E37FA;
	font-size: 10pt;
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	color: #ffffff;
}

MadCap|slideshowBullet
{
	background-color: #6E37FA;
	color: #ffffff;
}

MadCap|conceptLink
{
	color: #6E37FA;
}

MadCap|relatedTopics:hover
{
	color: #DCD2FF;
}

MadCap|relatedTopics:focus
{
	color: #002041;
}

MadCap|relatedTopics
{
	color: #6E37FA;
}

MadCap|keywordLink:hover
{
	color: #9682FF;
}

MadCap|keywordLink:focus
{
	color: #6E37FA;
}

MadCap|keywordLink
{
	color: #6E37FA;
}

MadCap|slideshowBullet:hover
{
	background-color: #DCD2FF;
}

a.MCBreadcrumbsLink:visited
{
	color: #6E37FA;
}

a.MCBreadcrumbsLink:hover
{
	color: #DCD2FF;
}

a.MCBreadcrumbsLink
{
	color: #6E37FA;
}

a.GlossaryPageTerm
{
	color: #6E37FA;
}

MadCap|slideshowBullet.active
{
	background-color: #6E37FA;
}

MadCap|toggler:hover
{
	color: #DCD2FF;
}

MadCap|helpControlMenuItem
{
	color: #002041;
}

MadCap|shortcut
{
	color: #6E37FA;
}

MadCap|popupHead
{
	color: #6E37FA;
}

MadCap|toggler:focus
{
	color: #6E37FA;
}

MadCap|toggler
{
	color: #6E37FA;
}

MadCap|slideThumbnail.active
{
	border-top-color: #002041;
}

pre
{
	background-color: #efefef;
}

ul
{
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 11pt;
}

ol
{
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 11pt;
}

li
{
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	display: list-item;
}

li p
{
	white-space: pre-wrap;
}

tr
{
	page-break-inside: auto;
}

td p
{
	font-size: .9rem;
}

p.ManualTitle1
{
	font-family: -apple-system, BlinkMacSystemFont, Inter, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 1.5rem;
	margin-bottom: 0;
	font-style: normal;
	color: #6E37FA;
}

i
{
	
}

span.SearchHighlight
{
	background-color: #beb4ff;
}

span.SearchHighlight1
{
	background-color: #beb4ff;
}

span.SearchHighlight10
{
	background-color: #beb4ff;
}

span.SearchHighlight9
{
	background-color: #beb4ff;
}

span.SearchHighlight8
{
	background-color: #beb4ff;
}

span.SearchHighlight7
{
	background-color: #beb4ff;
}

span.SearchHighlight6
{
	background-color: #beb4ff;
}

span.SearchHighlight5
{
	background-color: #beb4ff;
}

span.SearchHighlight4
{
	background-color: #beb4ff;
}

span.SearchHighlight3
{
	background-color: #beb4ff;
}

span.SearchHighlight2
{
	background-color: #beb4ff;
}

div.miniToc::before
{
	content: "Subtopics...";
	font-weight: bold;
	color: #32bbb9;
}

MadCap|miniTocProxy
{
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	width: 33.33%;
	background-color: #f7f7f9;
	border: solid 2px #f7f7f9;
	border-left-color: #F7F7F9;
	border-right-color: #F7F7F9;
	border-top-color: #F7F7F9;
	border-bottom-color: #F7F7F9;
	border: solid 1px #F7F7F9;
	padding-bottom: 10px;
}

p.MiniTOC1
{
	font-size: .9rem;
}

p.MiniTOC2
{
	font-size: .9rem;
	color: #6e37fa;
}

p.MiniTOC3
{
	font-size: .9rem;
	color: #32bbb9;
}

p.MiniTOC4
{
	font-size: .9rem;
}

p.MiniTOC5
{
	font-size: .9rem;
}

p.ManualTitle2
{
	font-style: normal;
	color: #2765f0;
}

a
{
	color: #5528d2;
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

code
{
	font-family: "FiraCode", monospace, courier;
}

kbd
{
	font-family: "FiraCode", monospace, courier;
}

tt
{
	font-family: "FiraCode", monospace, courier;
}

p.TOC1
{
	color: #002041;
}

p.TOC2
{
	color: #32bbb9;
}

p.TOC3
{
	color: #6e37fa;
}

p.TOC4
{
	color: #FF9408;
}

p.TOC5
{
	color: #F40953;
}

p.TOC6
{
	color: #002041;
}

p.TOC7
{
	color: #002041;
}

MadCap|model3D
{
	background-color: #f7f7f9;
}

div.GlossaryPageHeading
{
	color: #32bbb9;
}

div.GlossaryPageTerm
{
	color: #2765f0;
}

p.Index1
{
	color: #002041;
}

p.IndexHeading
{
	color: #32bbb9;
}

MadCap|codeSnippetBody
{
	font-family: "FiraCode", monospace, courier;
	color: #002041;
	background-color: #f7f7f9;
	padding: 0px 0px;
	font-size: .9rem;
}

MadCap|codeSnippet
{
	font-size: .9rem;
	font-family: "FiraCode", monospace, courier;
	font: FiraCode;
}

td
{
	font-size: 1rem;
}

MadCap|codeSnippetCaption
{
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	color: #6e37fa;
}

MadCap|codeSnippetCopyButton
{
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	color: #6e37fa;
}

div
{
	
}

div::after
{
	
}

MadCap|menuProxy
{
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	color: #32bbb9;
	background-color: #DCDEE6;
	border: solid 0px transparent;
}

div.menu	/*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: 100 px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #4228d6;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #4228d6;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #4228d6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.menu::before
{
	content: ' ';
	display: table;
}

div.menu::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.menu > div
{
	float: right;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: 100 px;
}

div.menu > div:nth-child(1)
{
	width: 16.66666%;
	margin-left: 2%;
}

div.menu > div:nth-child(2)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.menu > div:nth-child(3)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.menu > div:nth-child(4)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.menu > div:nth-child(5)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.menu *
{
	text-align: left;
}

MadCap|topicToolbarProxy
{
	float: right;
}

div.miniToc
{
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	color: #6e37fa;
}

img.Icon
{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #d3d3d3;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #d3d3d3;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d3d3d3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d3d3d3;
}

.off-canvas-content
{
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	margin: 0%;
}

.body-container
{
	font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	color: #000000;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 100px;
}

ul.FirstLevelLessIndentation
{
	
}

ol.LowerRoman
{
	list-style-type: lower-roman;
}

html.home-topic
{
	font-size: 16px;
}

.main-section
{
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}

MadCap|miniTocProxy.body-container
{
	mc-toc-depth: 2;
}

th
{
	
}

pre.prettyprint
{
	
}

@media only screen and (max-device-width: 1279px)
{
	html.home-topic .body-container
	{
		margin-left: 0;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 40%;
		margin-left: 30%;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 100%;
		margin-left: 5%;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 24%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 24%;
		margin-left: 19%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.menu > div:nth-child(1)
	{
		width: 24%;
		margin-left: 0%;
	}

	div.menu > div:nth-child(2)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.menu > div:nth-child(3)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.menu > div:nth-child(4)
	{
		width: 24%;
		margin-left: 19%;
	}

	div.menu > div:nth-child(5)
	{
		width: 24%;
		margin-left: 14%;
	}
}

@media only screen and (max-device-width: 767px)
{
	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 5%;
	}

	div.home-tiles-layout p
	{
		
	}

	div.quick-links > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 49%;
		margin-left: 25.5%;
	}

	div.menu > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.menu > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.menu > div:nth-child(3)
	{
		width: 49%;
		margin-left: 0;
	}

	div.menu > div:nth-child(4)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.menu > div:nth-child(5)
	{
		width: 49%;
		margin-left: 25.5%;
	}
}

@media print
{
	MadCap|xref
	{
		font-weight: normal;
		font-style: italic;
		text-decoration: underline;
		mc-format: '{paratext} (page {page})';
	}

	body
	{
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
		mc-hyphenate: never;
	}

	Div.GlossaryPageDefinition
	{
		font-size: 1rem;
		color: #002041;
	}

	Div.GlossaryPageHeading
	{
		border-bottom-color: #32BBB9;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		font-size: 1.1rem;
		color: #32bbb9;
	}

	Div.GlossaryPageTerm
	{
		font-size: 1rem;
		padding-bottom: 10px;
		padding-top: 10px;
		color: #2765f0;
	}

	h1
	{
		border-bottom: none;
		border-bottom-style: none;
		padding-top: 10px;
		mc-auto-number-position: inside-head;
		margin: 10px;
		mc-auto-number-class: ChapAutoNum;
		mc-heading-level: 1;
		margin-left: 0;
		page-break-before: avoid;
	}

	h1.Appendix
	{
		
	}

	h1.UserGuideBHeading
	{
		mc-auto-number-position: none;
		mc-heading-level: 0;
	}

	h2
	{
		padding-top: 10px;
		margin: 10px;
		padding-bottom: 10px;
		mc-auto-number-position: inside-head;
		mc-auto-number-class: ChapAutoNum;
		margin-left: 0;
		margin-right: 0;
	}

	h3
	{
		padding-bottom: 10px;
		padding-top: 10px;
		mc-auto-number-position: inside-head;
		margin: 10px;
		mc-auto-number-class: ChapAutoNum;
		margin-left: 0;
		margin-right: 0;
	}

	h4
	{
		padding-bottom: 10px;
		padding-top: 10px;
		margin: 10px;
		mc-auto-number-position: inside-head;
		mc-auto-number-class: ChapAutoNum;
		margin-right: 0;
		margin-left: 0;
	}

	h5
	{
		padding-bottom: 10px;
		padding-top: 10px;
		text-decoration: none;
		mc-auto-number-position: none;
		mc-auto-number-class: ChapAutoNum;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 0;
	}

	h6
	{
		padding: 0px;
		padding-bottom: 10px;
		padding-top: 10px;
		text-decoration: none;
		font-variant: normal;
		margin: 10px;
		mc-auto-number-class: ChapAutoNum;
		margin-right: 0;
		margin-left: 0;
		mc-auto-number-position: inside-head;
	}

	MadCap|dropDown.SecondLevel
	{
		background-color: transparent;
		margin-left: 10px;
	}

	MadCap|dropDownBody
	{
		
	}

	MadCap|dropDownHead
	{
		margin-top: 16px;
	}

	MadCap|dropDownHotspot
	{
		font-size: 8pt;
	}

	MadCap|footnoteBlock
	{
		font-size: 7pt;
	}

	MadCap|footnotesBlock
	{
		border-top-color: #32BBB9;
	}

	MadCap|glossaryProxy
	{
		border-top: none;
		color: #F7F7F9;
	}

	MadCap|indexProxy
	{
		border-top: none;
		color: #F7F7F9;
	}

	MadCap|miniTocProxy
	{
		border: solid 1px;
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
		background-color: #DCDEE6;
		mc-toc-depth: 2;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		width: 33.33%;
		visibility: collapse;
		color: #002041;
	}

	MadCap|tocProxy
	{
		border-top: none;
		margin-right: auto;
		visibility: collapse;
	}

	MadCap|xref.IndexPageNumber
	{
		color: #002041;
	}

	ol.LowerAlpha
	{
		
	}

	ol.LowerRoman
	{
		
	}

	p
	{
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
		mc-hyphenate: never;
		font-size: 1rem;
	}

	p.Copyright
	{
		margin-bottom: 8px;
		margin-top: 8px;
	}

	p.CopyrightAddress
	{
		margin-bottom: 0px;
		margin-top: 0px;
	}

	p.CopyrightHeading
	{
		margin-top: 1in;
		page-break-before: always;
	}

	p.CreatedUsingFlare
	{
		font-weight: bold;
		margin-top: 18px;
	}

	p.EmptyPageText
	{
		font-size: 1rem;
		font-weight: bold;
		color: #002041;
	}

	p.Figure
	{
		font-style: italic;
		mc-auto-number-class: FigureNum;
		mc-auto-number-format: 'CF:Figure {chapnum}-{n+} ';
		padding-bottom: 10px;
		margin-bottom: 1.12rem;
	}

	p.FirstPageOfChapter
	{
		
	}

	p.FrameFooterText
	{
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
		font-size: 1rem;
	}

	p.FrameFooterText2
	{
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
		font-size: 1rem;
	}

	p.GlossaryPrintHead
	{
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
		mc-heading-level: 1;
		page-break-before: always;
		font-size: 1.5rem;
		color: #002041;
	}

	p.IndexHeading
	{
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
		font-size: 1.1rem;
		padding-top: 16px;
		text-align: left;
		color: #32bbb9;
	}

	p.IndexPrintHead
	{
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
		mc-heading-level: 1;
		page-break-before: always;
		font-size: 1.5rem;
	}

	p.ManualTitle1
	{
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
		margin-bottom: 0;
		margin-left: 0;
		margin-top: 0;
		margin-right: auto;
		padding-top: 100px;
		color: #5a2cd6;
		font-size: 1.75rem;
	}

	p.ManualTitle2
	{
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
		margin-bottom: 0;
		margin-top: 0;
		font-size: 1.5rem;
		margin-left: 0;
		padding-top: 0px;
		color: #2765f0;
		font-style: normal;
	}

	p.ManualVersionNumber
	{
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
		font-size: 1.2rem;
		margin-left: 0;
		padding-top: 20px;
		color: #002041;
	}

	p.MiniTOC1
	{
		
	}

	p.TableCaption
	{
		font-style: italic;
		mc-auto-number-class: TableNum;
		mc-auto-number-format: 'CT:Table {chapnum}-{n+} ';
		padding-bottom: 0;
		padding-top: 12px;
		color: #ffffff;
	}

	p.TOC1
	{
		font-size: 1rem;
		font-weight: bold;
		font-style: normal;
		margin-top: auto;
		margin-bottom: auto;
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
		padding-bottom: 2px;
		padding-top: 10px;
		mc-pagenum-display: all;
		color: #002041;
	}

	p.TOC2
	{
		font-weight: normal;
		margin-left: 0.25in;
		font-size: 1rem;
		margin-bottom: auto;
		margin-top: auto;
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
		padding-bottom: 2px;
		color: #002041;
	}

	p.TOC3
	{
		font-weight: normal;
		margin-left: .5in;
		font-size: 1rem;
		margin-bottom: auto;
		margin-top: auto;
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
		padding-bottom: 2px;
		color: #002041;
	}

	p.TOC4
	{
		font-weight: normal;
		margin-left: .75in;
		font-size: 1rem;
		margin-bottom: auto;
		margin-top: auto;
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
		padding-bottom: 2px;
		color: #002041;
	}

	p.TOCHeading
	{
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
		letter-spacing: 0px;
		margin: 0;
		mc-heading-level: 0;
		font-size: 1.4rem;
	}

	span.ChapAutoNum
	{
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
		letter-spacing: 0px;
		font-size: inherit;
	}

	span.FigureNum
	{
		font-style: normal;
	}

	span.TableNum
	{
		font-style: normal;
	}

	tr
	{
		
	}

	ul
	{
		margin-left: .25in;
	}

	ul.FirstLevelLessIndentation
	{
		list-style-image: url('../Images/Bullet1.png');
	}

	ul.SecondLevel
	{
		list-style-image: url('../Images/Bullet2.png');
	}

	a.MCBreadcrumbsLink:visited
	{
		color: #6b34ff;
	}

	MadCap|pageFooter
	{
		font-size: 1rem;
	}

	MadCap|glossaryTerm
	{
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	}

	MadCap|glossaryTerm.Popup
	{
		
	}

	p.TOC5
	{
		margin-left: 1.0in;
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
		font-size: 1rem;
		margin-bottom: auto;
		margin-top: auto;
		padding-bottom: 2px;
		color: #002041;
	}

	p.TOC6
	{
		margin-left: 1.25in;
		margin-bottom: auto;
		margin-top: auto;
		font-size: 1rem;
		color: #002041;
	}

	p.TOC7
	{
		margin-left: 1.5in;
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
		font-size: 1rem;
		margin-bottom: auto;
		margin-top: auto;
	}

	p.TOC8
	{
		margin-left: 1.75in;
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
		font-size: 1rem;
		margin-bottom: auto;
		margin-top: auto;
		color: #002041;
	}

	p.TOC9
	{
		margin-left: 2.0in;
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
		font-size: 1rem;
		margin-bottom: auto;
		margin-top: auto;
		color: #002041;
	}

	code
	{
		font-family: "FiraCode", monospace, courier;
		mc-hyphenate: never;
	}

	p.note
	{
		background-image: url('../Images/NoteIcon.png');
		background-repeat: no-repeat;
		border: solid 1px;
		border-radius: 3px;
		padding-bottom: 10px;
		padding-left: 40px;
		padding-right: 10px;
		padding-top: 10px;
		width: 600px;
		font-size: 1rem;
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
		color: #2765f0;
	}

	p.Index1
	{
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	}

	p.Index2
	{
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	}

	p.Index3
	{
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	}

	p.Index4
	{
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	}

	p.Index5
	{
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	}

	p.Index6
	{
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	}

	p.Index7
	{
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	}

	p.Index8
	{
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	}

	p.Index9
	{
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	}

	pre
	{
		
	}

	MadCap|bodyProxy
	{
		background: transparent;
	}

	blockquote.name
	{
		
	}

	blockquote
	{
		
	}

	MadCap|helpControlMenuItem
	{
		
	}

	a.Popup
	{
		color: #6b34ff;
	}

	a.MCBreadcrumbsLink:hover
	{
		color: #DCD2FF;
	}

	a.MCBreadcrumbsLink
	{
		color: #6b34ff;
	}

	a.GlossaryPageTerm
	{
		color: #6b34ff;
	}

	a:visited
	{
		color: #9682ff;
	}

	a:link
	{
		color: #6b34ff;
	}

	a:hover
	{
		background-color: #DCD2FF;
	}

	a:focus
	{
		
	}

	a:active
	{
		color: #6b34ff;
	}

	a
	{
		color: #6b34ff;
	}

	p.CompanyInformation2
	{
		
	}

	ol
	{
		margin-left: .25in;
	}

	li::marker
	{
		
	}

	MadCap|xref.Non-XML-Page
	{
		mc-format: '{title}';
	}

	MadCap|miniTocProxy.body-container
	{
		border-bottom-color: ;
		width: auto;
	}

	img.Icon
	{
		
	}

	MadCap|popupBody
	{
		
	}

	h1#prodtitle
	{
		
	}

	MadCap|model3D
	{
		
	}

	h6.Autonumber
	{
		
	}

	h5.Autonumber
	{
		mc-auto-number-position: inside-head;
	}

	h4.Autonumber
	{
		
	}

	h3.Autonumber
	{
		
	}

	h2.Autonumber
	{
		
	}

	h1.Autonumber
	{
		mc-auto-number-format: 'Chapter {n+}    ';
	}

	MadCap|glossaryTerm.Popup
	{
		font-weight: normal;
		font-style: normal;
	}

	MadCap|glossaryTerm
	{
		font-weight: normal;
		font-style: normal;
		color: #002041;
	}

	h1#prodtitle	/*product title at top of each html page*/
	{
		font-size: 1.5rem;
		font-weight: normal;
		font-style: normal;
	}

	MadCap|xref.Non-XML-Page
	{
		text-decoration: underline;
		font-weight: normal;
		mc-format: '{title}';
	}

	ol.LowerAlpha
	{
		list-style-type: lower-alpha;
	}

	ul.SecondLevel
	{
		
	}

	ol.SingleStepList
	{
		letter-spacing: .25;
		font-family: -apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
		font-size: 1rem;
		list-style-type: circle;
	}

	h1.Autonumber
	{
		orphans: inherit;
		widows: inherit;
		mc-auto-number-offset: 0;
		mc-auto-number-format: 'Chapter {n+}  ';
		mc-auto-number-class: ChapAutoNum;
	}

	h2.Autonumber
	{
		padding-top: 6px;
		mc-auto-number-format: '{n}.{n+}        ';
	}

	h3.Autonumber
	{
		padding-top: 6px;
		mc-auto-number-format: '{n}.{n}.{n+}    ';
	}

	h4.Autonumber
	{
		padding-top: 6px;
		widows: inherit;
		mc-auto-number-format: '{n}.{n}.{n}.{n+}    ';
	}

	h5.Autonumber
	{
		mc-auto-number-format: '{n}.{n}.{n}.{n}.{n+}    ';
	}

	h6.Autonumber
	{
		mc-auto-number-format: '{n}.{n}.{n}.{n}.{n}.{n+}    ';
	}

	pre.prettyprint
	{
		
	}

	p.important
	{
		background-image: url('../Images/NoteIcon.png');
		background-repeat: no-repeat;
		border: solid 1px #002041;
		border-radius: 3px;
		padding-bottom: 10px;
		padding-right: 10px;
		padding-top: 10px;
		font-size: 1rem;
		padding-left: 40px;
		width: auto;
		mc-auto-number-format: '{b}{color #F40953}Important: {/color}{/b}';
		color: #575757;
	}

	body.body-container
	{
		border: solid 1px #efefef;
	}

	span.mc-variable.General\00002EYear
	{
		
	}
}

