/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* 
:root
{
	--Brand: #0742eb;
	--Black: #000000;
	--Dark-Gray: #333333;
	--Medium-Gray: #8eaabf;
	--Light-Gray: #d1dde5;
	--Faint-Gray: #e8eef2;
}
 
*/

/* Load Montserrat */

@font-face 
{
	font-family: 'Montserrat';
	src: url('Montserrat-Regular.eot');
	src: url('Montserrat-Regular.eot') format('embedded-opentype'), url('Montserrat-Regular.woff2') format('woff2'), url('Montserrat-Regular.woff') format('woff'), url('Montserrat-Regular.ttf') format('truetype'), url('montserrat-v14-latin-300.svg') format('svg');
}

/* Load these for IE9 Compat Modes  */
/* Load these for IE6-IE8 - for very deep support  */
/* Load these for Super Modern Browsers  */
/* Load these for Pretty Modern Browsers  */
/* Load these for Safari, Android, iOS  */
/* Load these for Legacy iOS - for very deep support  */

body
{
	font-size: .9em;
	color: #333333;
	/*#333333 changed throughout x21*/
	line-height: 1.3em;
	margin-top: 8px;
	mc-hyphenate: never;
	font-family: Montserrat, Arial, "San Serif";
}

/* BEGIN tri-fecta float containers equally spaced on page */

.container
{
	right: 0;
	text-align: center;
	min-width: 900px;
	overflow: auto;
}

.container .left,
.container .center,
.container .right
{
	display: inline-block;
}

.container .left
{
	float: left;
	min-width: 30%;
	width: 30%;
	text-align: left;
}

.container .center
{
	margin: 0 auto;
	min-width: 250px;
	width: 35%;
	text-align: left;
}

.container .right
{
	float: right;
	min-width: 180px;
	width: 30%;
}

.clear
{
	clear: both;
	margin-bottom: 10px;
}

/* END tri-fecta float containers */

a:link
{
	font-weight: normal;
	text-decoration: none;
	color: #007bb4;
}

a:visited
{
	text-decoration: none;
	color: #007bb4;
}

a:hover
{
	color: #004768;
	text-decoration: underline;
}

a.footer
{
	/*was #ffffff*/
	color: #404a59;
}

a.footer:visited
{
	/*was #ffffff*/
}

a.footer:hover
{
	font-style: inherit;
	font-variant: inherit;
	text-decoration: underline;
}

a.footerurls
{
	/*was #ffffff*/
	color: #404a59;
	font-weight: normal;
}

a.footerurls:visited
{
	/*was #ffffff*/
}

a.footerurls:hover
{
	text-decoration: underline;
}

a.footermaster
{
	/*was #ffffff*/
	color: #0742eb;
}

a.footermaster:visited
{
	/*was #ffffff*/
	color: #0742eb;
}

a.footermaster:hover
{
	color: #ff940c;
}

a.footermasterurls
{
	/*was #ffffff*/
	color: #0742eb;
}

a.footermasterurls:visited
{
	/*was #ffffff*/
	color: #0742eb;
}

a.footermasterurls:hover
{
	color: #ff940c;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:hover
{
	color: #ff940c;
}

a.mellow
{
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

a.mellow:visited
{
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

a.mellow:hover
{
	color: #F36C21;
}

caption
{
	font-variant: inherit;
	font-style: italic;
	mc-auto-number-offset: 0;
	mc-auto-number-position: inside-head;
	mc-auto-number-class: inherit;
	font-size: .9em;
	font-weight: 600;
	text-align: left;
}

div.example
{
	background-repeat: no-repeat;
	border-radius: 6px;
	margin-bottom: 15px;
	padding: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: solid 1px #d5dadf;
	background-color: #f4f5f7;
}

div.FooterTable
{
	/*was #3e3e3e, then #E3E7E9*/
	background-repeat: repeat;
	border-top-style: solid;
	border-top-width: 2px;
	margin-left: 0px;
	margin-right: -17px;
	padding-bottom: 10px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 10px;
	border-top-color: #1aafa5;
	background-color: #e8eef2;
	margin-top: 50px;
}

/*
div.FooterTable-Dark
{
	background-color: #3e3e3e;
	background-repeat: repeat;
	border-top-color: #f36c21;
	border-top-style: solid;
	border-top-width: 2px;
	margin-left: -17px;
	margin-right: -17px;
	padding-bottom: 10px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 10px;
}
*/

div.GlossaryPageDefinition
{
	
}

div.GlossaryPageHeading
{
	
}

div.GlossaryPageTerm
{
	font-weight: normal;
	color: #0086b3;
}

div.ImagesFloatLeft
{
	clear: both;
	float: left;
	margin-right: 10px;
	padding: 5px;
}

div.ImagesFloatRight
{
	clear: both;
	float: right;
	margin-left: 10px;
	padding: 5px;
}

div.note
{
	background-repeat: no-repeat;
	color: #333333;
	padding-left: 40px;
	padding-right: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #eaf5fe;
	border: solid 1px #8eaabf;
	border-radius: 2px;
	font-family: inherit;
	font-size: 1em;
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 8px;
	background-image: url('../Images/Assets/Icons/MainIcons/Notes-grayblue-crop.png');
}

.noteInDiv
{
	mc-auto-number-format: 'Note:';
}

div.quotation
{
	background-color: #e1e1e1;
	background-image: url('../Resources/Images/QuotationMark.png');
	background-repeat: no-repeat;
	background-position: top left;
	border-color: #b3b3b3;
	border-style: solid;
	border-width: 1px;
	border-radius: 6px;
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	line-height: 18px;
	padding: 20px;
	padding-left: 40px;
}

div.TopicContent
{
	padding-left: 15px;
	padding-right: 15px;
	mc-hidden: hidden;
	width: 100%;
	margin-right: 10px;
	margin: 10px 10px 0px 40px;
}

div.tree-node
{
	font-family: Arial;
	font-size: 1.25em;
	line-height: 1.25em;
	margin: .5em 0 .5em 0;
}

h1
{
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 2em;
	margin-bottom: 5px;
	margin-top: 5px;
	/*	line-height: 28pt; */
	mc-hyphenate: never;
	line-height: 1.0em;
	mc-toc-depth: inherit;
	color: #F36C21;
}

h1.Appendix
{
	mc-hidden: hidden;
	mc-disabled: true;
}

h1.UserGuideBHeading
{
	mc-hidden: hidden;
	mc-disabled: true;
}

h2
{
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 5px;
	margin-top: 18px;
	/*	line-height: 28pt; */
	color: #F36C21;
	mc-hyphenate: never;
}

h3
{
	margin-top: 16px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 3px;
	mc-hyphenate: never;
	font-size: 1.25em;
	color: #F36C21;
}

img.AbsolutePosition
{
	padding: 5px;
}

img.FiftyPercentThumbnail
{
	mc-thumbnail: popup;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

img.Hyperlinked
{
	border-style: none;
}

img.OneHundredPercentThumbnail
{
	mc-thumbnail: popup;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

img.ReduceButtonSize
{
	max-height: 25px;
}

img.SeventyFivePercent
{
	padding: 10px;
}

li
{
	margin-bottom: 4px;
	margin-top: 3px;
	orphans: 3;
	widows: 3;
	font-family: inherit;
	mc-hyphenate: never;
	line-height: 1.2em;
}

/*MadCap|variable
{
	font-weight: normal;
	}

MadCap|variable.ital
	
{
	font-style: italic;
}*/

MadCap|bodyProxy.mellow
{
	background-color: #e8eef2;
	width: 90%;
}

MadCap|breadcrumbsProxy.mellow
{
	/*background-color: #e8eef2;*/
	width: 90%;
	font-size: .85em;
	font-style: italic;
	mc-breadcrumbs-prefix: '';
	border-bottom: solid 1px #C3C6C8;
}

MadCap|breadcrumbsProxy
{
	font-size: .85em;
	/* customization: made breadcrumb font slightly larger */
	font-style: italic;
	mc-breadcrumbs-prefix: '';
	/* mc-breadcrumbs-prefix: 'You are here: '; */
	border-bottom: solid 1px #C3C6C8;
}

MadCap|conceptLink
{
	color: #333333;
	font-size: 0.8em;
	font-weight: bold;
	mc-image: url('../Resources/Images/ListIcon.png');
	mc-label: 'SEE ALSO';
	padding-top: 8px;
	text-decoration: none;
}

MadCap|conceptLink:hover
{
	font-weight: bold;
	color: #ff940c;
}

MadCap|dropDown
{
	margin-bottom: 6px;
	margin-top: 6px;
	mc-closed-image: url('../Images/DropDownClosed.png');
	mc-open-image: url('../Images/DropDownOpen.png');
}

MadCap|dropDown.Footer
{
	/* was 
	mc-closed-image: url('../Images/DropDownSmallClosed.png');
	mc-open-image: url('../Images/DropDownSmallOpen.png');
*/
	mc-closed-image: url('../Images/DropDownClosed.png');
	mc-open-image: url('../Images/DropDownOpen.png');
}

MadCap|dropDown.SecondLevel
{
	margin-left: 10px;
	mc-closed-image: url('../Images/DropDownClosedSecondLevel.png');
	mc-open-image: url('../Images/DropDownOpenSecondLevel.png');
}

MadCap|dropDownBody
{
	border-bottom: solid 1px #f36c21;
	padding-bottom: 10px;
	margin: 0px 0px 10px;
}

MadCap|dropDownBody.FooterTopicMaster
{
	border-bottom-color: #b3b3b3;
}

MadCap|dropDownBody.Final
{
	border-bottom: 0;
}

MadCap|dropDownHead
{
	font-style: inherit;
	mc-hyphenate: never;
	margin-top: 0;
	font-weight: bold;
	page-break-after: avoid;
	font-size: 1em;
	padding-left: 0px;
	color: #F36C21;
}

MadCap|dropDownHotspot
{
	color: inherit;
}

MadCap|dropDownHotspot:hover
{
	color: #f36c21;
}

MadCap|dropDownHotspot.Footer
{
	color: #333333;
	/*was #ffffff*/
	font-size: 0.8em;
}

MadCap|dropDownHotspot.Footer:hover
{
	color: #f36c21;
}

MadCap|footnoteBlock
{
	
}

MadCap|footnotesBlock
{
	
}

MadCap|glossaryProxy
{
	
}

MadCap|indexProxy
{
	
}

MadCap|miniTocProxy
{
	border-top-style: none;
	margin-top: 1px;
	padding-top: 1px;
	line-height: .5em;
	mc-toc-depth: 3;
	display: block;
}

MadCap|tocProxy
{
	
}

MadCap|popup
{
	color: #2D8DCC;
}

MadCap|popup:focus
{
	color: #2D8DCC;
}

MadCap|popup:hover
{
	color: #2D8DCC;
}

MadCap|popupHead
{
	color: #2D8DCC;
	font-weight: bold;
}

MadCap|xref
{
	mc-format: '{para}';
	font-weight: normal;
	text-decoration: none;
	color: #007bb4;
}

MadCap|xref:hover
{
	color: #f36c21;
}

MadCap|xref.IndexPageNumber
{
	
}

ol
{
	list-style-image: none;
	orphans: 3;
	widows: 3;
}

ol ol
{
	list-style-type: lower-alpha;
	margin-left: -10px;
}

ol ol ol
{
	list-style-type: lower-roman;
	margin-left: -10px;
}

p
{
	font-family: Montserrat, Arial, "San Serif";
	margin-bottom: 8px;
	margin-top: 16px;
	mc-hyphenate: never;
}

p.Bullet
{
	/*display: list-item;
	list-style-type: disc;*/
	text-align: left;
	margin-right: 0in;
	mc-hyphenate: never;
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 0 0 0 0;
	mc-auto-number-position: outside-head;
	/*	mc-auto-number-class: Bullet Round ch;
	mc-auto-number-format: '• '; 
	mc-auto-number-format: '\2022 ';*/
	mc-auto-number-class: bull-icon;
	mc-auto-number-offset: 20px;
	margin-left: 40px;
	line-height: 1.2em;
	mc-auto-number-format: '■  ';
}

p.Bullet_in
{
	/*	display: list-item;
	list-style-type: circle; */
	text-align: left;
	margin-right: 0in;
	letter-spacing: 0em;
	mc-hyphenate: never;
	margin-bottom: 3px;
	margin-left: 62px;
	margin-top: 3pt;
	padding: 0px 0;
	mc-auto-number-offset: 20px;
	mc-auto-number-position: outside-head;
	/*	mc-auto-number-format: 'o ';
	mc-auto-number-class: Callout; */
	mc-auto-number-format: 'o  ';
	mc-auto-number-class: bull-icon;
	line-height: 1.2em;
}

p.Bullet_in_2
{
	/*	display: list-item;
	list-style-type: square; */
	text-align: left;
	margin-right: 0in;
	letter-spacing: 0em;
	mc-hyphenate: never;
	margin-bottom: 3px;
	margin-top: 3pt;
	padding: 2 0 2 0;
	mc-auto-number-offset: 20px;
	mc-auto-number-position: outside-head;
	/*	mc-auto-number-format: '• ';
	mc-auto-number-class: Callout; */
	margin-left: 84px;
	mc-auto-number-class: inherit;
	line-height: 1.2em;
	mc-auto-number-format: '•  ';
}

p.Copyright
{
	mc-hidden: hidden;
	font-size: 9pt;
}

p.CopyrightAddress
{
	mc-hidden: hidden;
	font-size: 9pt;
}

p.CopyrightHeading
{
	mc-hidden: hidden;
	font-size: 9pt;
	font-weight: bold;
}

p.CreatedUsingFlare
{
	mc-hyphenate: hidden;
}

p.EmptyPageText
{
	mc-hidden: hidden;
}

p.ExampleHeadText
{
	font-weight: bold;
	page-break-after: avoid;
	letter-spacing: 5px;
	padding: 0;
	margin: 0;
	border: 0;
}

p.Figure
{
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: 40px;
}

p.FirstPageOfChapter
{
	color: #333333;
	mc-hidden: hidden;
}

p.FooterTopicMaster
{
	color: #333333;
	/*was #ffffff*/
	font-size: 0.8em;
	font-weight: normal;
	/*was bold*/
	line-height: 16px;
	margin: 0;
	padding: 0;
	padding-left: 2px;
	mc-hidden: hidden;
}

p.FooterTopicMasterHeading
{
	color: #333333;
	/*was #ffffff*/
	font-size: 0.8em;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 2px;
	mc-hidden: hidden;
}

p.FooterTopicMasterLastLine
{
	color: #333333;
	/*was #ffffff*/
	font-size: 0.8em;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-left: 2px;
	mc-hidden: hidden;
}

p.FooterTopicMasterLastLineLeftPadding
{
	color: #333333;
	/*was #ffffff*/
	font-size: 0.8em;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 3px;
	padding-top: 0;
	text-align: left;
	mc-hidden: hidden;
}

p.FooterTopicMasterLeftPadding
{
	color: #333333;
	/*was #ffffff*/
	font-size: 0.8em;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-right: 3px;
	text-align: left;
	mc-hidden: hidden;
}

p.FrameFooterText
{
	mc-hidden: hidden;
}

p.FrameFooterText2
{
	mc-hidden: hidden;
}

p.GlossaryPrintHead
{
	mc-hidden: hidden;
}

p.IndexHeading
{
	
}

p.IndexPrintHead
{
	mc-hidden: hidden;
}

p._junk
{
	color: red;
	/* use to map junk styles */
}

p.ManualTitle1
{
	
}

p.ManualTitle2
{
	text-align: right;
	mc-hidden: hidden;
}

p.ManualVersionNumber
{
	
}

p.MiniTOC1
{
	font-weight: normal;
	mc-hidden: hidden;
	display: list-item;
	/* note: this miniTOC is customized to appear as a list item using our custom bullet image */
	list-style-type: disc;
}

p.quotationname
{
	text-align: left;
	mc-hidden: hidden;
}

p.SeeAlsoLink
{
	border-top-color: #b3b3b3;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 1.10em;
	letter-spacing: 1px;
	word-spacing: 2px;
	mc-hidden: hidden;
}

p.Table_Bullet
{
	/*	display: list-item;
	list-style-type: disc;
		mc-auto-number-format: '• ';
 */
	text-align: left;
	margin-left: 0.165in;
	margin-right: 0in;
	margin-top: 3pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	mc-hyphenate: never;
	line-height: 11pt;
	text-decoration: none;
	page-break-inside: auto;
	widows: 2;
	orphans: 2;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 16px;
	mc-auto-number-format: '\25CF ';
	mc-auto-number-class: bull-icon-sm;
}

p.Table_Bullet_In
{
	/*	display: list-item;
	list-style-type: circle; */
	text-align: left;
	margin-right: 0in;
	margin-top: 3pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	line-height: 11pt;
	text-decoration: none;
	margin-left: 0.4in;
	page-break-inside: auto;
	widows: 2;
	orphans: 2;
	/*	mc-auto-number-format: '○ '; */
	mc-auto-number-format: 'o ';
	mc-auto-number-position: outside-head;
	mc-auto-number-class: Bullet Round ch;
	mc-auto-number-offset: 16px;
}

p.Table_Bullet_In2
{
	/*	display: list-item;
	list-style-type: square;
	mc-auto-number-format: '■ ';
 */
	text-align: left;
	margin-right: 0in;
	margin-top: 3pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	line-height: 11pt;
	text-decoration: none;
	margin-left: 0.65in;
	mc-auto-number-format: '\25a0  ';
	mc-auto-number-position: outside-head;
	mc-auto-number-class: Bullet Round ch;
	mc-auto-number-offset: 15.84px;
}

p.TableFootnote
{
	margin-top: 2pt;
	font-style: normal;
	font-size: 11pt;
	mc-auto-number-format: 'T:{sup}{b}{n+} {/b}{/sup}';
}

p.TableTextCenterDark
{
	margin-bottom: 2px;
	margin-top: 8px;
	text-align: center;
}

p.TableTextDark
{
	margin-bottom: 2px;
	margin-top: 8px;
}

p.TableTextDarkEmphasis
{
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
}

p.TableTextHeadDark
{
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
}

p.TableTextLightEmphasis
{
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
}

p.TOCHeading
{
	mc-hidden: hidden;
	margin: 1.5em 0px;
}

/*trying to make all guides have ital. If guides appear in code as: MadCap:Variable name="guideVar.xyz", then we should be able to set a style for the variable element attribute. Reference: https://www.w3schools.com/cssref/css_selectors.asp */

MadCap:Variable span.mc-variable.guideVar
{
	font-style: italic;
}

span.GuideNames MadCap[name^="guideVar"]:Variable
{
	font-style: italic;
}

/*end experiment with guide styling*/

span.Emphasis
{
	font-weight: bold;
}

span.FigureNum
{
	color: #0742eb;
	font-style: normal;
}

/* span label is experiment with help */

span.label
{
	font-weight: 700;
	mc-hidden: hidden;
}

span.SeeAlsoIndexTerms
{
	font-style: italic;
}

span.SeeIndexTerms
{
	font-style: italic;
}

span.SetOffFirstLevel
{
	font-weight: bold;
	color: #1aafa5;
}

span.SetOffSecondLevel
{
	font-weight: bold;
	color: #5a626a;
}

span.TableNum
{
	color: #0742eb;
	font-style: normal;
}

td
{
	margin: 8px;
	vertical-align: top;
}

th
{
	color: #ffffff;
	margin-bottom: 8px;
	margin-top: 8px;
	text-align: left;
	background-color: #277cc4;
}

tr
{
	
}

tr.TableHeaderGray
{
	background-color: #d1dde5;
}

ul
{
	/*	list-style-image: url('../Images/Bullet2Online.png'); */
	padding-top: 0px;
	orphans: 2;
	widows: 2;
	page-break-before: avoid;
}

ul.FirstLevelLessIndentation
{
	margin-left: -10px;
	/*	list-style-image: url('../Images/Bullet2Online.png'); */
}

ul ul
{
	/*	list-style-image: url('../Images/Bullet2Online.png'); */
	margin-left: -10px;
}

h4
{
	font-size: 1.1em;
	/*	line-height: 22pt; */
	margin: 1em 0em 0.2em;
	color: inherit;
}

h5
{
	font-size: .9em;
	/*	line-height: 16pt;
	margin: 1.5em 0em 0.5em; */
	mc-heading-format: 'inherit';
	margin: 1em 0px 0px;
	color: #000000;
}

p.task-intro
{
	font-size: .9em;
	font-weight: bold;
	color: #333333;
	mc-next-tag: p;
	mc-next-class: List_1;
	page-break-after: avoid;
}

img
{
	text-align: left;
	margin-bottom: 0px;
	border: none 0px #d5dadf;
	margin-left: 0px;
	max-width: 99%;
}

MadCap|bodyProxy
{
	background-color: #e8eef2;
}

li.list-block
{
	display: block;
	widows: 2;
	orphans: 2;
}

p.TOC4
{
	
}

p.TOC1
{
	mc-pagenum-display: none;
	color: inherit;
}

address
{
	mc-hidden: hidden;
}

fieldset
{
	mc-hidden: hidden;
}

a
{
	color: #007bb4;
}

ul.footer
{
	float: left;
}

span.ChapAutoNum
{
	mc-hidden: hidden;
}

img.border
{
	border: solid 1px #d5dadf;
}

sup
{
	font-size: 0.9em;
}

sub
{
	font-size: 0.9em;
}

MadCap|dropDownHead.h3
{
	font-weight: normal;
	color: #f36c21;
	font-size: 1.15em;
}

MadCap|dropDownHotspot:active
{
	color: #404040;
}

MadCap|dropDownHotspot:focus
{
	color: #f36c21;
}

object
{
	width: 99%;
	height: auto;
}

td.mid-left
{
	border-bottom: solid 1px #8eaabf;
	border: none 0px #8eaabf;
	vertical-align: middle;
	border-right: solid 1px #8eaabf;
	padding: 10px 3px;
}

MadCap|snippetBlock
{
	margin: 0px 0px 0px 6px;
}

MadCap|relationshipsHeading.concept
{
	font-size: 1em;
	mc-label: 'Related Concepts';
}

MadCap|relationshipsHeading.reference
{
	font-size: 1em;
}

MadCap|relationshipsHeading.task
{
	font-size: 1em;
}

MadCap|relationshipsHeading
{
	font-size: 1em;
	margin: 0px 0px 0px 3px;
}

html.concept
{
	margin: 0px;
	font-size: .9em;
}

html.reference
{
	font-size: .9em;
}

html.task
{
	font-size: .9em;
}

html.topic
{
	font-size: .9em;
}

p.ConceptContext
{
	margin-left: 1em;
}

MadCap|relationshipsItem
{
	font-size: .9em;
	margin-left: 10px;
	overflow: inherit;
}

span.bull-icon-sm
{
	font-size: .7em;
}

a.GlossaryPageTerm
{
	color: #1aafa5;
}

MadCap|glossaryTerm
{
	color: #1aafa5;
	mc-closed-image: none;
	mc-open-image: none;
}

span.mc-variable.guideVar
{
	font-style: italic;
}

MadCap|glossaryTerm.Expanding
{
	mc-closed-image: none;
	mc-open-image: none;
}

MadCap|glossaryTerm.Hyperlink
{
	mc-open-image: none;
	mc-closed-image: none;
}

MadCap|glossaryTerm.Popup
{
	mc-closed-image: none;
	mc-open-image: none;
}

/* Media Print to line 1480ish */

@media print
{
	body
	{
		margin: 8px;
		/*	line-height: 18px; */
		font-size: 11pt;
		font-family: Montserrat, "Proxima Nova Rg", Arial, "San Serif";
	}

	div.GlossaryPageDefinition
	{
		font-size: 9pt;
		color: #3e3e3e;
	}

	div.GlossaryPageHeading
	{
		border-bottom-color: #f36c21;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		font-size: 11pt;
		color: #3e3e3e;
	}

	div.GlossaryPageTerm
	{
		font-size: 10pt;
		padding-bottom: 10px;
		padding-top: 10px;
		font-weight: normal;
		color: #0086b3;
		text-decoration: none;
	}

	div.note
	{
		padding-bottom: 10px;
	}

	h1
	{
		color: #f36c21;
		margin-left: 0;
		margin-bottom: 18px;
		margin-top: 20px;
		/*	mc-auto-number-class: ChapAutoNum;
		mc-auto-number-format: 'CH:CHAPTER {chapnum} '; 
		*/
		padding-left: 0;
		padding-top: 0;
		font-size: 30pt;
		/*	line-height: 28pt; */
		line-height: 30pt;
		page-break-before: auto;
	}

	h1.Appendix
	{
		mc-auto-number-format: 'APPENDIX ';
	}

	h1.UserGuideBHeading
	{
		page-break-before: avoid;
	}

	h2
	{
		font-weight: normal;
		color: #f36c21;
		font-size: 20pt;
		/*	line-height: 22pt; */
		margin-bottom: 8px;
	}

	h3
	{
		font-weight: normal;
		margin-bottom: auto;
		margin-top: 16px;
		margin: 16px 0px 0px;
		page-break-before: inherit;
		color: #f36c21;
		font-size: 15pt;
	}

	h4
	{
		mc-heading-level: 0;
		/*	line-height: 16pt; */
		font-weight: 600;
		margin: 12pt 0px 0px;
		font-size: 13pt;
	}

	img.FiftyPercentThumbnail
	{
		max-width: 50%;
	}

	img.OneHundredPercentThumbnail
	{
		max-width: 100%;
	}

	img.SeventyFivePercent
	{
		max-width: 75%;
	}

	MadCap|dropDown.SecondLevel
	{
		background-color: transparent;
		margin-left: 10px;
		margin: 0em 0em 0.5em;
	}

	MadCap|dropDownBody
	{
		padding-bottom: 10px;
		border-bottom: none 1px #4f7476;
	}

	MadCap|dropDownHead
	{
		font-style: inherit;
		font-size: 1.6em;
		margin-top: 18px;
		margin-bottom: 8px;
		mc-hyphenate: never;
		font-weight: normal;
		color: #3F6B86;
	}

	MadCap|dropDownHotspot
	{
		font-size: .8em;
		color: inherit;
	}

	MadCap|footnoteBlock
	{
		font-size: 7pt;
	}

	MadCap|footnotesBlock
	{
		border-top-color: #f36c21;
	}

	MadCap|glossaryProxy
	{
		border-top: none;
		color: #3e3e3e;
		border-top-color: #3e3e3e;
	}

	MadCap|indexProxy
	{
		border-top: none;
		color: #e1e1e1;
	}

	MadCap|miniTocProxy
	{
		border-top: 0;
		margin-right: 0.25in;
		margin-left: 0.25in;
		padding-left: 0;
	}

	MadCap|tocProxy
	{
		border-top: none;
		margin-right: 0.25in;
	}

	MadCap|xref
	{
		font-weight: normal;
		text-decoration: none;
		color: #007BB4;
		mc-format: "{para}";
	}

	MadCap|xref.IndexPageNumber
	{
		color: #f36c21;
	}

	ol ol
	{
		margin-left: 30px;
	}

	ol ol ol
	{
		margin-left: 30px;
	}

	p
	{
		font-size: 11pt;
		orphans: 3;
		widows: 3;
	}

	p.Copyright
	{
		margin-bottom: 8px;
		margin-top: 8px;
	}

	p.CopyrightAddress
	{
		margin-bottom: 0;
		margin-top: 0;
	}

	p.CopyrightHeading
	{
		margin-top: 1in;
		font-size: 9pt;
	}

	p.CreatedUsingFlare
	{
		font-weight: bold;
		margin-top: 18px;
	}

	p.EmptyPageText
	{
		font-size: 10pt;
		font-weight: bold;
	}

	p.Figure
	{
		margin-left: 30px;
		padding-bottom: 0;
	}

	p.FirstPageOfChapter
	{
		color: #e1e1e1;
	}

	p.FrameFooterText
	{
		font-size: 24pt;
	}

	p.FrameFooterText2
	{
		color: #404040;
		font-size: 11pt;
	}

	p.GlossaryPrintHead
	{
		color: #3e3e3e;
		font-size: 90pt;
		letter-spacing: -1px;
		mc-heading-level: 1;
		page-break-before: always;
		text-align: right;
	}

	p.IndexHeading
	{
		font-size: 11pt;
		padding-top: 16px;
		text-align: left;
	}

	p.IndexPrintHead
	{
		color: #3e3e3e;
		font-size: 90pt;
		letter-spacing: -1px;
		mc-heading-level: 1;
		page-break-before: always;
		text-align: right;
	}

	p.ManualTitle1
	{
		font-size: 9pt;
		margin-bottom: 0;
		margin-left: 1in;
		margin-top: 2.00in;
	}

	p.ManualTitle2
	{
		color: #f36c21;
		margin-bottom: 0;
		margin-left: 1in;
		font-size: 36pt;
		mc-heading-level: 1;
		line-height: 45pt;
		margin-top: 1.95in;
	}

	p.ManualVersionNumber
	{
		color: #b3b3b3;
		font-size: 12pt;
		margin-left: 1in;
		margin-top: 12pt;
	}

	p.MiniTOC1
	{
		font-size: 9pt;
		font-weight: normal;
	}

	p.TableFootnote
	{
		font-style: italic;
		/*mc-auto-number-format: 'CT:Table {chapnum}-{n+} '; */
		mc-auto-number-format: 'T:{sup}{b}{n+} {/b}{/sup}';
		margin-top: 2pt;
	}

	p.TOC1
	{
		page-break-after: avoid;
		font-size: 13pt;
		line-height: 15pt;
		font-weight: bold;
		mc-pagenum-display: all;
		mc-leader-format: 'dot';
		mc-hyphenate: never;
		margin-top: 3px;
		margin-bottom: 3px;
		margin-right: 54pt;
	}

	p.TOC2
	{
		font-weight: normal;
		margin-top: 3px;
		margin-bottom: 3px;
		margin-left: 0.25in;
		font-size: 10pt;
		line-height: 12pt;
		mc-hyphenate: never;
		color: inherit;
	}

	p.TOC3
	{
		font-weight: normal;
		margin-top: 3px;
		margin-bottom: 3px;
		margin-left: 0.5in;
		font-size: 10pt;
		line-height: 12pt;
		mc-hyphenate: never;
		color: inherit;
	}

	p.TOC4
	{
		font-size: 10pt;
		line-height: 12pt;
		font-weight: normal;
		margin-top: 2px;
		margin-bottom: 2px;
		margin-left: 0.75in;
	}

	p.TOCHeading
	{
		color: #3e3e3e;
		font-size: 30pt;
		font-weight: normal;
		letter-spacing: -1px;
		line-height: 42pt;
		mc-heading-level: 2;
		text-align: left;
		margin: 1.5em 0;
	}

	span.ChapAutoNum
	{
		color: #3e3e3e;
		font-size: 30pt;
		letter-spacing: -1px;
	}

	span.FigureNum
	{
		color: #0742eb;
		font-style: normal;
	}

	span.TableNum
	{
		color: #0742eb;
		font-style: normal;
	}

	tr
	{
		page-break-inside: avoid;
	}

	tr.TableHeaderGray
	{
		
	}

	ul
	{
		/*	list-style-image: url('../Images/Bullet1Print.eps'); */
		margin-left: 20px;
	}

	ul.FirstLevelLessIndentation
	{
		/*	list-style-image: url('../Images/Bullet1Print.eps'); */
		margin-left: 30px;
	}

	ul ul
	{
		/*	list-style-image: url('../Images/Bullet1Print.eps'); */
		margin-left: 30px;
		margin: 0em 0 1.12em 30px;
	}

	MadCap|xref.Table_And_Page
	{
		mc-format: '{paranum}{paratext}';
	}

	MadCap|xref.Table_Number_And_Page
	{
		mc-format: '{paranum}{paratext}';
	}

	MadCap|xref.Figure
	{
		mc-format: '{paranum}{paratext}';
	}

	MadCap|xref.Figure_
	{
		mc-format: '{paranum}{paratext}';
	}

	MadCap|xref.Figure_And_Page
	{
		mc-format: '{paranum}{paratext}';
	}

	MadCap|xref.Heading_And_Page
	{
		mc-format: '{paranum}{paratext}';
	}

	p.Fig_Caption
	{
		mc-auto-number-format: 'CF:{b}Figure {n+}{/b}';
		margin-left: 115px;
	}

	p.Table_Caption
	{
		mc-auto-number-format: 'CT: Table {n+}: ';
	}

	div.FooterTable
	{
		
	}

	p.Cover_Product
	{
		
	}

	p.Cover_Title
	{
		color: #404040;
		font-size: 30pt;
		margin-top: 20pt;
	}

	p.Cover_VersionProduct
	{
		font-style: normal;
		font-size: 12pt;
		color: #404040;
		margin-top: 5pt;
	}

	p.Cover_VersionDoc
	{
		color: #404040;
	}

	p.SpaceAbove
	{
		margin-top: 100pt;
	}

	div.example
	{
		background-color: ;
	}

	h5
	{
		color: #000000;
		/*	line-height: 14; */
		mc-heading-level: 0;
		font-size: 11pt;
		line-height: 12pt;
		margin: 12px 0px 0px;
	}

	p.task-intro
	{
		mc-heading-level: 0;
		line-height: normal;
	}

	li.list-block
	{
		orphans: 3;
		widows: 3;
	}

	p.Table_Heading2
	{
		font-size: 10pt;
	}

	img
	{
		max-width: 100%;
	}

	p.TOC5
	{
		mc-heading-level: 0;
	}

	h6
	{
		mc-heading-level: 0;
		font-size: 10pt;
		margin: 12px 0px 0px;
	}

	li
	{
		orphans: 3;
		widows: 3;
		page-break-inside: avoid;
		margin: 1em 0;
		margin-bottom: 0px;
		margin-top: 5pt;
	}

	ol
	{
		orphans: 3;
		widows: 3;
	}

	td
	{
		orphans: 3;
		widows: 3;
		page-break-inside: auto;
	}

	p.Bullet
	{
		margin-top: 5pt;
		margin-left: 36px;
		mc-auto-number-offset: 24px;
		mc-auto-number-format: '■  ';
	}

	p.Bullet_in
	{
		margin-left: 60px;
	}

	p.Bullet_in_2
	{
		margin-top: 0;
		margin-left: 84px;
		mc-auto-number-class: inherit;
		mc-auto-number-format: '•';
	}

	ul.Footer
	{
		
	}

	/*ul.footer for horizontal list with pipe separator if second item	
	
	ul.Footer li { float: left; }
	ul.Footer li:before { content: "|"; padding: 0 .5em; }
	ul.Footer li:first-child:before { content: " "; padding: 0; }
	
	*/

	/*pipe-separated-list --- failed experiment, retry later  
	.pipe-separated-list-container {
		  overflow-x: hidden;
		}
		.pipe-separated-list-container ul {
		  list-style-type: none;
		  position: relative;
		  left: -1px;
		  padding: 0;
		}
		.pipe-separated-list-container ul li {
		  display: inline-block;
		  line-height: 1;
		  padding: 0 1em;
		  margin-bottom: 1em;
		  border-left: 1px solid;
		}
	*/

	p.TOCHeadingTOC
	{
		color: #3e3e3e;
		font-size: 40pt;
		font-weight: normal;
		letter-spacing: -1px;
		line-height: 42pt;
		mc-heading-level: 0;
		text-align: left;
		margin: 1.5em 0;
	}

	p.Figure_Anchor
	{
		margin-top: 0pt;
		line-height: 0pt;
		font-size: 1pt;
		mc-conditions: 'General.Hidden';
	}

	p.Table_Body
	{
		font-family: Montserrat, Arial;
		page-break-after: inherit;
		widows: 3;
		orphans: 3;
	}

	span.syntax
	{
		font-size: 9;
	}

	span.CLI
	{
		font-weight: 700;
	}

	img.border
	{
		
	}

	p.CellBody
	{
		font-family: Montserrat, Arial;
		page-break-after: inherit;
	}

	MadCap|dropDownHotspot:hover
	{
		color: #f36c21;
	}

	MadCap|dropDownHotspot:focus
	{
		color: #f36c21;
	}

	MadCap|dropDownHotspot:active
	{
		color: #404040;
	}

	MadCap|dropDownBody.Final
	{
		border-bottom: none;
	}

	MadCap|dropDown
	{
		margin: 0em 0em 0.3em;
	}

	MadCap|dropDownHead.h2
	{
		font-weight: normal;
		font-size: 20pt;
		color: #f36c21;
	}

	MadCap|dropDownHead.h3
	{
		font-size: 14pt;
		mc-heading-level: 3;
	}

	ul.SecondLevelIndentation
	{
		margin-left: 60px;
	}

	ul.FirstLevelIndentation
	{
		margin-left: 40px;
		top-margin: inherit;
	}

	p.Table_Body_sm
	{
		font-size: 8pt;
	}

	p.Table_Heading_Orange
	{
		padding: 2px;
	}

	p.Table_Body_In
	{
		font-family: Montserrat, Arial;
	}

	p.Table_Body_In_2
	{
		
	}

	MadCap|codeSnippetBody
	{
		background: inherit;
		background-color: inherit;
	}

	td.mid-left
	{
		
	}

	MadCap|dropDownHead.h2-no-print
	{
		display: none;
	}

	MadCap|relationshipsProxy.GigaSMART
	{
		
	}

	MadCap|relationshipsHeading.concept
	{
		mc-label: 'Related Concepts';
	}

	div.FloatRightGray
	{
		background-color: #565d62;
	}

	span.bull-icon
	{
		font-size: 7pt;
	}

	span.bull-icon-sm
	{
		font-size: 6pt;
	}

	MadCap|dropDown.ThirdLevel
	{
		margin: 0em 0em 0.5em;
		background-color: transparent;
		margin-left: 14px;
	}

	p.Watermark
	{
		mc-conditions: 'General.For-Reviewers';
	}

	table
	{
		max-width: 99%;
	}

	MadCap|miniTocProxy.intro
	{
		mc-output-support: all;
		mc-toc-depth: 1;
	}

	MadCap|dropDownHead.h4
	{
		font-weight: normal;
		color: #3F6B86;
		font-size: 20pt;
	}

	span.SetOffFirstLevel
	{
		color: #333333;
	}
}

/* END Media-Print */

span.Italic-Hypertext
{
	font-style: italic;
	color: #0742eb;
}

p.Body
{
	margin: 1.12em 0;
	margin-bottom: inherit;
	margin-top: inherit;
}

p.Cover_Title
{
	text-align: right;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 9pt;
	margin-bottom: 0pt;
	font-family: 'Lucida Sans Unicode', Arial;
	font-weight: bold;
	font-style: normal;
	font-size: 24pt;
	letter-spacing: 0.05em;
	color: #00a0af;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 29pt;
	text-decoration: none;
	mc-hidden: hidden;
}

p.Cover_Product
{
	text-align: right;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 12pt;
	margin-bottom: 40pt;
	font-weight: bold;
	font-style: normal;
	font-size: 12pt;
	letter-spacing: 0.05em;
	color: #404040;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 40pt;
	text-decoration: none;
	mc-hidden: hidden;
}

p.Cover_VersionProduct
{
	text-align: right;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 10pt;
	margin-bottom: 0pt;
	font-family: 'Lucida Sans Unicode', Arial;
	font-weight: normal;
	font-style: italic;
	font-size: 14pt;
	letter-spacing: 0.05em;
	color: #00a0af;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 17pt;
	text-decoration: none;
	mc-hidden: hidden;
}

p.Subhead
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 16pt;
	margin-bottom: 2pt;
	font-family: 'Lucida Sans', Arial;
	font-weight: bold;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0.04em;
	color: #00a0af;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 12pt;
	text-decoration: none;
	mc-hidden: hidden;
}

p.CoverBody
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 8pt;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 9pt;
	text-decoration: none;
	mc-hidden: hidden;
}

MadCap|xref.Heading
{
	mc-format: '{paratext}';
}

p.Table_Heading
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	text-indent: 0px;
	vertical-align: middle;
	margin: 0pt;
	line-height: normal;
	page-break-after: avoid;
	page-break-inside: avoid;
}

p.Table_Heading2
{
	margin-bottom: 4px;
	margin-top: 4px;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	mc-hyphenate: never;
}

p.Table_Heading_White
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	line-height: 12pt;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	text-indent: 0px;
	color: #ffffff;
	vertical-align: middle;
}

p.Table_Body
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 11pt;
	color: #333333;
	margin-top: 4pt;
	margin-bottom: 4pt;
	widows: 3;
	orphans: 2;
}

MadCap|xref.Heading_And_Page
{
	mc-format: '{paratext}';
}

span.Hypertext
{
	color: #0742eb;
}

p.Contents
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 79pt;
	font-weight: normal;
	font-style: normal;
	font-size: 24pt;
	letter-spacing: 0.05em;
	color: #00a0af;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 25pt;
	text-decoration: none;
	mc-hidden: hidden;
}

p.Chapter_NumTOC
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 12pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
	letter-spacing: 0em;
	color: #00a0af;
	text-indent: 0px;
	line-height: 17pt;
	text-decoration: none;
	mc-hidden: hidden;
}

p.ChapterTOC
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 11pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
	letter-spacing: 0em;
	color: #00a0af;
	text-indent: 0px;
	line-height: 17pt;
	text-decoration: none;
	mc-hidden: hidden;
}

p.H1TOC
{
	text-align: left;
	margin-left: 0.4in;
	margin-right: 0in;
	margin-top: 1pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	letter-spacing: 0em;
	text-indent: 0px;
	line-height: 13pt;
	text-decoration: none;
	mc-hidden: hidden;
	mc-disabled: true;
}

p.H2TOC
{
	text-align: left;
	margin-left: 0.8in;
	margin-right: 0in;
	margin-top: 1pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	letter-spacing: 0em;
	text-indent: 0px;
	line-height: 13pt;
	text-decoration: none;
	mc-hidden: hidden;
	mc-disabled: true;
}

p.H3TOC
{
	text-align: left;
	margin-left: 1.2in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	letter-spacing: 0em;
	text-indent: 0px;
	line-height: 13pt;
	text-decoration: none;
	mc-hidden: hidden;
	mc-disabled: true;
}

p.Appendix_NumTOC
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 12pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
	letter-spacing: 0em;
	color: #00a0af;
	text-indent: 0px;
	line-height: 17pt;
	text-decoration: none;
	mc-hidden: hidden;
}

p.Chapter_Num
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 39pt;
	font-weight: normal;
	letter-spacing: 0.05em;
	mc-hyphenate: never;
	mc-auto-number-format: 'C:Chapter {chapnum}';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0px;
	text-indent: 0px;
	text-decoration: none;
	font-size: 1.75em;
	color: #333333;
	mc-hidden: hidden;
}

p.Chapter
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 37pt;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	text-decoration: none;
	font-size: 1.75em;
	color: #333333;
	mc-hidden: hidden;
}

p.Note
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0px;
	mc-auto-number-class: Note;
	text-indent: 0px;
	text-decoration: none;
	background: #eaf5fe;
	border: solid 1px #8eaabf;
	mc-auto-number-format: '{b}Note{/b}:  ';
	border-radius: 2px;
	margin-top: 3px;
	padding: 5px 40px 5px 10px;
}

span.Bold
{
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0em;
	text-decoration: none;
}

MadCap|xref.Figure
{
	mc-format: '{paranum}';
}

p.Figure_Anchor
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-bottom: 0pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	mc-hidden: hidden;
	margin-top: 0pt;
	font-size: 1pt;
	line-height: 0pt;
}

p.Fig_Caption
{
	text-align: left;
	font-style: italic;
	mc-hyphenate: never;
	/*	mc-auto-number-format: 'CH:Figure:  '; */
	font-size: 10pt;
	margin-bottom: 5px;
	page-break-before: avoid;
	margin-right: 0px;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: .75 in;
	margin-left: 115px;
	margin-top: 0px;
	text-indent: 2px;
	clear: right;
	mc-auto-number-format: '{n+}';
}

h3.h3
{
	text-align: left;
	margin-right: 0in;
	margin-bottom: 0pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	mc-hidden: hidden;
	mc-disabled: true;
}

p.List_1_
{
	text-align: left;
	margin: 1.12em 0;
	margin-left: 40px;
	margin-right: 0in;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-format: 'L:{n+}. ';
	mc-auto-number-class: List Num;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 24px;
	margin-bottom: 8px;
	margin-top: 8px;
}

p.Body_List
{
	text-align: left;
	margin-right: 0in;
	margin-top: 5pt;
	margin-bottom: 0pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	margin-left: 40px;
}

p.Body_List_in
{
	text-align: left;
	margin-right: 0in;
	margin-top: 5pt;
	margin-bottom: 0pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	margin-left: 64px;
}

span.CLI
{
	font-style: normal;
	text-decoration: none;
	font-size: 9pt;
	font-weight: 700;
	letter-spacing: 0.75px;
	background: transparent;
	line-height: 11pt;
}

p.Table_Body_In
{
	text-align: left;
	margin-left: 0.165in;
	margin-right: 0in;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 11pt;
	text-decoration: none;
	widows: 3;
	orphans: 2;
	margin-bottom: 3pt;
	margin-top: 2pt;
}

p.NoteTable
{
	text-align: left;
	margin-right: 0in;
	margin-top: 4pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0px;
	mc-auto-number-class: Note;
	text-indent: 0px;
	line-height: 11pt;
	text-decoration: none;
	padding: 5px;
	background: #eaf5fe;
	mc-auto-number-format: '{b}Note{/b}:  ';
	border-radius: 2px;
	margin-left: 0;
	border: solid 1px #8eaabf;
}

p.NoteIndent
{
	text-align: left;
	margin-right: 0in;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0px;
	mc-auto-number-class: Note;
	text-indent: 0px;
	text-decoration: none;
	background: #eaf5fe;
	border: solid 1px #8eaabf;
	mc-auto-number-format: '{b}Note{/b}:  ';
	border-radius: 2px;
	margin-left: 40px;
	margin-top: 3px;
	padding: 5px 40px 5px 10px;
}

span.Blue
{
	font-style: normal;
	letter-spacing: 0em;
	color: #319bf5;
	text-decoration: none;
	mc-hidden: hidden;
}

blockquote.Body_List_in
{
	text-align: left;
	margin-left: 0.5in;
	margin-right: 0in;
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 13pt;
	text-decoration: none;
}

MadCap|xref.Figure_
{
	mc-format: '{paranum} {paratext}';
}

span.Italic
{
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0em;
	text-decoration: none;
}

pre.Code
{
	text-align: left;
	margin-bottom: 0pt;
	font-family: 'Courier New';
	font-style: normal;
	font-size: 10pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	line-height: 11pt;
	text-decoration: none;
	margin-left: 40px;
	margin-right: 0pt;
	margin-top: 0pt;
	font-weight: bold;
}

p.Def_List_3
{
	text-align: left;
	margin-right: 0in;
	margin-top: 6pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	mc-hyphenate: never;
	line-height: 13pt;
	text-decoration: none;
	mc-hidden: hidden;
	margin-left: 140px;
	text-indent: -100px;
}

p.syntax
{
	text-align: left;
	font-style: normal;
	mc-hyphenate: never;
	text-indent: 0px;
	text-decoration: none;
	margin-left: 16px;
	font-size: 9pt;
	letter-spacing: 0.75px;
	font-weight: 700;
	color: inherit;
	line-height: 11pt;
	font-variant: inherit;
	background-color: transparent;
	margin-right: 0px;
	margin-top: 4pt;
	margin-bottom: 4pt;
	widows: 3;
	orphans: 2;
	page-break-inside: auto;
}

p.Table_List_1
{
	text-align: left;
	margin-left: 0.25in;
	margin-right: 0in;
	margin-top: 4pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 24px;
	mc-auto-number-class: Bold;
	line-height: 11pt;
	text-decoration: none;
	mc-auto-number-format: 'N:{n=1}. ';
}

p.Table_List_1_
{
	text-align: left;
	margin-left: 0.25in;
	margin-right: 0in;
	margin-top: 4pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 24px;
	mc-auto-number-class: Bold;
	line-height: 11pt;
	text-decoration: none;
	mc-auto-number-format: 'N:{n+}. ';
}

p.Table_List_a
{
	text-align: left;
	margin-left: 0.5in;
	margin-right: 0in;
	margin-top: 4pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-format: 'N:{a=1}. ';
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 24px;
	mc-auto-number-class: Bold;
	line-height: 11pt;
	text-decoration: none;
}

p.Table_List_a_
{
	text-align: left;
	margin-left: 0.5in;
	margin-right: 0in;
	margin-top: 4pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-format: 'N:{a+}. ';
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 24px;
	mc-auto-number-class: Bold;
	line-height: 11pt;
	text-decoration: none;
}

pre.Code9
{
	text-align: left;
	font-family: 'Courier New';
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	text-decoration: none;
	font-size: 9pt;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 16px;
	line-height: 10pt;
	margin-top: 4pt;
}

p.Table_Body_In_2
{
	text-align: left;
	margin-left: 0.33in;
	margin-right: 0in;
	margin-top: 3pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 11pt;
	text-decoration: none;
}

p.CellBody
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	letter-spacing: 0em;
	text-indent: 0px;
	color: #333333;
	font-size: 9pt;
	line-height: 11pt;
	margin-bottom: 4pt;
	margin-top: 4pt;
	mc-hyphenate: never;
	orphans: 2;
	widows: 3;
	font-family: Arial;
	mc-hidden: inherit;
}

MadCap|xref.Figure_And_Page
{
	mc-format: '{paranum} {paratext}';
}

span.Super
{
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0em;
	line-height: 11pt;
	font-size: 7.2pt;
	vertical-align: super;
	text-decoration: none;
}

span.Note
{
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 13pt;
	font-variant: small-caps;
	text-decoration: none;
}

p.Table_List_In
{
	text-align: left;
	margin-left: 0.5in;
	margin-right: 0in;
	margin-top: 3pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 11pt;
	text-decoration: none;
}

p.Figure_Anchor_wide
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 4pt;
	margin-bottom: 0pt;
	font-size: 5pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 2pt;
	mc-hidden: hidden;
}

p.List_a
{
	text-align: left;
	margin-right: 0in;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-format: 'N:{a=1}. ';
	mc-auto-number-class: List Num;
	mc-next-class: List_a_;
	mc-next-tag: p;
	mc-auto-number-position: outside-head;
	margin-left: 64px;
	mc-auto-number-offset: 24px;
	margin-bottom: 8px;
	margin-top: 8pt;
}

p.List_a_
{
	text-align: left;
	margin-right: 0in;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-format: 'N:{a+}. ';
	mc-auto-number-class: List Num;
	mc-next-class: List_a_;
	mc-next-tag: p;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 24px;
	margin-left: 64px;
	margin-bottom: 8px;
	margin-top: 8pt;
}

p.List_1
{
	text-align: left;
	margin-left: 40px;
	margin-right: 0in;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-class: List Num;
	mc-next-tag: p;
	mc-next-class: List_1_;
	mc-auto-number-position: outside-head;
	mc-auto-number-format: 'L:{n=1}.  ';
	mc-auto-number-offset: 24px;
	margin-top: 8px;
}

p.Table_Caption
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0px;
	text-indent: 0px;
	text-decoration: none;
	mc-auto-number-format: 'Table {n+}: ';
	/* mc-auto-number-format: 'CH:Table:  '; */
	margin-top: 10pt;
	font-size: 10pt;
	page-break-after: avoid;
	margin-bottom: 0pt;
}

MadCap|xref.Table_And_Page
{
	mc-format: '{paranum}{paratext}';
}

span.a_Error
{
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	color: #ff0000;
	line-height: 11pt;
	text-decoration: none;
}

MadCap|xref.Number
{
	mc-format: '{paranumonly}';
}

span.Code
{
	font-style: normal;
	text-decoration: none;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: 700;
	letter-spacing: 0.75px;
}

MadCap|xref.Step
{
	mc-format: 'Step {paranumonly}';
}

p.Appendix_Num
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0.1in;
	margin-top: 0pt;
	margin-bottom: 39pt;
	font-family: 'Lucida Sans Unicode', Arial;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-format: 'C:Appendix {chapnum}';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0px;
	text-indent: 0px;
	text-decoration: none;
	color: #333333;
	font-size: 1.75em;
	mc-hidden: hidden;
}

span.Strong
{
	mc-hidden: hidden;
}

MadCap|xref.Table
{
	mc-format: '{paranum}{paratext}';
}

p.Pref_Table_Caption
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 5pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: italic;
	font-size: 11pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-format: 'T:Table {r+}:  ';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0px;
	text-indent: 0px;
	line-height: 12pt;
	text-decoration: none;
	mc-hidden: hidden;
}

p.RunFoot_Left
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: italic;
	font-size: 11pt;
	letter-spacing: 0em;
	color: #00a0af;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 13pt;
	text-decoration: none;
	mc-hidden: hidden;
}

p.RunFoot_Right
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: italic;
	font-size: 11pt;
	letter-spacing: 0em;
	color: #00a0af;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 13pt;
	text-decoration: none;
	mc-hidden: hidden;
}

p.ChapterNumTitleTOC
{
	text-align: left;
	margin-left: 0.5in;
	margin-right: 0in;
	margin-top: 11pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
	letter-spacing: 0em;
	color: #00a0af;
	text-indent: -24px;
	line-height: 17pt;
	text-decoration: none;
	mc-hidden: hidden;
}

code
{
	font-style: normal;
	letter-spacing: 0em;
	text-decoration: none;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: bold;
}

MadCap|xref.Table_Number_And_Page
{
	mc-format: '{paranum}{paratext}';
}

b
{
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0em;
	text-decoration: none;
}

span.Verify
{
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	letter-spacing: 0em;
	color: #ff00ff;
	line-height: 13pt;
	text-decoration: none;
}

span.CheckBox
{
	font-family: Wingdings;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	line-height: 11pt;
	text-decoration: none;
}

p.Anchor
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 2pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 2pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 3pt;
	text-decoration: none;
	mc-hidden: hidden;
}

h6
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 15pt;
	margin-bottom: 0pt;
	font-style: normal;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 13pt;
	text-decoration: none;
	font-size: .85em;
	font-weight: bold;
	mc-heading-level: 6;
	margin: 1em 0px 0px;
}

p.Code-ind
{
	text-align: left;
	margin-left: 0.5in;
	margin-right: 0in;
	margin-top: 5pt;
	margin-bottom: 0pt;
	font-family: 'Courier New';
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 11pt;
	text-decoration: none;
}

span.Code-green
{
	font-style: normal;
	color: #008000;
	text-decoration: none;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: 700;
	letter-spacing: 0.75px;
}

span.Code-redacted
{
	font-style: normal;
	color: #008000;
	text-decoration: none;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: 700;
	letter-spacing: 0.75px;
}

p.Callout
{
	text-align: left;
	font-size: 0.9em;
	mc-hidden: hidden;
}

p.Comment	/*Internal Use Only*/
{
	background-color: #ffffcc;
	color: red;
	mc-conditions: 'General.For-Reviewers';
	font-size: .9em;
}

p.PartNumTitle
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 37pt;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-format: ;
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0px;
	text-indent: 0px;
	text-decoration: none;
	color: #333333;
	font-size: 2em;
	mc-hidden: hidden;
}

p.Cover_VersionDoc
{
	text-align: right;
	font-weight: normal;
	letter-spacing: 0.05em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 17pt;
	text-decoration: none;
	mc-hidden: hidden;
	margin: 2pt 0 0em;
	color: #404040;
	font-size: 10pt;
	font-style: normal;
}

p.SpaceAbove	/*use to add big 50pt vertical space in Print only*/
{
	margin-bottom: 8px;
	font-family: 'Segoe UI', Arial, 'San Serif';
	margin-top: 8px;
	mc-hidden: hidden;
}

MadCap|xref.plain-text
{
	color: #333333;
	font-weight: normal;
	mc-format: '{quote}{para}{quote}';
}

/* BEGIN custom minitocproxy *?
/* added a custom mini-toc to control spacing so it appears as a simple list of links. */

MadCap|miniTocProxy.intro
{
	border-top-style: none;
	padding-top: 0px;
	mc-toc-depth: 1;
	padding-bottom: 1px;
	margin-top: 1px;
	line-height: .5em;
}

/* END custom MiniTOCProxy */
/* BEGIN MiniTOC1link customization. Purpose: to make the miniTOC lisings appear as proper links */

a.MiniTOC1:link
{
	font-weight: normal;
	text-decoration: none;
	color: #0742eb;
}

a.MiniTOC1:visited
{
	text-decoration: none;
	color: #0742eb;
}

a.MiniTOC1:hover
{
	text-decoration: none;
	color: #ff940c;
}

/* END custom MiniTOC1 link behavior */

p.Attention
{
	margin-bottom: 8px;
	margin-top: 16px;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ffcf32;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ffcf32;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ffcf32;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffcf32;
	background-color: #fffaea;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-color: #ffcf32;
}

p.DRAFT
{
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 4pt;
	margin-bottom: 0pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	text-decoration: none;
	font-family: 'Adobe Gothic Std B', Arial;
	text-align: center;
	color: #c1c8d0;
	font-size: 24pt;
	line-height: 26pt;
	mc-hidden: hidden;
}

span.body
{
	
}

span.Code-bold
{
	font-style: normal;
	text-decoration: none;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: bolder;
	letter-spacing: 0.75px;
}

img.MaxW300Thumbnail
{
	text-align: left;
	margin-bottom: 0px;
	border: solid 1px #d5dadf;
	max-width: 90%;
	mc-thumbnail: popup;
	height: auto;
	mc-thumbnail-max-width: inherit;
	mc-thumbnail-max-height: inherit;
	width: 175px;
}

p.Cover_ChangeNotesLink
{
	text-align: right;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 10pt;
	margin-bottom: 0pt;
	font-family: 'Lucida Sans Unicode', Arial;
	font-weight: normal;
	letter-spacing: 0.05em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 17pt;
	text-decoration: none;
	mc-hidden: hidden;
	font-size: 8pt;
	font-style: normal;
}

p.frame-footer-text-g
{
	font-size: 9pt;
	margin-top: 0px;
	line-height: 0pt;
	letter-spacing: 1px;
}

p.frame-footer-page-number
{
	text-align: right;
	vertical-align: middle;
	font-size: 15pt;
}

p.TOCHeadingTOC
{
	mc-hidden: hidden;
	margin: 1.5em 0px;
}

pre.CodeIndent
{
	text-align: left;
	margin-bottom: 0pt;
	font-family: 'Courier New';
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	line-height: 11pt;
	text-decoration: none;
	margin-right: 0pt;
	margin-top: 0pt;
	margin-left: 64px;
}

span.syntax
{
	font-weight: bold;
	font-size: 9;
}

p.FigureFlushLeft
{
	margin-top: 5px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
}

p.Table_Body_CLI
{
	text-align: left;
	font-style: normal;
	mc-hyphenate: never;
	text-indent: 0px;
	text-decoration: none;
	font-size: 9pt;
	letter-spacing: 0.75px;
	font-weight: 700;
	color: inherit;
	line-height: 11pt;
	font-variant: inherit;
	background-color: transparent;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 4pt;
	margin-top: 4pt;
	widows: 3;
	orphans: 2;
}

p.Feature_REQ
{
	margin-bottom: 8px;
	mc-hyphenate: never;
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	letter-spacing: 0em;
	text-decoration: none;
	color: #277cc4;
	margin-top: 8px;
	padding: 0px;
}

p.NoteTableIndent
{
	text-align: left;
	margin-right: 0in;
	margin-top: 4pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0px;
	mc-auto-number-class: Note;
	text-indent: 0px;
	line-height: 11pt;
	text-decoration: none;
	padding: 5px;
	background: #eaf5fe;
	mc-auto-number-format: '{b}Note{/b}:  ';
	border: solid 1px #8eaabf;
	border-radius: 2px;
	margin-left: .25in;
}

p.Table_Body_In_3
{
	text-align: left;
	margin-right: 0in;
	margin-top: 3pt;
	margin-bottom: 0pt;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 11pt;
	text-decoration: none;
	margin-left: 0.5in;
}

p.syntaxInd1
{
	text-align: left;
	font-style: normal;
	mc-hyphenate: never;
	text-indent: 0px;
	text-decoration: none;
	font-size: 9pt;
	letter-spacing: 0.75px;
	font-weight: 700;
	color: inherit;
	line-height: 11pt;
	font-variant: inherit;
	background-color: transparent;
	margin-right: 0px;
	margin-top: 4pt;
	margin-bottom: 4pt;
	widows: 3;
	orphans: 2;
	page-break-inside: auto;
	margin-left: 40px;
}

div.FloatLeftClear
{
	clear: left;
	/*background-color:#000000;
	color: #ffffff; */
	float: Left;
	/*	margin: 1px;
	padding: 1px; */
}

div.FloatRightClear
{
	clear: none;
	/*background-color:#000000;
	color: #ffffff; */
	float: Right;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	width: auto;
}

div.FloatCenterClear
{
	clear: both;
	/*background-color:#000000;
	color: #ffffff; */
	float: Center;
	/*	margin: 1px;
	padding: 1px; */
	text-align: center;
	vertical-align: middle;
	margin: 2px;
	line-height: 1.5em;
}

div.FloatSolid
{
	clear: none;
	float: left;
	margin-right: 10px;
	padding: 0px 10px 10px;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #565d62;
	/*	background-color: #277CC4;*/
	background-color: transparent;
}

div.FloatSolidBlue
{
	clear: right;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	padding: 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: .8em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #277CC4;
	border-bottom: 2px solid #8eaabf;
	border-right: 2px solid #8eaabf;
}

div.FloatSolidMellowSm
{
	clear: right;
	float: left;
	margin-right: 10px;
	margin-top: 1px;
	padding: 1px 5px;
	color: #333333;
	font-weight: bold;
	font-size: .75em;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	background-color: #e8eef2;
	border-bottom: 1px solid #57eeda;
	/*	border-right: 1px solid #8eaabf; */
}

/*------------------------------------------*/
/*Begin extra DIV and POPUP styles from 5700*/
/*------------------------------------------*/

div.FloatSolidBlue
{
	margin-right: 20px;
	margin-top: 5px;
	padding: 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: .8em;
	background-color: #277CC4;
	border-bottom: 2px solid #8eaabf;
	border-right: 2px solid #8eaabf;
	float: left;
	clear: right;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-bottom-left-radius: 0px;
}

div.FloatSolidBlue:link
{
	color: #ffffff;
}

div.FloatSolidBlue:hover
{
	background-color: #f36c21;
}

div.FloatSolidBlueSm
{
	clear: right;
	float: left;
	margin-right: 10px;
	margin-top: 1px;
	padding: 3px 5px 2px;
	color: #fff;
	font-weight: bold;
	font-size: .85em;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	background-color: #277CC4;
	border-bottom: 1px solid #8eaabf;
	border-right: 1px solid #8eaabf;
	/*	border-right: 1px solid #8eaabf; */
}

div.FloatSolidBlueSm:link
{
	color: #ffffff;
}

div.FloatSolidBlueSm:hover
{
	background-color: #f36c21;
}

div.FloatSolidOrangeSm
{
	margin-right: 10px;
	margin-top: 1px;
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	background-color: #f36c21;
	border-bottom: 1px solid #8eaabf;
	border-right: 1px solid #8eaabf;
	/*	border-right: 1px solid #8eaabf; */
	font-size: .75em;
	margin-bottom: 20px;
	padding: 10px;
	float: center;
	clear: both;
	text-align: center;
}

div.FloatSolidOrangeSm:link
{
	color: #ffffff;
}

div.FloatSolidOrangeSm:hover
{
	background-color: #404a59;
}

span.label-white11
{
	font-weight: 700;
	color: #fff;
	font-size: 11pt;
}

/*-------------------*/
/*HIDDEN div styles */
/*-------------------*/

div.FloatSolid-Arrow
{
	mc-hidden: hidden;
	clear: right;
	float: left;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	/*	background-color: #277CC4;*/
	color: #333333;
	margin: 5px 5px 5px 2px;
	padding: 5px;
	column-break-after: avoid;
	frame-break-after: avoid;
	page-break-after: avoid;
	font-size: 24pt;
	font-family: arial;
}

div.FloatSolidBlue--oval
{
	mc-hidden: hidden;
	margin-right: 20px;
	margin-top: 5px;
	padding: 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: .8em;
	background-color: #277CC4;
	border-bottom: 2px solid #8eaabf;
	border-right: 2px solid #8eaabf;
	float: left;
	clear: right;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: none;
	border-top-left-radius: 45px;
	border-bottom-left-radius: 45px;
	border-bottom-right-radius: 45px;
	border-top-right-radius: 45px;
}

div.FlatBlue--circle
{
	mc-hidden: hidden;
	float: Center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 5px;
	padding: 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: .8em;
	background-color: #277CC4;
	border-radius: 45px;
	width: 50px;
	height: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.FlatBlue-Center
{
	mc-hidden: hidden;
	float: Center;
	clear: both;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 5px;
	padding: 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: .8em;
	background-color: #277CC4;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.FloatClear--InsideDiamond
{
	mc-hidden: hidden;
	padding: 8px;
	color: #FEDF00;
	/*	color: #fffdd0;*/
	font-weight: bold;
	font-size: 1em;
	background-color: transparent;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	/*top: 10px; 
left: 10px;*/
	width: 90px;
	height: 90px;
	/*	opacity: 0.5;*/
	border-bottom-left-radius: 90px;
	border-bottom-right-radius: 90px;
	border-top-left-radius: 90px;
	border-top-right-radius: 90px;
}

/*-------------------*/
/*END HIDDEN div styles */
/*-------------------*/
/*--------------*/
/*popup styles*/
/*-------------*/

MadCap|popupHead.white
{
	font-weight: bold;
	color: #fff;
}

a.white-sea	/*for Blue worflow refs*/
{
	color: #fff;
}

a.white-sea:link
{
	
}

a.white-sea:hover
{
	
}

MadCap|popupHead.white:focus
{
	color: #fff;
}

MadCap|popupHead.white:hover
{
	color: #fff;
}

MadCap|popupHead.white:active
{
	color: #fff;
}

MadCap|popupHead.white:link
{
	color: #fff;
}

MadCap|popup.white:hover
{
	color: #fff;
}

MadCap|popup.simple
{
	color: #404040;
	font-size: 1em;
}

MadCap|popup.simple:hover
{
	
}

/*--------------*/
/*HIDDEN popup styles*/
/*-------------*/

MadCap|popup.inTableHeading
{
	mc-hidden: hidden;
}

a.white-yellow	/*for Orange worflow refs*/
{
	mc-hidden: hidden;
	color: #fff;
}

a.white-yellow:link
{
	mc-hidden: hidden;
	color: #fff;
	text-decoration: underline;
}

a.white-yellow:visited
{
	mc-hidden: hidden;
	font: inherit;
	color: #fff;
}

a.white-yellow:hover
{
	mc-hidden: hidden;
	color: #ffcf32;
}

/*-------------------*/
/*END HIDDEN popup styles */
/*-------------------*/
/*------------------------------------------*/
/*END extra DIV and POPUP styles from 5700*/
/*------------------------------------------*/

img.no-border
{
	text-align: left;
	margin-bottom: 0px;
	max-width: 90%;
	border: none;
}

ul.inNote
{
	margin-bottom: 1em;
	margin-top: 1em;
}

MadCap|xref.Table-footnote-number
{
	mc-format: '{b}{sup}{paranumonly}{/sup}{/b}';
}

span.label-white
{
	font-weight: 700;
	color: #fff;
}

span.label-white11
{
	font-weight: 700;
	color: #fff;
	font-size: 11pt;
}

MadCap|dropDownHead.h2
{
	mc-heading-level: 2;
	color: #f36c21;
	page-break-after: avoid;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3em;
}

MadCap|dropDownHead.h3
{
	color: #f36c21;
}

p.noteInDiv
{
	margin-bottom: 8px;
	margin-top: 3px;
	margin-left: 0;
	mc-auto-number-format: '{b}Note{/b}: ';
}

p.noteInDiv-body
{
	margin-top: 3px;
	margin-left: 0;
}

h6.Step
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 15pt;
	margin-bottom: 0pt;
	font-style: normal;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 13pt;
	text-decoration: none;
	font-size: .85em;
	font-weight: bold;
	mc-heading-level: 6;
	margin: 1em 0px 0px;
	mc-auto-number-offset: 0px;
	mc-auto-number-position: inside-head;
	mc-auto-number-format: 'S:{b}{size .9em}Step {n+}{/size}{/b} - ';
}

h6.Step1
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 15pt;
	margin-bottom: 0pt;
	font-style: normal;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 13pt;
	text-decoration: none;
	font-size: .85em;
	font-weight: bold;
	mc-heading-level: 6;
	margin: 1em 0px 0px;
	mc-auto-number-offset: 0px;
	mc-auto-number-position: inside-head;
	mc-auto-number-format: 'S:{b}{size .9em}Step {n=1}{/size}{/b} - ';
}

/*-------------------*/
/*new ordered step styles test */
/*-------------------*/

div.note-minor
{
	background-repeat: no-repeat;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 10px;
	background-color: #eaf5fe;
	padding-bottom: 5px;
	font-family: inherit;
	font-size: 1em;
	border-top: solid 1px #313d48;
}

MadCap|xref.topicInBook
{
	mc-format: '{default}{quote}{paratext}{quote}';
}

p.Table_Heading3
{
	margin: 0px;
	mc-hyphenate: never;
	font-weight: bold;
	font-size: 10pt;
}

div.FloatFooterNote
{
	background-repeat: repeat;
	border-top-style: solid;
	margin-left: -17px;
	margin-right: -17px;
	padding-bottom: 10px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 10px;
	background-color: #e8eef2;
	border-top-color: #404040;
	border-top-width: 1px;
	position: absolute;
	bottom: 0px;
	mc-conditions: 'General.For-Reviewers, General.Hidden';
}

ul.SecondLevelIndentation
{
	margin-left: 20px;
}

ul.FirstLevelIndentation
{
	margin-left: 20px;
}

pre.Code9-smoky
{
	text-align: left;
	font-family: 'Courier New';
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	text-decoration: none;
	font-size: 9pt;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 16px;
	line-height: 10pt;
	margin-top: 4pt;
	color: #eaf5fe;
}

pre.Code9-orange
{
	text-align: left;
	font-family: 'Courier New';
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	text-decoration: none;
	font-size: 9pt;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 16px;
	line-height: 10pt;
	margin-top: 4pt;
	color: #ffa500;
}

span.Code-orange
{
	font-style: normal;
	text-decoration: none;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: 700;
	letter-spacing: 0.75px;
	color: #ff8c00;
}

p.Table_Heading_Orange
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-weight: bold;
	font-style: normal;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-decoration: none;
	padding: 2px 2px 0px;
	text-indent: 0px;
	vertical-align: middle;
	margin: 0pt;
	line-height: normal;
	page-break-after: avoid;
	page-break-inside: auto;
	color: #f36c21;
}

p.Table_Body_sm	/*tiny font for tricky tables*/
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	font-size: 9pt;
	letter-spacing: 0em;
	mc-hyphenate: never;
	text-indent: 0px;
	line-height: 10pt;
	color: #333333;
	margin-top: 4pt;
	margin-bottom: 4pt;
	widows: 3;
	orphans: 2;
	font-family: "Segoe UI", Arial, Avenir, Myriad, "San Serif";
}

span.button-caps
{
	font-size: 1.2em;
	font-weight: normal;
}

MadCap|xref.ModernMellow
{
	mc-format: '{color #333}{para}{/color}';
}

MadCap|bodyProxy.long
{
	border: solid 2px #8eaabf;
}

MadCap|menuProxy.intro
{
	mc-toc-depth: 1;
	mc-context-sensitive: True;
	mc-include-parent: False;
	mc-include-siblings: False;
	mc-include-children: True;
}

span.button-caps-side
{
	font-size: 1.0em;
	font-weight: normal;
	text-transform: uppercase;
}

div.FloatSolidBlue-sidebutton
{
	clear: right;
	float: left;
	margin-right: 10px;
	margin-top: 1px;
	padding: 3px 5px 2px;
	color: #fff;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	background-color: #277CC4;
	border-bottom: 1px solid #8eaabf;
	border-right: 1px solid #8eaabf;
	width: 150px;
	font-size: .85em;
}

tr.tr-40
{
	height: 40px;
}

td.mid-left-shade
{
	border-bottom: solid 1px #8eaabf;
	border: none 0px #8eaabf;
	vertical-align: middle;
	border-right: solid 1px #8eaabf;
	background-color: #f5f8f9;
	padding: 10px 3px;
}

div.note-table-footnote
{
	background-repeat: no-repeat;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin-top: 1px;
	background-color: #f5f8f9;
	padding-bottom: 5px;
	font-family: inherit;
	font-size: 1em;
	border-top: solid 1px #8eaabf;
}

div.FloatSolidMellow
{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	padding: 5px 10px;
	color: #333333;
	font-weight: bold;
	font-size: 1em;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	background-color: #e8eef2;
	border-bottom: 0px solid #57eeda;
	border-top: solid 1px #8eaabf;
}

div.intro-blurb
{
	padding: 0px 10px 5px;
	background-color: #f5f8f9;
	border: solid 1px #8eaabf;
	margin-top: 1em;
}

table.ChangeNote
{
	width: 100%;
}

MadCap|xref.plain-w-quotes
{
	color: #333333;
	font-weight: normal;
	mc-format: '{quote}{para}{quote}';
}

MadCap|dropDownHead.h2-no-print
{
	mc-heading-level: 2;
	color: #3F6B86;
	font-weight: lighter;
	page-break-after: avoid;
	font-size: 1.2em;
}

MadCap|bodyProxy.GigaSMART
{
	background-color: #e8eef2;
	width: 100%;
}

MadCap|breadcrumbsProxy.GigaSMART
{
	font-size: .85em;
	font-style: italic;
	mc-breadcrumbs-prefix: '';
	border-bottom: solid 0px #c3c6c8;
	width: 84%;
	margin: 2px 0px 0px;
}

MadCap|relationshipsProxy.GigaSMART
{
	border: solid 0px #000000;
	background-color: #e8eef2;
	padding: 2px 4px 2px 3px;
	margin: 0px 2px 0px 4px;
}

div.TopicContentGigaSMART
{
	padding-left: 25px;
	padding-right: 15px;
	width: 100%;
	mc-hidden: hidden;
	background-color: transparent;
	margin: 10px 10px 0px 30px;
}

MadCap|relationshipsItem.GigaSMART
{
	font-size: .9em;
	margin: 0px 0px 0px 10px;
}

div.FloatRightGray
{
	clear: both;
	float: Right;
	margin: 0px;
	padding: 0px;
}

a.library-links	/*for Blue worflow refs*/
{
	color: #565d62;
	font-weight: bold;
}

a.library-links:hover
{
	color: #ff6c00;
}

div.FloatSolid-GS-button
{
	clear: none;
	float: left;
	margin-right: 10px;
	font-weight: normal;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #ffffff;
	background-color: #000000;
	font-size: 1.1em;
	padding: 3px 10px 6px;
	border-bottom: none 0px #ffffff;
	font-family: Montserrat, Arial, "San Serif";
}

div.FloatSolid-GS-button:link
{
	color: #ffffff;
}

div.FloatSolid-GS-button:hover
{
	color: #ffffff;
	background-color: #000000;
	border-bottom: solid 3px #f36c21;
}

a.library-links-button
{
	font-weight: normal;
	color: #ffffff;
}

span.bull-icon
{
	font-size: 0.8em;
}

#myBtn
{
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	color: transparent;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #277cc4;
	background-image: url('../Images/Assets/Icons/Back-Top-White.png');
}

#myBtn:hover
{
	background-color: #f36c21;
}

div.intro-feature-block
{
	background-repeat: no-repeat;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	margin-top: 1px;
	background-color: #f5f8f9;
	padding-bottom: 15px;
	font-family: inherit;
	font-size: 1em;
	border-top: solid 1px #8eaabf;
	vertical-align: middle;
}

MadCap|dropDown.ThirdLevel
{
	mc-closed-image: url('../Images/DropDownClosedSecondLevel.png');
	mc-open-image: url('../Images/DropDownOpenSecondLevel.png');
	margin-left: 14px;
}

div.Flex-container
{
	width: auto;
	position: relative;
	display: flex;
}

div.Flex-inline-block-major
{
	display: inline-block;
	width: 95%;
	padding: 0px 25px 0px 0px;
}

div.Flex-inline-block-minor
{
	display: inline-block;
	width: 15%;
	min-width: 210px;
}

div.Flex-inline-block-minor-buttons
{
	display: inline-block;
	min-width: 650px;
	width: auto;
	right: 2px;
	margin: 2px 0px 5px;
	top: 2px;
}

div.Flex-inline-block-top-buttons
{
	display: inline-block;
	min-width: 650px;
	width: auto;
	right: 2px;
	position: fixed;
	margin: 0px 0px 5px;
	top: 0px;
}

div.Flex-container1-top
{
	width: auto;
	position: relative;
	display: flex;
	top: 2px;
}

.button-blk-wh-under
{
	background-color: #000;
	font-color: #fff;
	border-bottom: solid 2px #fff;
}

.button-blk-wh-under:hover
{
	border-bottom: solid 2px #f36c00;
}

.button-orang-round
{
	background-color: #f36c00;
	font-color: #fff;
	border-radius: 26px;
	box-shadow: 0 4px 4px 0 rgb(18 27 31 / 16%);
}

.button-orang-round:hover
{
	background-color: #ff8533;
}

span.submenu-toggle-container
{
	
}

span.submenu-toggle-container:focus
{
	outline: none 1px #ffffff;
}

p.Watermark	/*put on ppage layout and sink to bottom*/
{
	margin-bottom: 8px;
	margin-top: 16px;
	mc-hyphenate: never;
	font-size: 96pt;
	font-family: 'Arial Black';
	letter-spacing: 5px;
	color: #e0e2e8;
	text-align: center;
	mc-conditions: 'General.For-Reviewers';
}

p.page-header
{
	font-family: Montserrat, Arial, "San Serif";
	margin-bottom: 8px;
	margin-top: 16px;
	mc-hyphenate: never;
	font-style: italic;
	font-size: 9pt;
}

ul.sidenav li a
{
	font-family: Montserrat, Arial, "San Serif";
}

p.keep-with-next
{
	page-break-after: avoid;
}

span.SearchHighlight1
{
	color: #000000;
	background-color: #ffff66;
}

span.SearchHighlight10
{
	color: #ffffff;
	background-color: #990099;
}

span.SearchHighlight2
{
	color: #000000;
	background-color: #a0ffff;
}

span.SearchHighlight3
{
	color: #000000;
	background-color: #99ff99;
}

span.SearchHighlight4
{
	color: #000000;
	background-color: #ff9999;
}

span.SearchHighlight5
{
	color: #000000;
	background-color: #ff66ff;
}

span.SearchHighlight6
{
	color: #ffffff;
	background-color: #880000;
}

span.SearchHighlight7
{
	color: #ffffff;
	background-color: #00aa00;
}

span.SearchHighlight8
{
	color: #ffffff;
	background-color: #886800;
}

span.SearchHighlight9
{
	color: #ffffff;
	background-color: #004699;
}

span.SetOffFirstLevel:link
{
	text-decoration: underline;
}

span.SetOffSecondLevel:link
{
	text-decoration: underline;
}

div.FooterTableComm
{
	/*was #3e3e3e, then #E3E7E9*/
	background-repeat: repeat;
	border-top-style: solid;
	padding-bottom: 15px;
	padding-left: 17px;
	padding-right: 10px;
	padding-top: 50px;
	background-color: #ffffff;
	border-top-color: #8eaabf;
	border-top-width: 0px;
	bottom: 0px;
	margin-top: 50px;
	position: fixed;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
}

div.GlossaryPageTerm:hover
{
	
}

span.mc-variable.genVar\00002EWebDocs
{
	
}

span.mc-variable.genVar\00002ECopy_of_WebDocs
{
	
}

/*<meta sourceDocument="C:\Users\cdiamond\Downloads\Cloud-Quick-Start--nocomments.docx" />*/

p.p_1
{
	font-family: Montserrat, Arial, "San Serif";
	mc-hyphenate: never;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-size: 10pt;
}

ol.ol_1
{
	list-style-image: none;
	orphans: 3;
	widows: 3;
	font-family: Montserrat, Arial, "San Serif";
	mc-hyphenate: never;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-size: 10pt;
}

ul.ul_1
{
	padding-top: 0px;
	orphans: 2;
	widows: 2;
	page-break-before: avoid;
	font-family: Montserrat, Arial, "San Serif";
	mc-hyphenate: never;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-size: 10pt;
}

li.li_1
{
	orphans: 3;
	widows: 3;
	line-height: 1.2em;
	font-family: Montserrat, Arial, "San Serif";
	mc-hyphenate: never;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-size: 10pt;
}

td.td_1
{
	margin: 8px;
	margin-top: 6pt;
	margin-bottom: 6pt;
	vertical-align: top;
}

p.Title
{
	mc-heading-level: 2;
	page-break-after: avoid;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 19pt;
}

p.TOCHeading_1
{
	mc-hidden: hidden;
	margin: 1.5em 0px;
	page-break-after: avoid;
	margin-top: 20pt;
	mc-heading-level: 2;
	font-weight: bold;
	color: #25282A;
	font-size: 16pt;
}

p.TOC1_1
{
	mc-pagenum-display: none;
	margin-top: 3pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
	font-size: 11pt;
	color: #d2691e;
}

span.Hyperlink
{
	color: #FC6B00;
	font-size: 10pt;
}

p.TOC2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 36pt;
	margin-right: 54pt;
	color: #25282A;
}

p.TOC3
{
	margin-top: 0pt;
	margin-bottom: 2pt;
	margin-left: 36pt;
	color: #25282A;
	margin-right: 54pt;
}

h2.Heading2
{
	page-break-after: avoid;
	margin-top: 18pt;
	margin-bottom: 6pt;
	mc-heading-level: 2;
	font-size: 16pt;
	font-weight: normal;
	color: #F36C21;
}

span.Strong_1
{
	mc-hidden: hidden;
	font-weight: bold;
}

h4.Heading4
{
	margin-bottom: 6pt;
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 12pt;
	font-weight: bold;
	color: #25282A;
	mc-heading-level: 4;
	font-size: 10pt;
}

p.Title1
{
	margin-top: 5pt;
	margin-bottom: 5pt;
}

p.Note_1
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0em;
	mc-hyphenate: never;
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0px;
	mc-auto-number-class: Note;
	text-indent: 0px;
	text-decoration: none;
	background: #eaf5fe;
	border: solid 1px #8eaabf;
	mc-auto-number-format: '{b}Note{/b}:  ';
	border-radius: 2px;
	padding: 5px 40px 5px 10px;
	color: #25282A;
	font-size: 11pt;
	margin-top: 4pt;
	margin-bottom: 4pt;
}

h3.Heading3
{
	margin-bottom: 6pt;
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 12pt;
	mc-heading-level: 3;
	font-size: 11pt;
	color: #F36C21;
	font-weight: normal;
}

li.Body
{
	margin: 1.12em 0;
	margin-bottom: inherit;
	margin-top: inherit;
}

p.ListParagraph
{
	margin-top: 6pt;
	margin-bottom: 10pt;
	font-size: 11pt;
}

li.ListParagraph
{
	margin-top: 6pt;
	margin-bottom: 10pt;
	font-size: 11pt;
}

p.TableHeading
{
	page-break-inside: avoid;
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-weight: bold;
	page-break-after: avoid;
	color: #FFFFFF;
}

p.TableBody
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	color: #25282A;
}

h5.Heading5
{
	margin-top: 6pt;
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-bottom: 3pt;
	mc-heading-level: 5;
	font-weight: bold;
	font-size: 9pt;
}

p.Body_1
{
	margin: 1.12em 0;
	margin-top: 6pt;
	margin-bottom: 6pt;
	color: #25282A;
	font-size: 11pt;
}

li.Body_1
{
	margin: 1.12em 0;
	margin-top: 6pt;
	margin-bottom: 6pt;
	color: #25282A;
	font-size: 11pt;
}

table.TableGridLight2
{
	border-collapse: collapse;
	margin-left: 0pt;
	color: #343C40;
	font-size: 12pt;
}

table.LightList-Accent11
{
	border-collapse: collapse;
	color: #343C40;
	font-size: 11pt;
	margin-left: 0pt;
}

p.Bullet_1
{
	text-align: left;
	margin-right: 0in;
	mc-hyphenate: never;
	padding: 0 0 0 0;
	mc-auto-number-position: outside-head;
	mc-auto-number-class: bull-icon;
	mc-auto-number-offset: 20px;
	margin-left: 40px;
	line-height: 1.2em;
	mc-auto-number-format: '■  ';
	color: #25282A;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 4pt;
}

li.Bullet_1
{
	text-align: left;
	margin-right: 0in;
	mc-hyphenate: never;
	padding: 0 0 0 0;
	mc-auto-number-position: outside-head;
	mc-auto-number-class: bull-icon;
	mc-auto-number-offset: 20px;
	margin-left: 40px;
	line-height: 1.2em;
	mc-auto-number-format: '■  ';
	color: #25282A;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 4pt;
}

span.Emphasis_1
{
	font-weight: bold;
	font-style: italic;
}

div.FooterTable2
{
	background-repeat: repeat;
	border-top-style: solid;
	border-top-width: 2px;
	margin-left: 0px;
	margin-right: -17px;
	padding-bottom: 17px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 10px;
	border-top-color: #1aafa5;
	background-color: #f7f9ff;
	margin-top: 70px;
	margin-bottom: 0px;
	bottom: 0px;
}

