/*<meta />*/

@import url('Aras-Structure.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* Content */
/* Links */

a
{
	color: var(--Brand1);
}

a:link
{
	color: var(--Brand1);
}

a:visited
{
	color: var(--GrayDark);
}

a:active,
a:hover
{
	color: var(--Brand1);
}

a[class*="MiniTOC"]:link,
a[class*="MiniTOC"]:visited
{
	padding: 1px 8px 3px 8px;
	display: block;
	width: 100%;
	color: inherit;
	border: none;
	mc-hidden: hidden;
}

a[class*="MiniTOC"]:active,
a[class*="MiniTOC"]:hover
{
	background-color: var(--GrayLight);
	mc-hidden: hidden;
}

/* XREFs */

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: var(--Brand1);
}

img
{
	border: none;
	max-width: 100%;
}

img.ThumbnailSmall
{
	max-width: 1200px;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 200px;
	border: 2px solid var(--GrayMedium);
	border-radius: 0;
}

img.ThumbnailMedium
{
	max-width: 1200px;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 400px;
	border: 2px solid var(--GrayMedium);
	border-radius: 0;
}

img.ThumbnailLarge
{
	max-width: 1200px;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 600px;
	border: 2px solid var(--GrayMedium);
	border-radius: 0;
}

img.ThumbnailPortrait
{
	max-height: 1000px;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-height: 400px;
	border: 2px solid var(--GrayMedium);
	border-radius: 0;
}

p
{
	font-family: var(--FontText);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-top: 1rem;
	margin-bottom: 1rem;
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
}

p.ClearFloats
{
	clear: both;
}

/* Styling for content in topic header. Eliminates margins and padding. */

p.TopicHeader
{
	font-family: var(--FontHeading);
	font-size: 18px;
	font-weight: 500;
	line-height: 0;
	margin: 0;
	color: var(--Brand1);
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top: 10px;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: var(--FontHeading);
	line-height: normal;
	page-break-after: avoid;
	letter-spacing: 1px;
	mc-hyphenate: never;
}

h1,
h1.NoNumber
{
	color: var(--Brand1);
	font-weight: bold;
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 1rem;
	clear: both;
}

h2
{
	color: var(--Brand1);
	font-weight: bold;
	font-size: 1.8rem;
	margin-top: 2.4rem;
	margin-bottom: .8rem;
	clear: both;
}

h3
{
	color: var(--Brand1);
	font-weight: bold;
	font-size: 1.55rem;
	margin-top: 1.6rem;
	margin-bottom: .7rem;
}

h4
{
	color: var(--GrayDark);
	font-weight: bold;
	font-size: 1.4rem;
	margin-top: 1.4rem;
	margin-bottom: .5rem;
}

h5
{
	color: var(--GrayDark);
	font-weight: bold;
	font-size: 1.2rem;
	margin-top: 1.2rem;
	margin-bottom: .4rem;
}

h6
{
	color: var(--GrayDark);
	font-style: italic;
	font-weight: bold;
	font-size: 1.1rem;
	margin-top: 1.1rem;
	margin-bottom: .3rem;
}

MadCap|breadcrumbsProxy
{
	font-family: var(--FontHeading);
	font-weight: bold;
	border-bottom-width: 0;
	color: var(--GrayDark);
	padding-top: 10px;
}

/* Note styles */

div.warning,
div.note,
div.tip
{
	margin: 12pt 10pt 12pt 10pt;
	padding: 6px 8px 8px 45px;
	background-image: url('../Images/Note.png');
	background-size: 32px auto;
	background-position: 8px 8px;
	background-repeat: no-repeat;
	border: 2px solid var(--Slate);
	border-width: 0 0 0 4px;
	border-radius: 4px;
	page-break-inside: avoid;
	min-height: 45px;
	box-shadow: 0 2px 4px rgb(0 0 0 / 20%), 0 1px 3px rgb(0 0 0 / 24%);
}

div.warning
{
	background-image: url('../Images/Warning.png');
	border-color: var(--Orange);
}

div.tip
{
	background-image: url('../Images/Tip.png');
	border-color: var(--Gold);
}

div.note > p:first-child,
div.tip > p:first-child,
div.warning > p:first-child
{
	margin-top: 4px;
}

div.note > p:first-child::before
{
	content: 'Note: ';
	font-weight: bold;
	color: var(--Slate);
}

div.tip > p:first-child::before
{
	content: 'Tip: ';
	font-weight: bold;
	color: var(--Gold);
}

div.warning > p:first-child::before
{
	content: 'Warning: ';
	font-weight: bold;
	color: var(--Orange);
}

div.note > p:last-child,
div.tip > p:last-child,
div.warning > p:last-child
{
	margin-bottom: 4px;
}

/* List styles */

ol
{
	font-family: var(--FontText);
}

ul
{
	font-family: var(--FontText);
	list-style-type: square;
}

li
{
	font-family: var(--FontText);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	page-break-inside: avoid;
}

li.PageBreakAllow
{
	page-break-inside: auto;
}

li p
{
	font-family: var(--FontText);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	mc-hyphenate: never;
}

/* List styles */

ol
{
	list-style-type: decimal;
	margin-left: 0px;
}

ol ol
{
	list-style-type: lower-alpha;
}

ol ol ol
{
	list-style-type: lower-roman;
}

ul
{
	list-style-type: square;
}

ul ul
{
	list-style-type: disc;
}

ul ul ul
{
	list-style-type: circle;
}

/* Dropdown styles */

MadCap|dropDown
{
	border-bottom: none;
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/MinusDark.png');
	mc-closed-image: url('../Images/PlusDark.png');
	padding: 10px 0;
}

MadCap|dropDownHead
{
	page-break-after: avoid;
}

MadCap|dropDownBody
{
	padding: 0px 0px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: var(--GrayDark);
	font-family: var(--FontHeading);
	font-size: 1.2rem;
	font-weight: bold;
	border-bottom: none;
}

/* Code styles */

pre
{
	font-family: var(--FontCode);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightSmaller);
	margin: 0;
	padding: 1px 0;
}

div.CodeReverse
{
	border-radius: 4px;
	padding: 8px;
	background-color: var(--Navy);
}

div.CodeReverse pre
{
	color: var(--White);
}

/* Flare Code snippet styles */

MadCap|codeSnippetBody
{
	font-family: var(--FontCode);
	font-size: 1rem;
	line-height: 1.1rem;
	background-color: var(--White);
	color: var(--GrayDark);
	padding: 10px;
	max-height: 500px;
	overflow-y: scroll;
}

MadCap|codeSnippet
{
	font-family: var(--FontCode);
	background-color: var(--GrayLight);
	width: 100%;
}

MadCap|codeSnippetCopyButton
{
	text-decoration: none;
	font-size: var(--FontSizeSmaller);
	font-weight: bold;
	background-color: var(--Brand1);
	color: var(--White);
}

MadCap|codeSnippetCopyButton:link
{
	font-size: var(--FontSizeSmaller);
	color: var(--White);
	padding: 4px 10px;
}

MadCap|codeSnippetCopyButton:hover
{
	color: var(--White);
	background-color: var(--Brand2);
}

MadCap|codeSnippetCopyButton:active
{
	color: #F5E7C9;
	background-color: var(--Brand2);
}

/* Table styles */
/* Set the size and text for table heading rows. */

caption
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeLarger);
	line-height: var(--LineHeightLarger);
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	padding-bottom: 0.5em;
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
}

th
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightSmaller);
	font-weight: bold;
	color: var(--White);
	padding: 4px;
	background-color: var(--Brand1);
}

th p
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightSmaller);
	padding: 0 0 0 0;
	margin: 0;
	font-weight: bold;
	color: var(--White);
}

tr
{
	page-break-inside: avoid;
}

/* Set the size and text for table data rows. */

td
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
}

td p
{
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	background-color: transparent;
	margin: 0;
	padding: 0;
}

td div.warning,
td div.note,
td div.tip
{
	margin-top: 4pt;
}

/* DIV styles */

div.PDFDownload
{
	float: right;
	position: absolute;
	top: 62px;
	right: 30px;
	margin-left: 8px;
	/* padding: 1px; */
	height: 24px;
	width: 24px;
	/* transition: all 0.5s; */
}

div.PDFDownload p
{
	margin: 0;
	padding: 0;
}

div.PDFDownload img
{
	height: autopx;
	width: auto;
	filter: grayscale(1);
}

div.PDFDownload:hover img
{
	filter: grayscale(0);
}

div.NoPageBreak
{
	page-break-inside: avoid;
}

div.Indent1
{
	margin-left: 30pt;
	page-break-inside: avoid;
}

div.Indent2
{
	margin-left: 60pt;
	page-break-inside: avoid;
}

/* MiniTOC Proxy */

MadCap|miniTocProxy
{
	border: 2px solid var(--GrayDark);
	border-radius: 5px;
	padding: 5px 15px 10px 0;
	margin: 15px 20px 10px 20px;
	mc-output-support: all;
}

p.MiniTOC1
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	color: var(--Brand1);
	font-weight: bold;
	margin: 8px 0 0 1%;
	padding: 0;
}

p.MiniTOC2
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	margin: 2px 0 0 3%;
	padding: 0;
}

p.MiniTOC3
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	margin: 2px 0 0 5%;
	padding: 0;
}

p.MiniTOC4
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	margin: 2px 0 0 7%;
	padding: 0;
}

p.MiniTOC5
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	margin: 2px 0 0 9%;
	padding: 0;
}

p.MiniTOC6
{
	font-family: var(--FontHeading);
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	margin: 2px 0 0 11%;
	padding: 0;
}

/* Generic styles */

.CenterText
{
	text-align: center;
}

.KeepWithNext
{
	page-break-after: avoid;
}

/* Span styles */

span.Brand1
{
	background-color: var(--Brand1);
	color: var(--White);
	padding: 2px;
}

span.Brand2
{
	background-color: var(--Brand2);
	color: var(--White);
	padding: 2px;
}

code,
span.Code
{
	font-family: var(--FontCode);
	background-color: var(--KhakiLight);
	color: var(--KhakiExtraDark);
	padding: 0 4px;
	border-radius: 4px;
}

div.codeSnippetBody code
{
	background-color: transparent;
	padding: 0;
}

span.Bold
{
	font-weight: bold;
}

span.Italic
{
	font-style: text;
}

span.BoldItalic
{
	font-weight: bold;
	font-style: italic;
}

span.Underline
{
	text-decoration: underline;
}

span.BoldUnderline
{
	font-weight: bold;
	text-decoration: underline;
}

span.BoldItalicUnderline
{
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

span.TextRed
{
	color: red;
}

span.TextRedHighlightYellow
{
	color: red;
	background-color: yellow;
}

span.HighlightYellow
{
	background-color: yellow;
}

/* Search highlight colors */

span.SearchHighlight1
{
	background: Yellow;
}

span.SearchHighlight2
{
	background: PaleTurquoise;
}

span.SearchHighlight3
{
	background: LightPink;
}

span.SearchHighlight4
{
	background: PaleGreen;
}

/* Hide these elements in the Flare GUI style pickers. */

div._Skins_Toolbar_Next.mc-component,
div._Skins_Toolbar_Prev.mc-component,
button.button.next-topic-button,
button.button.previous-topic-button,
div.button-icon
{
	mc-hidden: hidden;
}

div.CoverPageTitle h2
{
	frame-break-after: always;
}

div.footer-links
{
	mc-hidden: hidden;
}

MadCap|toggler
{
	color: #000000;
	font-size: 24pt;
}

@media only screen and (max-width: 1200px)
{
	/* Remove padding around content in tablet/mobile modes. */

	.main-section > .outer-row
	{
		padding: 0;
	}

	div.PDFDownload
	{
		margin-right: 20px;
	}

	div.PDFDownload img
	{
		opacity: 1.0;
	}
}

@media only screen and (max-width: 767px)
{
	div.PDFDownload
	{
		margin-right: 10px;
	}

	MadCap|breadcrumbsProxy
	{
		padding-top: 0px;
	}
}

@media edit
{
	div
	{
		padding: 5px;
		border: 2px dashed blue;
	}

	div:before
	{
		content: 'Div';
		font-family: var(--FontHeading);
		color: blue;
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.note
	{
		border: 2px dashed var(--Slate);
	}

	div.note:before
	{
		content: 'Note Div';
		font-family: var(--FontHeading);
		color: var(--Slate);
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.tip
	{
		border: 2px dashed var(--Gold);
	}

	div.tip:before
	{
		content: 'Tip Div';
		font-family: var(--FontHeading);
		color: var(--Gold);
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.warning
	{
		border: 2px dashed var(--Orange);
	}

	div.warning:before
	{
		content: 'Warning Div';
		font-family: var(--FontHeading);
		color: var(--Orange);
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.NoPageBreak
	{
		border: 2px dashed var(--Orange);
	}

	div.NoPageBreak:before
	{
		content: 'Do not break the PDF page within this div.';
		font-family: var(--FontHeading);
		color: var(--Orange);
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.Indent1
	{
		border: 2px dashed var(--Gold);
	}

	div.Indent1:before
	{
		content: 'Indent content inside this div; first-level indent';
		font-family: var(--FontHeading);
		color: var(--Gold);
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.Indent2
	{
		border: 2px dashed var(--Slate);
	}

	div.Indent2:before
	{
		content: 'Indent content inside this div; second-level indent';
		font-family: var(--FontHeading);
		color: var(--Slage);
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.library-tiles
	{
		display: block;
		padding: 5px;
		border: 2px dashed red;
	}

	div.library-tiles:before
	{
		content: 'Library Tile Container';
		font-family: var(--FontHeading);
		color: red;
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.LibraryHeader
	{
		display: block;
		padding: 5px;
		border: 2px dashed brown;
	}

	div.LibraryHeader:before
	{
		content: 'Library Header';
		font-family: var(--FontHeading);
		color: brown;
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.topic-tiles
	{
		display: block;
		padding: 5px;
		border: 2px dashed green;
	}

	div.topic-tiles:before
	{
		content: 'Feature Files';
		font-family: var(--FontHeading);
		color: green;
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.CoverPageTitle
	{
		display: block;
		padding: 5px;
		border: 2px dashed green;
	}

	div.CoverPageTitle:before
	{
		content: 'Cover Page Title Text';
		font-family: var(--FontHeading);
		color: green;
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.OnlineDocLink
	{
		display: block;
		padding: 5px;
		border: 2px dashed red;
	}

	div.OnlineDocLink:before
	{
		content: 'Button to Access Online Documentation';
		font-family: var(--FontHeading);
		color: red;
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.PDFDownload
	{
		float: none;
		position: static;
		top: 0;
		right: 0;
		width: 100%;
		height: auto;
		display: block;
		padding: 5px;
		border: 2px dotted red;
	}

	div.PDFDownload:before
	{
		content: 'Div for adding a PDF icon to the topic page. Place this div immediately after the page heading. On a plain paragraph within this div, add the PDF icon and link it to the PDF file with a standard hypertext link.';
		font-family: var(--FontHeading);
		color: red;
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}

	div.PrintFrontMatter
	{
		display: block;
		padding: 5px;
		border: 2px dashed blue;
	}

	div.PrintFrontMatter:before
	{
		content: 'Div for enclosing print front matter. Removes left white-space, centers h1-h3, and keeps headings out of the TOC.';
		font-family: var(--FontHeading);
		color: blue;
		border: none;
		display: block;
		text-align: center;
		border-bottom: 8px;
		padding: 0px;
	}
}

@media print
{
	:root
	{
		/* Print font families */
		--FontHeading: Arial;
		--FontText: Arial;
		/* Print font sizes in points */
		--FontSizeNormal: 10pt;
		--FontSizeSmaller: 9pt;
		--FontSizeLarger: 12pt;
		--LineHeightNormal: 13pt;
		--LineHeightSmaller: 12pt;
		--LineHeightLarger: 15pt;
	}

	/* Content */
	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	body
	{
		margin-left: .6in;
		mc-auto-number-position: outside-head;
	}

	div.PDFDownload
	{
		display: none;
	}

	p
	{
		margin-bottom: 6pt;
		margin-top: 6pt;
	}

	p.PrintHeaderNormal
	{
		margin: 2pt 0 0 0;
		padding: 0;
		font-family: var(--FontHeading);
		font-size: var(--FontSizeNormal);
		line-height: var(--FontSizeNormal);
		color: var(--White);
		letter-spacing: 1px;
		font-weight: bold;
	}

	p.PrintHeaderLarger
	{
		margin: 0;
		padding: 2pt;
		font-family: var(--FontHeading);
		font-size: var(--FontSizeLarger);
		line-height: var(--FontSizeLarger);
		color: var(--White);
		letter-spacing: 1px;
		font-weight: bold;
	}

	p.PrintFooterNormal
	{
		margin: 0 0 0 0;
		padding: 0;
		font-family: var(--FontHeading);
		font-size: var(--FontSizeSmaller);
		line-height: var(--FontSizeSmaller);
		color: var(--GrayDark);
		letter-spacing: 0;
		font-weight: bold;
	}

	div.warning,
	div.note,
	div.tip
	{
		height: 0.45in;
		padding-left: 48px;
		background-position: 4px 4px;
		border: none;
	}

	/* PRINT image styles */

	img.ThumbnailSmall,
	img.ThumbnailMedium,
	img.ThumbnailLarge
	{
		max-width: 98%;
		min-width: 70%;
		width: auto;
		height: auto;
		page-break-inside: avoid;
		margin-top: 4pt;
		margin-bottom: 4pt;
		border: none;
	}

	img.ThumbnailMedium
	{
		max-width: 60%;
		min-width: 40%;
	}

	img.ThumbnailSmall
	{
		max-width: 40%;
		min-width: 20%;
	}

	img.ThumbnailPortrait
	{
		max-width: auto;
		max-height: 6in;
		min-height: 2.5in;
		height: auto;
		width: auto;
		page-break-inside: avoid;
		margin-top: 4pt;
		margin-bottom: 4pt;
		border: none;
	}

	/* PRINT Code Styles */

	pre
	{
		font-size: var(--FontSizeSmaller);
		line-height: var(--LineHeightSmaller);
	}

	MadCap|codeSnippetBody table td
	{
		font-family: var(--FontCode);
		/* font-size: 9pt;
		line-height: 10.5pt; */
		font-size: var(--FontSizeSmaller);
		line-height: var(--LineHeightSmaller);
		padding: 0;
		margin-left: 0;
		background-color: var(--White);
		color: var(--Black);
	}

	MadCap|codeSnippet
	{
		font-family: var(--FontCode);
		/* font-size: 9pt;
		line-height: 10.5pt; */
		font-size: var(--FontSizeSmaller);
		line-height: var(--LineHeightSmaller);
		padding: 0;
		margin-left: 0;
		background-color: var(--White);
		border: none;
	}

	/* Print dropdown styles */
	/* Remove dropdown border in print */

	MadCap|dropDown
	{
		border-bottom: none;
	}

	MadCap|dropDownHotspot
	{
		color: var(--Black);
		font-size: 11pt;
		font-weight: bold;
		line-height: 15pt;
		margin-bottom: 10pt;
		margin-top: 10pt;
	}

	/*PRINT table styles */
	/* Headings */

	h1,
	h1.NoNumber
	{
		color: var(--Black);
		font-weight: bold;
		font-size: 18pt;
		line-height: 24pt;
		margin-bottom: 14pt;
		margin-top: 10pt;
		page-break-before: auto;
		border-bottom: 2pt solid var(--Black);
	}

	h2
	{
		color: var(--Black);
		font-size: 14pt;
		font-weight: bold;
		line-height: 18pt;
		margin-bottom: 10pt;
		margin-top: 14pt;
	}

	h3
	{
		color: var(--Black);
		font-size: 12pt;
		font-weight: bold;
		line-height: 16pt;
		margin-bottom: 10pt;
		margin-top: 10pt;
	}

	h4
	{
		color: var(--Black);
		font-size: 11pt;
		font-weight: bold;
		line-height: 15pt;
		margin-bottom: 10pt;
		margin-top: 10pt;
	}

	h5
	{
		color: var(--Black);
		font-size: 10pt;
		font-weight: bold;
		line-height: 15pt;
		margin-bottom: 10pt;
		margin-top: 10pt;
	}

	h6
	{
		color: var(--Black);
		font-size: 10pt;
		font-weight: bold;
		font-style: italic;
		line-height: 15pt;
		margin-bottom: 10pt;
		margin-top: 10pt;
	}

	h1
	{
		mc-auto-number-class: ChapAutoNum;
		mc-auto-number-format: 'CH:{chapnum}{ =0}{ =0}{ =0} ';
		mc-auto-number-position: outside-head;
		mc-auto-number-offset: .35in;
	}

	h1.NoNumber
	{
		mc-auto-number-format: ' ';
	}

	h2
	{
		mc-auto-number-class: ChapAutoNum;
		mc-auto-number-format: 'CH:{chapnum}{ }.{n+}{ =0} ';
		mc-auto-number-position: outside-head;
		mc-auto-number-offset: .5in;
	}

	h3
	{
		mc-auto-number-class: ChapAutoNum;
		mc-auto-number-format: 'CH:{chapnum}{ }.{n}.{n+} ';
		mc-auto-number-position: outside-head;
		mc-auto-number-offset: .6in;
	}

	span.ChapterAutoNum
	{
		mc-hidden: hidden;
	}

	MadCap|tocProxy
	{
		border-top: none;
		margin: 0 0 0 0;
	}

	p.TOC1
	{
		font-family: var(--FontHeading);
		font-size: var(--FontSizeLarger);
		font-weight: bold;
		line-height: var(--LineHeightLarger);
		padding-bottom: 3pt;
		color: var(--Black);
		margin: 20pt 0 2pt 0in;
		page-break-after: avoid;
		mc-leader-offset: 20pt;
		mc-multiline-indent: 0.15in;
		mc-hidden: hidden;
	}

	p.TOC2,
	p.TOC3,
	p.TOC4,
	p.TOC5,
	p.TOC6
	{
		font-family: var(--FontHeading);
		font-size: var(--FontSizeNormal);
		line-height: var(--LineHeightNormal);
		color: var(--Black);
		font-weight: normal;
		color: #000000;
		margin: 2pt 0 1pt .25in;
		mc-leader-offset: 15pt;
		mc-multiline-indent: 0.15in;
		mc-hidden: hidden;
	}

	p.TOC3
	{
		margin-left: .5in;
		mc-hidden: hidden;
	}

	p.TOC4
	{
		margin-left: .75in;
		mc-hidden: hidden;
	}

	p.TOC5
	{
		margin-left: 1in;
		mc-hidden: hidden;
	}

	p.TOC6
	{
		margin-left: 1.25in;
		mc-hidden: hidden;
	}

	/* Print Heading Levels */

	h1
	{
		mc-heading-level: 1;
	}

	h1.NoNumber
	{
		mc-heading-level: 1;
	}

	h2
	{
		mc-heading-level: 2;
	}

	h3
	{
		mc-heading-level: 3;
	}

	h4
	{
		mc-heading-level: 0;
	}

	h5
	{
		mc-heading-level: 0;
	}

	h6
	{
		mc-heading-level: 0;
	}

	/* Print cover page title and subtitle.*/

	div.CoverPageTitle h1
	{
		font-family: 'Arial Black';
		font-weight: normal;
		color: var(--Brand1);
		font-size: 30pt;
		line-height: 38pt;
		margin-bottom: 16pt;
		margin-top: 0;
		padding: 0;
		text-decoration: none;
		border-bottom: none;
		mc-auto-number-format: ' ';
		mc-heading-level: 0;
		mc-hidden: hidden;
	}

	div.CoverPageTitle h2
	{
		font-family: 'Arial Black';
		font-weight: normal;
		color: var(--Black);
		font-size: 20pt;
		line-height: 26pt;
		margin-bottom: 0;
		margin-top: 0;
		padding: 0;
		mc-auto-number-format: ' ';
		mc-heading-level: 0;
		mc-hidden: hidden;
	}

	div.CoverPageTitle p
	{
		color: var(--Black);
		font-size: var(--FontSizeLarger);
		line-height: var(--LineHeightLarger);
		margin-bottom: 10pt;
		margin-top: 0;
		padding: 0;
		mc-hidden: hidden;
	}

	div.CoverPageTitle p:first-child
	{
		frame-break-before: always;
		mc-hidden: hidden;
	}

	/* Print table of contents */

	div.PrintFrontMatter
	{
		margin-left: -.6in;
	}

	div.PrintFrontMatter h1,
	div.PrintFrontMatter h2,
	div.PrintFrontMatter h3
	{
		text-align: center;
		border-bottom: none;
		font-weight: normal;
		font-family: 'Arial Black';
		mc-auto-number-format: ' ';
		mc-heading-level: 0;
	}

	div.PrintFrontMatter h4,
	div.PrintFrontMatter h5,
	div.PrintFrontMatter h6
	{
		text-align: left;
		border-bottom: none;
		font-weight: normal;
		font-family: 'Arial Black';
		mc-auto-number-format: ' ';
		mc-heading-level: 0;
	}
}

p.Invisible
{
	display: none;
}

span.mc-variable.Document\00002EModificationDate
{
	
}

h1 MadCap:xref
{
	color: #cc1c1c;
}

/*<meta sourceDocument="C:\Git Clones\Documentation\documentation\Documentation\DocsOnCD\22\Aras Innovator 22 - AML Security Settings.docx" />*/

:root
{
	--Brand1: #030303;
	--Brand2: #CDE0E7;
	--Dark: #45494c;
	--Medium: #b9bec1;
	--Light: #d0d3d5;
	--White: #ffffff;
}

body
{
	color: var(--Dark);
	font-family: Arial, Avenir, Myriad;
}

.body-container
{
	padding-left: 2%;
	padding-top: 2%;
}

p
{
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25px;
	font-size: 10pt;
}

p.table-text
{
	font-size: 12pt;
}

h1
{
	font-weight: bold;
	font-size: 24.0pt;
	color: #cc1c1c;
	margin-left: 0px;
}

h2
{
	font-weight: bold;
	font-size: 18.0pt;
	color: #5a5a5a;
}

h3
{
	font-weight: bold;
	font-size: 14.0pt;
}

h4
{
	font-weight: bold;
	font-size: 12.0pt;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
}

/* Home page topic */

div.home-layout
{
	padding: 2% 5%;
	background-color: transparent;
}

div.home-section
{
	padding: 5% 0;
	border-bottom: solid 1px var(--Light);
}

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;
	padding: 2%;
	color: #000000;
	background-color: transparent;
}

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
{
	line-height: 1.2;
}

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.topic-hero
{
	padding: 5%;
	background-image: url('../../../../HTML Framework/Content/Resources/Images/Hero-Image.png');
	background-size: cover;
	background-attachment: scroll;
}

div.topic-hero h1
{
	color: var(--White);
	font-size: 48pt;
	text-align: center;
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	padding: 0;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: var(--Dark);
}

a
{
	color: #cc1c1c;
}

a:link
{
	color: #cc1c1c;
}

a:visited
{
	color: var(--Brand1);
}

MadCap|dropDown
{
	border-bottom: 1px solid var(--Light);
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/dropDown.png');
	mc-closed-image: url('../Images/right.jpg');
	mc-image-position: right;
	padding: 0px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: var(--Dark);
	font-size: 20pt;
	font-weight: bold;
	border-bottom: none;
}

MadCap|expandingBody
{
	color: var(--Dark);
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: var(--Brand1);
}

/* Lists */

dd,
dd p,
dt,
dt p,
li,
li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

dl,
ol,
ul
{
	letter-spacing: .25px;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Master page */

div.home-footer
{
	padding: 2% 5%;
	background-color: #000000;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: var(--White);
}

p.footer-sub
{
	color: var(--White);
	font-size: 14pt;
	margin-top: 14px;
}

MadCap|topicToolbarProxy
{
	float: right;
}

@media only screen and (max-width: 1200px)
{
	/* Home page topic */

	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: 90%;
		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%;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	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
	{
		line-height: 1.2;
	}

	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%;
	}
}

@media print
{
	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	a.Landing_Link
	{
		color: #000000;
		text-decoration: none;
	}

	a:link
	{
		text-decoration: none;
		color: #000000;
	}

	h1
	{
		page-break-before: always;
		mc-heading-level: 2;
	}

	h1.second-level
	{
		
	}

	div.pdf_button
	{
		top: 15px;
	}

	h1.Title
	{
		mc-heading-level: 1;
	}
}

a.Landing_Link
{
	text-decoration: none;
	color: #cc1c1c;
}

img.tile_pdf_icon
{
	height: auto;
	width: 100px;
}

td p
{
	margin-bottom: 5px;
	margin-top: 5px;
}

div.pdf_button
{
	position: absolute;
	top: 15px;
	right: 40px;
}

p.p_1
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ol.ol_1
{
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

ul.ul_1
{
	list-style-type: square;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

li.li_1
{
	page-break-inside: avoid;
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-family: Arial;
	margin-top: 0pt;
	font-size: 10pt;
}

td.td_1
{
	padding: 4px;
	font-size: var(--FontSizeNormal);
	line-height: var(--LineHeightNormal);
	margin-bottom: 8pt;
	font-family: Arial;
	vertical-align: top;
}

p.NormalWeb
{
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-family: Tahoma;
	font-size: 12pt;
}

p.Copyright
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-size: 8pt;
}

a.Hyperlink
{
	color: #0563C1;
	font-size: 10pt;
	text-decoration: underline;
}

p.Procedure_Title
{
	margin-bottom: 8pt;
	page-break-after: avoid;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.TOC1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
}

p.TOC2
{
	margin-bottom: 0pt;
	margin-left: 18pt;
	font-family: Arial;
}

p.TOC3
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 47pt;
	font-family: Arial;
	font-style: italic;
}

p.Content_indented_3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 54pt;
	font-family: Arial;
}

p.p_2
{
	margin-left: 5pt;
	margin-right: 0pt;
}

span.span_1
{
	font-weight: bold;
	font-style: italic;
	color: #595959;
	font-size: 12pt;
}

span.span_2
{
	font-style: italic;
	color: #595959;
	font-size: 12pt;
}

div.div_1
{
	margin-top: 441.1pt;
	width: 4in;
	height: 90pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	v-text-anchor: top;
	margin-left: 0pt;
}

span.span_3
{
	font-family: 'Arial Black';
	font-size: 20pt;
}

p.p_3
{
	font-family: 'Arial Black';
	font-size: 20pt;
}

div.div_2
{
	margin-left: 0;
	margin-top: 323.5pt;
	width: 471.55pt;
	height: 117.5pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-height-percent: 0;
	mso-height-relative: margin;
	v-text-anchor: top;
}

span.span_4
{
	font-family: 'Arial Black';
	color: #CC0033;
	font-size: 30pt;
}

p.p_4
{
	font-family: 'Arial Black';
	color: #CC0033;
	font-size: 30pt;
}

div.div_3
{
	margin-left: 0;
	margin-top: 135.35pt;
	width: 471.55pt;
	height: 206.65pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-height-percent: 0;
	mso-height-relative: margin;
	v-text-anchor: bottom;
}

p.p_5
{
	font-family: 'Arial Black';
	font-size: 18pt;
}

p.p_6
{
	text-align: center;
}

p.p_7
{
	text-align: center;
	font-family: 'Arial Black';
	font-size: 18pt;
}

p.Copyright_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
	font-size: 8pt;
	text-align: center;
}

p.Copyright_2
{
	font-family: Arial;
	font-size: 8pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

p.p_8
{
	font-size: 8pt;
}

p.Procedure_Title_1
{
	page-break-after: avoid;
	font-weight: bold;
	margin-top: 15pt;
	margin-bottom: 15pt;
	text-align: center;
	font-family: 'Arial Black';
	font-size: 18pt;
}

p.p_9
{
	font-weight: bold;
	font-size: 16pt;
}

p.p_10
{
	font-family: 'Arial Black';
	font-weight: bold;
	font-size: 18pt;
}

p.Content_body
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
}

p.Content_indented
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	margin-left: 18pt;
	font-family: Arial;
}

h1.h1_1
{
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
}

ul.ul_2
{
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 54pt;
}

p.Content_body_1
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 16pt;
}

p.Table_Header
{
	margin-left: 14pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
}

p.Table_Body
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: Arial;
}

span.Code_Samples
{
	font-size: 10pt;
}

span.Code_Yellow_Highlight
{
	font-size: 10pt;
}

span.Code_Red_text
{
	color: #FF0000;
	font-size: 10pt;
}

p.Note
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
}

li.Note
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
}

p.Warning
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	font-family: Arial;
}

li.Warning
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	font-family: Arial;
}

col.col_1
{
	width: 130pt;
}

col.col_2
{
	width: 288pt;
}

th.th_1
{
	background-color: #D9D9D9;
	vertical-align: middle;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

th.th_2
{
	background-color: #D9D9D9;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

td.td_2
{
	background-color: #auto;
	vertical-align: middle;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_3
{
	background-color: #auto;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

span.Code_Samples_1
{
	font-size: 10pt;
	font-family: 'Courier New';
}

p.Table_Body_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 14pt;
	font-family: 'Courier New';
}

tr.tr_1
{
	height: 24pt;
}

span.Code_Red_text_1
{
	color: #FF0000;
	font-size: 10pt;
	font-family: 'Courier New';
}

span.span_5
{
	margin-right: 0pt;
}

p.Note_1
{
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

li.Note_1
{
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	margin-left: 36pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

ol.ol_2
{
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	margin-left: 0pt;
	background-color: #CCCCCC;
}

p.Warning_1
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	font-family: Arial;
	margin-bottom: 0pt;
}

li.Warning_1
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-top: 8pt;
	font-family: Arial;
	margin-left: 54pt;
	margin-bottom: 0pt;
}

ol.ol_3
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #FF0000;
	margin-left: 0pt;
}

td.td_4
{
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

table.table_1
{
	border-collapse: collapse;
}

p.Bullet_list_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

li.Bullet_list_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

MadCap|xref.ParaTextOnly
{
	mc-format: '{paratext}';
}

span.span_6
{
	margin-right: 0pt;
	font-family: 'Arial Black';
}

h1.h1_2
{
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	margin-left: 0pt;
}

li.Bullet_list_1_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Arial;
}

ul.ul_3
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 18pt;
}

li.Note_2
{
	margin-bottom: 8pt;
	border-top-style: solid;
	border-top-width: 2pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
	background-color: #CCCCCC;
	font-family: Arial;
	margin-left: 36pt;
}

span.span_7
{
	font-family: 'Courier New';
}

p.Content_body_2
{
	margin-top: 3pt;
	font-family: Arial;
	margin-bottom: 8pt;
}

p.p_11
{
	margin-bottom: 0pt;
}

span.span_8
{
	font-family: Consolas;
	color: #0000FF;
	font-size: 10pt;
	background-color: #FFFFFF;
}

span.span_9
{
	font-family: Consolas;
	color: #A31515;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_12
{
	margin-bottom: 0pt;
	margin-left: 18pt;
}

span.span_10
{
	font-family: Consolas;
	color: #FF0000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

span.span_11
{
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_13
{
	margin-bottom: 0pt;
	margin-left: 36pt;
}

p.p_14
{
	margin-bottom: 0pt;
	text-indent: 18pt;
	margin-left: 18pt;
}

span.span_12
{
	font-family: Consolas;
	color: #808080;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_15
{
	margin-bottom: 0pt;
	text-indent: 18pt;
	margin-left: 18pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_16
{
	margin-bottom: 0pt;
	text-indent: 18pt;
}

p.p_17
{
	margin-bottom: 0pt;
	margin-left: 36pt;
	font-family: Consolas;
	color: #808080;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_18
{
	margin-bottom: 0pt;
	margin-left: 36pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_19
{
	margin-bottom: 0pt;
	font-family: Consolas;
	color: #0000FF;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_20
{
	font-family: Consolas;
	color: #0000FF;
	font-size: 10pt;
}

span.span_13
{
	font-family: Consolas;
	color: #008000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_21
{
	margin-bottom: 0pt;
	text-indent: 18pt;
	margin-left: 36pt;
}

p.Content_body_3
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	margin-left: 18pt;
}

span.span_14
{
	margin-right: 0pt;
	font-family: 'Times New Roman';
}

span.span_15
{
	font-family: Consolas;
	color: #808080;
	font-size: 10pt;
	background-color: #FFFF00;
}

p.Content_body_4
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	font-family: Arial;
	text-indent: 18pt;
}

p.p_22
{
	margin-bottom: 0pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

p.p_23
{
	margin-bottom: 0pt;
	margin-left: 18pt;
	font-family: Consolas;
	color: #000000;
	font-size: 10pt;
	background-color: #FFFFFF;
}

span.span_16
{
	font-family: Consolas;
	color: #0000FF;
	font-size: 10pt;
	background-color: #FFFF00;
}

p.p_24
{
	margin-left: 18pt;
}

span.Bold_1
{
	font-weight: bold;
	font-family: 'Courier New';
}

col.col_3
{
	width: 155pt;
}

col.col_4
{
	width: 315pt;
}

th.th_3
{
	background-color: #D9D9D9;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

col.col_5
{
	width: 146pt;
}

col.col_6
{
	width: 333pt;
}

td.td_5
{
	background-color: #D9D9D9;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_6
{
	background-color: #D9D9D9;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

img.img_1
{
	left: 0;
	text-align: left;
	z-index: -12;
	mso-position-horizontal: center;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: center;
	mso-position-vertical-relative: margin;
	margin-left: 0;
	width: 624px;
	height: 701px;
}

p.NormalWeb_1
{
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	text-align: center;
	font-family: Arial;
	color: #C0C0C0;
	font-size: 1pt;
}

div.div_4
{
	left: 0;
	text-align: left;
	margin-left: 0;
	margin-top: 0;
	width: 471.3pt;
	height: 188.5pt;
	rotation: -45;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: center;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: center;
	mso-position-vertical-relative: margin;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: page;
	mso-height-relative: page;
	v-text-anchor: top;
}

span.span_17
{
	font-family: 'Arial Black';
	color: #FFFFFF;
	font-size: 9pt;
}

span.span_18
{
	font-family: 'Arial Black';
	color: #FFFFFF;
	font-size: 8pt;
}

p.NormalWeb_2
{
	font-family: Tahoma;
	font-size: 12pt;
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	text-align: right;
}

div.div_5
{
	left: 0;
	text-align: left;
	margin-left: 218pt;
	width: 314.95pt;
	height: 28.3pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-width-relative: margin;
	v-text-anchor: top;
	margin-top: 0pt;
}

p.p_25
{
	margin-left: 5pt;
	margin-right: 5pt;
	text-align: right;
}

span.span_19
{
	font-family: Symbol;
}

span.span_20
{
	color: #7F7F7F;
	font-size: 8pt;
}

p.p_26
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #D9D9D9;
}

img.img_2
{
	visibility: visible;
	mso-wrap-style: square;
	width: 60px;
	height: 33px;
}

div.Full-Width
{
	width: 100%;
}

p.home-category
{
	font-family: var(--FontText);
	line-height: var(--LineHeightNormal);
	margin-top: 1rem;
	margin-bottom: 1rem;
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	font-size: 24pt;
	width: 100%;
}

/*<meta sourceDocument="C:\Users\jjacobellis\Downloads\Aras Enterprise SaaS Agreement [ver Mar 2021].docx" />*/

p.p_27
{
	font-family: var(--FontText);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

ol.ol_4
{
	font-family: var(--FontText);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

ul.ul_4
{
	list-style-type: square;
	font-family: var(--FontText);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

li.li_2
{
	page-break-inside: avoid;
	font-family: var(--FontText);
	line-height: var(--LineHeightNormal);
	color: var(--GrayExtraDark);
	mc-hyphenate: never;
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

td.td_7
{
	padding: 4px;
	line-height: var(--LineHeightNormal);
	font-family: var(--FontText);
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	vertical-align: top;
}

p.BodyText
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
}

p.Title
{
	orphans: 2;
	widows: 2;
	margin-top: 4pt;
	margin-left: 122pt;
	margin-right: 123pt;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
}

p.ListParagraph
{
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	text-align: justify;
}

li.ListParagraph
{
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	text-align: justify;
}

span.span_21
{
	letter-spacing: 0pt;
}

p.BodyText_1
{
	orphans: 2;
	widows: 2;
	font-weight: bold;
	font-size: 11pt;
}

p.BodyText_2
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-left: 5pt;
	margin-right: 1pt;
}

p.BodyText_3
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 1pt;
}

span.span_22
{
	letter-spacing: 0pt;
	font-size: 10pt;
	text-decoration: underline;
}

span.span_23
{
	letter-spacing: 0pt;
	font-size: 10pt;
}

p.ListParagraph_1
{
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	text-align: justify;
	margin-top: 1pt;
}

li.ListParagraph_1
{
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	text-align: justify;
	margin-top: 1pt;
}

ol.ol_5
{
	padding-left: 0px;
	margin-left: 55pt;
}

p.BodyText_4
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 5pt;
	text-indent: 65pt;
	margin-left: 27pt;
	margin-right: 6pt;
	text-align: justify;
}

p.BodyText_5
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	text-indent: 65pt;
	margin-left: 27pt;
	margin-right: 6pt;
	text-align: justify;
}

p.BodyText_6
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 1pt;
	margin-left: 91pt;
	margin-right: 1pt;
}

p.BodyText_7
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-left: 27pt;
	margin-right: 1pt;
}

p.p_28
{
	margin-left: 91pt;
}

p.BodyText_8
{
	orphans: 2;
	widows: 2;
	font-size: 11pt;
}

p.BodyText_9
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 1pt;
	text-indent: 65pt;
	margin-left: 27pt;
	margin-right: 6pt;
	text-align: justify;
}

p.p_29
{
	margin-left: 91pt;
	margin-right: 177pt;
}

p.BodyText_10
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 3pt;
	margin-left: 5pt;
	text-align: justify;
}

p.p_30
{
	text-align: justify;
}

p.p_31
{
	margin-top: 3pt;
	margin-left: 91pt;
	margin-right: 177pt;
}

p.p_32
{
	margin-top: 1pt;
	margin-left: 91pt;
}

p.BodyText_11
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-left: 91pt;
	margin-right: 214pt;
}

p.BodyText_12
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-left: 91pt;
	margin-right: 230pt;
	text-align: justify;
}

span.span_24
{
	font-weight: bold;
	letter-spacing: 0pt;
}

p.BodyText_13
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 1pt;
	text-indent: 67pt;
	margin-left: 27pt;
	margin-right: 6pt;
	text-align: justify;
}

p.p_33
{
	margin-top: 3pt;
	margin-left: 91pt;
}

p.p_34
{
	margin-left: 91pt;
	margin-right: 214pt;
}

p.p_35
{
	margin-left: 91pt;
	margin-right: 192pt;
}

p.BodyText_14
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-left: 91pt;
}

p.p_36
{
	margin-top: 1pt;
	margin-left: 91pt;
	margin-right: 214pt;
}

p.ListParagraph_2
{
	orphans: 2;
	widows: 2;
	text-align: justify;
	font-size: 10pt;
}

li.ListParagraph_2
{
	orphans: 2;
	widows: 2;
	text-align: justify;
	font-size: 10pt;
}

p.BodyText_15
{
	orphans: 2;
	widows: 2;
	font-size: 7pt;
}

p.ListParagraph_3
{
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	text-align: justify;
	margin-top: 5pt;
}

li.ListParagraph_3
{
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	text-align: justify;
	margin-top: 5pt;
}

ol.ol_6
{
	padding-left: 0px;
	margin-left: 27pt;
}

span.span_25
{
	font-size: 10pt;
	text-decoration: underline;
}

p.ListParagraph_4
{
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	text-align: justify;
	margin-top: 3pt;
}

li.ListParagraph_4
{
	orphans: 2;
	widows: 2;
	font-size: 11pt;
	text-align: justify;
	margin-top: 3pt;
}

ol.ol_7
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 55pt;
}

p.BodyText_16
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 1pt;
	margin-left: 27pt;
	margin-right: 6pt;
	text-align: justify;
}

span.span_26
{
	font-weight: bold;
	font-size: 10pt;
}

p.BodyText_17
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 3pt;
	margin-left: 27pt;
	margin-right: 1pt;
}

p.ListParagraph_5
{
	orphans: 2;
	widows: 2;
	text-align: justify;
	margin-top: 1pt;
	font-size: 10pt;
}

li.ListParagraph_5
{
	orphans: 2;
	widows: 2;
	text-align: justify;
	margin-top: 1pt;
	font-size: 10pt;
}

p.BodyText_18
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 3pt;
	margin-left: 55pt;
	margin-right: 1pt;
}

p.BodyText_19
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-left: 27pt;
	margin-right: 8pt;
}

span.span_27
{
	font-style: italic;
	letter-spacing: 0pt;
}

p.p_37
{
	margin-left: 122pt;
	margin-right: 101pt;
	text-align: center;
}

p.BodyText_20
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 3pt;
	margin-left: 27pt;
}

p.p_38
{
	margin-left: 32pt;
}

p.BodyText_21
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-left: 32pt;
}

p.BodyText_22
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-top: 5pt;
	margin-left: 32pt;
}

p.BodyText_23
{
	orphans: 2;
	widows: 2;
	font-size: 6pt;
}

p.BodyText_24
{
	orphans: 2;
	widows: 2;
	font-size: 10pt;
	margin-right: 5pt;
	margin-top: 1pt;
	margin-left: 3pt;
}

div.div_6
{
	width: 12pt;
	height: 13.05pt;
	margin-top: 733.42pt;
	margin-left: 300.48pt;
	mso-position-horizontal-relative: page;
	mso-position-vertical-relative: page;
	mso-wrap-distance-bottom: 0;
	mso-wrap-distance-left: 0;
	mso-wrap-distance-right: 0;
	mso-wrap-distance-top: 0;
	v-text-anchor: top;
	background-color: this;
}

p.BodyText_25
{
	orphans: 2;
	widows: 2;
	font-size: 9pt;
}

