/*<meta />*/

@import url('Fonts/ObjectiveFonts.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@font-face 
{
	font-family: 'Noto Sans Regular';
	src: url('Fonts/NotoSans-Regular.ttf');
}

:root
{
	/* ODL */
	color-scheme: 'light';
	--background-paper: #FFFFFF;
	--background-papershade: #F5F5F5;
	--background-default: #EDF1f5;
	--background-error: #F7E4E6;
	--background-warning: #FDEED3;
	--background-info: #E0F3FE;
	--background-success: #DFF6DF;
	--text-primary: #32373F;
	--text-secondary: #525965;
	--text-disabled: #707070;
	--divider: #F5F5F5;
	--grey-50: #FAFAFA;
	--grey-100: #F8F8F8;
	--grey-200: #F7f7f7;
	--grey-300: #F5F5F5;
	--grey-400: #E8E8E8;
	--grey-500: #D1D1D1;
	--grey-600: #ACACAC;
	--grey-700: #707070;
	--grey-800: #525965;
	--grey-900: #32373F;
	--grey-A100: #85b0ff;
	--grey-A200: #528fff;
	--grey-A400: #1f6fff;
	--grey-A700: #055eff;
	--primary-main: #004FEE;
	--primary-light: #0037B1;
	--primary-dark: #00277F;
	--primary-contrastText: #FFFFFF;
	--secondary-main: #9FC5E8;
	--secondary-light: #CFE2F3;
	--secondary-dark: #6FA8DC;
	--secondary-contrastText: #000000;
	--error-main: #D0000A;
	--error-light: #E3001E;
	--error-dark: #B30003;
	--error-contrastText: #FFFFFF;
	--warning-main: #F3AD2E;
	--warning-light: #FBE6C0;
	--warning-dark: #ED931D;
	--warning-contrastText: #32373F;
	--info-main: #004FEE;
	--info-light: #E0F3FE;
	--info-dark: #004DA1;
	--info-contrastText: #FFFFFF;
	--success-main: #2A7D2A;
	--success-light: #4A914A;
	--success-dark: #0F4D0F;
	--success-contrastText: #FFFFFF;
	--brand-alpha: #1F428F;
	--brand-connect: #48A84E;
	--brand-ecm: #007DC3;
	--brand-inform: #9D3F97;
	--brand-keystone: #C63906;
	--brand-office: #D83B00;
	--brand-perform: #BD2841;
	--brand-reach: #20908B;
	--brand-redact: #26C5BE;
	--brand-regworks: #36A56F;
	--brand-teams: #5558AF;
	--brand-trapeze: #5DA10C;
	--brand-build: #5DA10C;
	/* LAYOUT */
	--page-gap: 16px;
	--page-sidebar-width: 320px;
}

html,
body
{
	color: var(--text-primary);
	font-family: Noto Sans Regular;
	mc-hyphenate: never;
	line-height: 1.6em;
	font-size: 14px;
}

/* Layout */

.body-container
{
	background: var(--background-paper);
}

.page-container
{
	display: flex;
	align-items: stretch;
	column-gap: var(--page-gap);
	height: 100%;
}

.title-bar .menu-icon span
{
	height: 48px;
	width: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
}

.title-bar .menu-icon span:before
{
	font-size: 32px;
	color: var(--text-primary);
	font-family: 'Objectivev2' !important;
	content: "\ecd6";
}

/* MASTERPAGE STYLES */

.off-canvas-wrapper
{
	max-height: 100%;
}

.div_menuproxy
{
	flex: none;
	width: var(--page-sidebar-width);
	background: var(--background-paper);
}

.div_masterpage_width
{
	flex: auto;
	order: -1;
	background: var(--background-paper);
	padding: 16px;
	width: 1224px;
}

div.page-content
{
	max-width: 1200px;
}

.page-column-container
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-right: 0;
	margin-bottom: 1em;
}

.page-column-container.page-column-container--no-sidebar
{
	margin-right: 0;
}

.column-breadcrumbs
{
	flex: auto;
	order: -1;
}

.column-toolbar
{
	flex: none;
}

MadCap|breadcrumbsProxy
{
	margin-bottom: 0;
	border-bottom: none 0 transparent;
	color: var(--text-secondary);
	mc-breadcrumbs-divider: ' / ';
	padding: 0px;
	font-size: 12px;
	mc-breadcrumbs-prefix: 'Objective Trapeze / ';
}

.footer-action
{
	position: fixed;
	bottom: 24px;
	right: 24px;
}

button.scrolltop
{
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 0;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.25);
	width: 40px;
	height: 40px;
	font-size: 22px;
	color: white;
	border-radius: 50%;
	outline: none;
	-webkit-transition: background-color 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
	-moz-transition: background-color 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
	-o-transition: background-color 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
	transition: background-color 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

button.scrolltop:hover,
button.scrolltop:active,
button.scrolltop:focus
{
	background-color: rgba(0, 0, 0, 0.4);
}

div.div_right_menu
{
	width: 15%;
	position: absolute;
	right: 16px;
	padding-left: 5px;
	top: 210px;
	border-left: solid 5px #999999;
	padding-right: 10px;
}

/* Heading styles */

h1
{
	margin-top: 6pt;
	margin-bottom: 24pt;
	padding-top: 24pt;
	padding-bottom: 0pt;
	font-size: 24px;
	font-weight: 600;
	font-family: 'Noto Sans Regular';
	font: Noto Sans Regular;
}

h2
{
	font-style: normal;
	color: #000000;
	font-variant: normal;
	margin-bottom: 6pt;
	padding-top: 24pt;
	padding-bottom: 0pt;
	font-size: 20px;
	font-weight: normal;
	font-family: 'Noto Sans Regular';
	font: Noto Sans Regular;
}

h3
{
	font-style: normal;
	margin-top: 6pt;
	margin-bottom: 6pt;
	padding-top: 24pt;
	padding-bottom: 0pt;
	font-size: 18px;
	font-weight: normal;
	font-family: 'Noto Sans Regular';
	font: Noto Sans Regular;
}

h4
{
	font-weight: normal;
	font-style: normal;
	margin-top: 18pt;
	margin-bottom: 3pt;
	color: #808080;
	font-family: Roboto, sans-serif, Arial, 'HelveticaNeueLT Std Cn';
	font-variant: inherit;
	font-size: 0.4em;
}

h5
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	padding-top: 24pt;
	padding-bottom: 0pt;
	font-size: 14px;
	font-weight: 500;
}

/* Paragraph styles (p) */

p
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 0;
	padding-bottom: 6pt;
	font-size: 14px;
	font-weight: 400;
}

p.see_also_head
{
	margin-left: 10px;
	margin-top: 2pt;
	font-weight: bold;
}

p.see_also_list
{
	margin-left: 15px;
	left: 10pt;
	margin-bottom: 2pt;
	margin-top: 2pt;
	line-height: 1.2em;
	width: 25%;
	right: 16px;
	padding-left: 5px;
	padding-right: 10px;
	font: Noto Sans Regular;
}

p.TableText
{
	padding-bottom: 4pt;
	padding-top: 4pt;
	line-height: 13pt;
}

p.TableHeader
{
	font-weight: bold;
	padding-bottom: 0pt;
}

p.TableTextIndent
{
	line-height: 13pt;
	padding-bottom: 2pt;
	padding-top: 2pt;
	padding-left: 0;
	margin-bottom: 0pt;
	margin-top: 0pt;
	margin-left: -15pt;
}

p.copyright
{
	font-size: 16px;
	color: var(--text-secondary);
	text-align: center;
}

p.CodeBlock
{
	bottom: 2;
	font-family: 'Courier New';
	background-color: transparent;
	padding-bottom: 0pt;
	top: 0pt;
	line-height: 0.2em;
}

p.TableTextConfig
{
	padding-bottom: 4pt;
	padding-top: 4pt;
	line-height: 13pt;
}

p.TableHeaderConfig
{
	font-weight: bold;
	padding-bottom: 0pt;
}

p.RNH2
{
	font-size: 16px;
	font-weight: bold;
}

p.TermsOfUse
{
	text-align: center;
	font-size: 12px;
}

div.div_wordwrap
{
	word-wrap: break-word;
}

/*end of p styles*/
/* List para styles (ordered, unordered paragraphs)  */

ol ol
{
	list-style-type: lower-alpha;
}

ol ol ol
{
	list-style-type: lower-roman;
}

/* IMAGES */

img
{
	border: none;
	max-width: auto;
}

img.gif
{
	animation: none;
	animation-iteration-count: 2;
	animation-play-state: running;
}

/* LINKS */

a
{
	color: var(--primary-main);
}

a:hover
{
	color: var(--primary-light);
}

a:active
{
	color: var(--primary-dark);
}

a.tile
{
	text-decoration: none;
	color: var(--text-primary);
}

/* a.tile .primary-cta
{
	display: inline-block;
	padding: 11px 16px 12px 16px;
	border-radius: 2px;
	text-align: center;
	font-weight: 500;
}

a.primary,
a.tile .primary-cta
{
	background: var(--primary-main);
	color: var(--primary-contrast-text);
}

a.primary:hover,
a.tile:hover .primary-cta
{
	color: var(--primary-contrast-text);
	background: var(--primary-light);
}

a.primary:active,
a.tile:active .primary-cta
{
	color: var(--primary-contrast-text);
	background: var(--primary-dark);
} */

a.tile .btn-go
{
	font-size: 16px;
	color: var(--primary-main);
}

a.tile:hover .btn-go
{
	color: var(--primary-light);
}

a.tile:active .btn-go
{
	color: var(--primary-dark);
}

a.secondary
{
	background: var(--secondary-main);
	color: var(--secondary-contrast-text);
}

a.secondary:hover
{
	color: var(--secondary-contrast-text);
	background: var(--secondary-light);
}

a.secondary:active
{
	color: var(--secondary-contrast-text);
	background: var(--secondary-dark);
}

a.external
{
	padding-right: 13px;
	background: url('../Images/common/externals.png') center right no-repeat;
	color: #007dc3;
	background-color: #ffffff;
}

MadCap|xref
{
	color: #1a8cfd;
	text-decoration: none;
	mc-format: ;
}

MadCap|xref.see_also
{
	mc-format: '{h1}';
	text-decoration: none;
	mc-image-alt-text: ;
	mc-master-page: url('../MasterPages/SeeAlsoColumn.flmsp');
	color: #3560c1;
}

MadCap|xref.HighlightedText
{
	mc-format: '{paraxml}';
}

/*start skin file over rides*/

nav.title-bar
{
	border-bottom: solid 1px #F5F5F5;
}

nav.sidenav-wrapper
{
	border-right: solid 1px #F5F5F5;
}

/* MADCAP SPECIFIC STYLES FOR PAGE LAYOUT */

MadCap|bodyProxy
{
	background: #ffffff;
	padding-top: 0px;
	left: 0px;
}

MadCap|pageHeader
{
	border-style: solid none none;
	border-top-length: 100%;
	border-top: solid 3px #00ff00;
	border-top-align: center;
}

MadCap|menuProxy
{
	visibility: visible;
	display: block;
	position: static;
}

MadCap|topicToolbarProxy
{
	mc-page-number-format: decimal;
	mc-pagenum-display: all;
	mc-master-page: url('../MasterPages/NoColumn.flmsp');
	float: right;
}

/* MADCAP SPECIFIC STYLES - DROPDOWN STYLES */

MadCap|dropDown
{
	mc-image-position: right;
	padding-bottom: 1em;
	mc-closed-image: url('../Images/common/dropdown_close.png');
	mc-open-image: url('../Images/common/dropdown_open.png');
	mc-image-spacing: 5px;
}

MadCap|dropDownBody
{
	font-variant: normal;
}

MadCap|dropDownHead
{
	font-size: 1.2em;
	padding-top: 2px;
	padding-bottom: 4px;
}

MadCap|dropDownHead.dropDownHead2
{
	font-size: 1.1em;
}

MadCap|dropDownHead.dropDownHead3
{
	font-size: 1.0em;
}

MadCap|dropDownHead.dropDownHead4
{
	font-size: 1.0em;
	font-weight: normal;
}

MadCap|dropDownHotspot
{
	color: #32373f;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage,
.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	color: #32373f;
}

MadCap|dropDownHotspot:hover
{
	text-decoration: none;
	text-transform: none;
}

MadCap|dropDownHotspot:focus
{
	text-decoration: none;
	text-transform: none;
}

MadCap|dropDownHotspot
{
	text-decoration: none;
	text-transform: none;
}

MadCap|dropDownHead
{
	text-decoration: none;
	text-transform: none;
}

/* MADCAP SPECIFIC STYLES - EXPAND */

MadCap|expanding
{
	mc-closed-image: url('../Images/common/dropdown_close.png');
	mc-open-image: url('../Images/common/dropdown_open.png');
}

MadCap|expandingBody
{
	color: #696969;
	font-size: 8pt;
	font-style: normal;
}

MadCap|expandingHead
{
	color: #696969;
	font-size: 10pt;
	font-style: normal;
}

/* MADCAP SPECIFIC STYLES - CODESNIPPET */

MadCap|codeSnippetBody
{
	tab-size: 0;
	background: #EFEFEB;
	left: 0px;
	margin-left: 0px;
}

MadCap|codeSnippet
{
	margin-left: 0px;
	padding-left: 0px;
	border: none 2px #000000;
	padding: 0em;
	left: 0px;
}

/* TABLE STYLES */

table
{
	border-spacing: 40px;
	margin-left: 100px;
}

li.TableList
{
	border-spacing: 0;
	padding: 0pt;
	text-align: left;
	border: solid 0pt transparent;
	margin: 0pt;
	margin-left: -15pt;
	line-height: 15pt;
	font-size: 11pt;
}

li.TableListConfig
{
	border-spacing: 0;
	padding: 0pt;
	text-align: left;
	border: solid 0pt transparent;
	margin: 0pt;
	margin-left: -15pt;
	font-size: 10pt;
	line-height: 13pt;
}

/* MICROCONTENT*/

div.ForMicroContent1::before
{
	content: ' ';
	display: table;
}

div.ForMicroContent1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.ForMicroContent1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.ForMicroContent1 > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.ForMicroContent1 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.ForMicroContent1 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

/* ------ HELP center STYLES ------ */
/* TILE GRID */

.tile-container
{
	background: var(--background-default);
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: stretch;
	row-gap: 32px;
	padding: 32px;
	box-sizing: border-box;
	border-radius: 4px;
	margin: 32px auto;
	/* Optional */
	width: 80%;
}

.tile
{
	--columns: 4;
	--width: 4;
	--initial-basis: calc(var(--width, 1) / var(--columns, 4) * 100%);
	--gap-constant: 1%;
	--gap: calc((var(--columns, 4) - var(--width, 0)) * var(--gap-constant));
	flex-basis: calc(var(--initial-basis) - var(--gap));
	background: var(--background-paper);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

ul
{
	margin-left: 40px;
}

ol
{
	margin-left: 40px;
}

li
{
	
}

@media (min-width: 767px)
{
	.tile,
	.tile-col-2 .tile,
	.tile-col-4 .tile
	{
		--width: 2;
	}

	.tile-col-3 .tile
	{
		--columns: 4;
		--width: 2;
	}
}

@media (min-width: 1024px)
{
	.tile-col-3 .tile
	{
		--columns: 3;
		--width: 1;
	}
}

@media (min-width: 1280px)
{
	.tile-col-4 .tile
	{
		--width: 1;
	}
}

/* TILE CONTENT */

.tile-image
{
	background-size: cover;
	flex: 0 1 280px;
	/* Dictates the height of the image */
	background-position: center;
}

.tile-content
{
	flex: auto;
	padding: 8px 16px;
	border-right: solid 1px var(--grey-500);
	border-left: solid 1px var(--grey-500);
}

.tile-content h2
{
	padding-top: 0;
}

.tile-actions
{
	flex: none;
	display: flex;
	gap: 16px;
	padding: 16px;
	border-right: solid 1px var(--grey-500);
	border-bottom: solid 1px var(--grey-500);
	border-left: solid 1px var(--grey-500);
}

.tile-actions .btn-go
{
	margin-left: auto;
}

div.div_HCHeader
{
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	/* background-position: center; */
	/* min-height: 240px;  */
	margin-top: 0px;
	padding-top: 0px;
	background-color: var(--background-paper);
}

.HCH1
{
	text-align: center;
	font-size: 38px;
	line-height: 36px;
	color: var(--text-primary);
	padding: 0;
	margin: 10px 0 24px;
}

.HCH2
{
	text-align: center;
	font-size: 20px;
	line-height: 1.5em;
	color: var(--text-secondary);
	font-weight: 400;
	padding: 0;
	margin: 0;
}

p.HCTileHead
{
	font-size: 20px;
	color: var(--text-primary);
}

p.HCTileP
{
	font-size: 16px;
	color: var(--text-primary);
}

body.BodyHelpcenter
{
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	background-color: #ffffff;
}

div.div_HChome-tile-fill
{
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*MULTIMEDIA */

object
{
	width: 100%;
	height: 100%;
}

img.largeimage
{
	mc-thumbnail: popup;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	mc-thumbnail-max-height: 150px;
}

img.wideimage
{
	mc-thumbnail: popup;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	mc-thumbnail-max-width: 300px;
}

/* CODEBLOCKS */

div.div_code_block
{
	font-family: monospace;
	background: #EFEFEB;
	top: 0pt;
	bottom: 0pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
	margin-bottom: 0pt;
	margin-top: 0pt;
	padding: 0pt;
	margin: 0pt;
	mc-dita-type: codeph;
}

div.div_code_block1
{
	font-family: monospace;
	background: #EFEFEB;
	top: 0pt;
	bottom: 0pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
	margin-bottom: 0pt;
	margin-top: 0pt;
	padding: 0pt;
	margin: 0pt;
	text-indent: 0.5cm;
	mc-dita-type: codeph;
	margin-left: 0pt;
	padding-left: 0pt;
}

div.div_code_block2
{
	font-family: monospace;
	background: #EFEFEB;
	top: 0pt;
	bottom: 0pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
	margin-bottom: 0pt;
	margin-top: 0pt;
	padding: 0pt;
	margin: 0pt;
	text-indent: 1cm;
	mc-dita-type: codeph;
}

div.div_code_block3
{
	font-family: monospace;
	background: #EFEFEB;
	top: 0pt;
	bottom: 0pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
	margin-bottom: 0pt;
	margin-top: 0pt;
	padding: 0pt;
	margin: 0pt;
	text-indent: 1.5cm;
	mc-dita-type: codeph;
}

div.div_code_block4
{
	font-family: monospace;
	background: #EFEFEB;
	top: 0pt;
	bottom: 0pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
	margin-bottom: 0pt;
	margin-top: 0pt;
	padding: 0pt;
	margin: 0pt;
	mc-dita-type: codeph;
	text-indent: 2cm;
}

div.div_code_block5
{
	font-family: monospace;
	background: #EFEFEB;
	top: 0pt;
	bottom: 0pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
	margin-bottom: 0pt;
	margin-top: 0pt;
	padding: 0pt;
	margin: 0pt;
	mc-dita-type: codeph;
	text-indent: 2.5cm;
}

div.div_code_block6
{
	font-family: monospace;
	background: #EFEFEB;
	top: 0pt;
	bottom: 0pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
	margin-bottom: 0pt;
	margin-top: 0pt;
	padding: 0pt;
	margin: 0pt;
	mc-dita-type: codeph;
	text-indent: 3cm;
}

div.div_code_block7
{
	font-family: monospace;
	background: #EFEFEB;
	top: 0pt;
	bottom: 0pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
	margin-bottom: 0pt;
	margin-top: 0pt;
	padding: 0pt;
	margin: 0pt;
	mc-dita-type: codeph;
	text-indent: 3.5cm;
}

div.div_code_block8
{
	font-family: monospace;
	background: #EFEFEB;
	top: 0pt;
	bottom: 0pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
	margin-bottom: 0pt;
	margin-top: 0pt;
	padding: 0pt;
	margin: 0pt;
	mc-dita-type: codeph;
	text-indent: 4cm;
}

div.div_code_block9
{
	font-family: monospace;
	background: #EFEFEB;
	top: 0pt;
	bottom: 0pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
	margin-bottom: 0pt;
	margin-top: 0pt;
	padding: 0pt;
	margin: 0pt;
	mc-dita-type: codeph;
	text-indent: 4.5cm;
}

div.div_code_block_configtable
{
	font-family: monospace;
	background: #EFEFEB;
	top: 0pt;
	bottom: 0pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
	margin-bottom: 0pt;
	margin-top: 0pt;
	padding: 0pt;
	margin: 0pt;
	mc-dita-type: codeph;
}

/* Character styles (spans) */

strong
{
	font-weight: bold;
	font-style: normal;
}

sub
{
	mc-redacted: redacted;
}

sup
{
	mc-redacted: redacted;
}

span.BoldText
{
	font-weight: bold;
}

span.code
{
	font-family: monospace;
}

span.doc_references
{
	font-style: italic;
}

span.code_attr_name
{
	font-family: monospace;
	color: #8000ff;
}

span.code_comment
{
	font-family: monospace;
	color: #008000;
}

span.code_operator
{
	font-family: monospace;
	color: #000080;
}

span.code_number
{
	font-family: monospace;
	color: #ff8000;
}

span.code_string
{
	font-family: monospace;
	color: #808080;
}

span.code_tag
{
	font-family: monospace;
	color: #0000ff;
}

span.code_highlight
{
	font-family: monospace;
	background: #ffff00;
}

span.highlight
{
	background: #ffff00;
}

span.keys
{
	font-weight: bold;
}

span.code_attr_value
{
	font-family: monospace;
	color: #ff0000;
}

span.hidden_text
{
	display: none;
	color: #ff0000;
}

span.JIRARef
{
	display: none;
	color: #ffdead;
	mc-conditions: 'Default.HiddenText';
}

MadCap|toggler.ConfigFile
{
	color: #696969;
	mc-closed-image: url('../Images/common/dropdown_close.png');
	mc-open-image: url('../Images/common/dropdown_open.png');
	mc-image-position: right;
}

/* NOTES AND IMP STYLES */

p.Note
{
	display: block;
	background-color: var(--background-info);
	line-height: 2em;
	padding-left: 70px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 20px 20px 20px 0;
	background-image: url('../Images/common/note.png');
	background-repeat: no-repeat;
	background-position: 10px 3px;
	mc-auto-number-format: '{b}Note:  {/b}';
}

p.Important
{
	display: block;
	background-color: var(--background-error);
	line-height: 2em;
	padding-left: 70px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 20px 20px 20px 0;
	background-image: url('../Images/common/important.png');
	background-repeat: no-repeat;
	background-position: 10px 3px;
	mc-auto-number-format: '{b}Important:  {/b}';
}

p.Tip
{
	display: block;
	background-color: var(--background-success);
	line-height: 2em;
	padding-left: 70px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 20px 20px 20px 0;
	background-image: url('../Images/common/tip.png');
	background-repeat: no-repeat;
	background-position: 10px 3px;
	mc-auto-number-format: '{b}Tip:  {/b}';
}

p.Caution
{
	display: block;
	background-color: var(--background-warning);
	line-height: 2em;
	padding-left: 70px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 20px 20px 20px 0;
	background-image: url('../Images/common/caution.png');
	background-repeat: no-repeat;
	background-position: 10px 3px;
	mc-auto-number-format: '{b}Caution:  {/b}';
}

p.Refer
{
	display: block;
	background-color: var(--background-warning);
	line-height: 2em;
	padding-left: 70px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 20px 20px 20px 0;
	background-image: url('../Images/common/refer.png');
	background-repeat: no-repeat;
	background-position: 10px 3px;
	mc-auto-number-format: '{b}Refer:  {/b}';
}

/* MULTI-LINE NOTES AND IMP STYLES */

.notice
{
	padding: 16px;
	border-radius: 2px;
	margin: 20px 20px 20px 0;
	color: var(--text-primary);
}

.notice-container
{
	display: flex;
	width: 100%;
}

.notice-icon
{
	flex: none;
	width: 3em;
	font-size: 20px;
}

.notice-content
{
	flex: auto;
}

.notice-content > *
{
	margin-top: 0;
}

.notice--note
{
	background: var(--background-info);
}

.notice--important
{
	background: var(--background-error);
}

.notice--refer
{
	background: var(--background-warning);
}

.notice--caution
{
	background: var(--background-warning);
}

.notice--tip
{
	background: var(--background-success);
}

p.NoteHead
{
	margin-bottom: 6pt;
	font-size: 14px;
	font-weight: bold;
}

/* MADCAP VARIABLES 

MadCap|variable.Variables\00002EECM
{
	
}

MadCap|variable.Variables\00002EObjective\0000A0ECM\0000A0administrator_help
{
	
}

MadCap|variable.Variables\00002EObjective_ECM_user_interface
{
	
}

MadCap|variable.Variables\00002EYear
{*/

MadCap|miniTocProxy
{
	border: none;
}

div.Column3
{
	mc-grid-row: true;
	margin-left: auto;
}

div.Column1	/*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.Column1::before
{
	content: ' ';
	display: table;
}

div.Column1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Column1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Column1 > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Column1 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Column1 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Column2	/*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.Column2::before
{
	content: ' ';
	display: table;
}

div.Column2::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Column2 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Column2 > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.Column2 > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

/* MEDIA OVERRIDES */
/* DEVICE SPECIFIC*/

ul
{
	padding-left: 80px;
}

a.secondary
{
	color: #000000;
}

div.row
{
	height: auto;
}

MadCap|xref.see_also
{
	text-decoration: none;
	color: #3560c1;
}

div.div_right_menu
{
	position: absolute;
	right: 0px;
	padding-left: 0px;
	top: 50px;
	padding-right: 0px;
	font: #3560C1;
	color: #3560C1;
	border-left: none 0px #000000;
	width: var(--page-sidebar-width);
	margin-top: 15px;
	margin-left: 10px;
	font: Noto Sans Regular;
	line-height: 1em;
}

p.see_also_list
{
	margin-left: 10px;
	left: 10pt;
	margin-bottom: 0pt;
	line-height: 1em;
	width: var(--page-sidebar-width);
	padding-left: 0px;
	color: #3560C1;
	margin-top: 15px;
	padding-right: 0px;
	Font: Noto Sans Regular;
}

p.see_also_head
{
	margin-left: 10px;
	font-weight: bold;
	color: #3560C1;
	margin-top: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-right: 50px;
	padding-top: 10px;
	line-height: 1em;
	width: var(--page-sidebar-width);
	Font: Noto Sans Regular;
}

MadCap|breadcrumbsProxy
{
	mc-breadcrumbs-prefix: 'Objective Trapeze / ';
}

html
{
	border-top: solid 4px #5DA10C;
}

@media only screen and (max-width: 1279px)
{
	/* OLD HELPcenter -- CAN DELETE*/

	div.div_HChome-tiles
	{
		grid-template-columns: repeat(2, 1fr);
	}

	/* END -- OLD HELPcenter -- CAN DELETE*/
	/* LAYOUT */

	.main-section
	{
		background: var(--background-default);
	}

	div.div_right_menu
	{
		position: relative;
		right: 0px;
		top: 0px;
		width: auto;
		border-left: none 2px #000000;
	}

	.footer-action
	{
		display: none;
	}

	div.Column1 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Column1 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Column1 > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Column2 > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.Column2 > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	/* OLD HELPcenter -- CAN DELETE*/

	div.div_HChome-tiles
	{
		grid-template-columns: repeat(1, 1fr);
	}

	/* END -- OLD HELPcenter -- CAN DELETE*/
	/* LAYOUT */

	.page-column-container
	{
		margin-right: 0;
	}

	.page-container
	{
		flex-direction: column;
		row-gap: var(--page-gap);
	}

	.page-container .div_menuproxy
	{
		flex: auto;
		width: 100%;
	}

	div.div_right_menu
	{
		position: relative;
		right: 0px;
		top: 0px;
		width: auto;
		border-left: none 2px #000000;
	}

	.footer-action
	{
		display: none;
	}

	div.Column1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Column1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Column1 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Column2 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Column2 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}
}

/* END -- DEVICE SPECIFIC*/
/* PRODUCT SPECIFIC*/

@media Nexus
{
	html
	{
		border-top: solid 4px #007dc3;
	}

	MadCap|breadcrumbsProxy
	{
		mc-breadcrumbs-prefix: 'Objective Nexus / ';
	}
}

@media ECM
{
	html
	{
		border-top: solid 4px #007dc3;
	}

	MadCap|breadcrumbsProxy
	{
		mc-breadcrumbs-prefix: 'Objective ECM / ';
	}
}

@media Gov365
{
	html
	{
		border-top: solid 4px #bd2030;
	}

	MadCap|breadcrumbsProxy
	{
		mc-breadcrumbs-prefix: 'Objective Gov365 / ';
	}
}

@media Connect
{
	html
	{
		border-top: solid 4px #00893E;
	}

	MadCap|breadcrumbsProxy
	{
		mc-breadcrumbs-prefix: 'Objective Connect / ';
	}
}

@media Trapeze
{
	html
	{
		border-top: solid 4px #5DA10C;
	}

	MadCap|breadcrumbsProxy
	{
		mc-breadcrumbs-prefix: 'Objective Trapeze / ';
	}

	p.see_also_head
	{
		margin-left: 10px;
		font-weight: bold;
		color: #3560C1;
		margin-top: 15px;
		padding-bottom: 0px;
		margin-bottom: 0px;
		padding-right: 50px;
		padding-top: 10px;
		line-height: 1em;
		width: var(--page-sidebar-width);
		Font: Noto Sans Regular;
	}

	p.see_also_list
	{
		margin-left: 10px;
		left: 10pt;
		margin-bottom: 0pt;
		line-height: 1em;
		width: var(--page-sidebar-width);
		padding-left: 0px;
		color: #3560C1;
		margin-top: 15px;
		padding-right: 0px;
		Font: Noto Sans Regular;
	}

	div.div_right_menu
	{
		position: absolute;
		right: 0px;
		padding-left: 0px;
		top: 50px;
		padding-right: 0px;
		font: #3560C1;
		color: #3560C1;
		border-left: none 0px #000000;
		width: var(--page-sidebar-width);
		margin-top: 15px;
		margin-left: 10px;
		font: Noto Sans Regular;
		line-height: 1em;
	}

	MadCap|xref.see_also
	{
		text-decoration: none;
		color: #3560c1;
	}

	div.row
	{
		height: auto;
	}

	a.secondary
	{
		color: #000000;
	}

	ul
	{
		padding-left: 80px;
	}
}

/* END -- PRODUCT SPECIFIC*/

@media PDF
{
	p
	{
		font-size: 9pt;
		color: #000000;
		font: HelveticaNeueLT Std Lt;
		line-height: 13pt;
		font-family: 'HelveticaNeueLT Std Lt';
		top: 12pt;
		bottom: 12pt;
	}

	h1
	{
		mc-auto-number-position: inside-head;
		mc-auto-number-offset: 1.25cm;
		mc-auto-number-format: 'CH:{chapnum}.   ';
		page-break-before: always;
		color: #32373f;
		font: HelveticaNeueLT Std Lt Cn;
		font-family: 'HelveticaNeueLT Std Lt Cn';
		font-size: 22pt;
		font-variant: small-caps;
		padding-top: 24pt;
		padding-bottom: 0pt;
		line-height: 18pt;
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	h2
	{
		font-family: 'HelveticaNeueLT Std Lt Cn';
		mc-auto-number-offset: 1.5cm;
		font: HelveticaNeueLT Std Lt Cn;
		mc-auto-number-format: 'CH:{chapnum}.{n+}   ';
		text-transform: uppercase;
		font-size: 18pt;
		color: #808080;
		line-height: 18pt;
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	h3
	{
		font-family: 'HelveticaNeueLT Std Lt Cn';
		font-size: 14pt;
		mc-auto-number-offset: 1.75cm;
		font: HelveticaNeueLT Std Lt Cn;
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n+}    ';
		text-transform: uppercase;
		line-height: 18pt;
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	h4
	{
		font-family: 'HelveticaNeueLT Std Lt Cn';
		font-size: 11pt;
		mc-auto-number-offset: 2cm;
		font: HelveticaNeueLT Std Lt Cn;
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n}.{n+}    ';
		text-transform: uppercase;
		line-height: 18pt;
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	body
	{
		line-height: 13pt;
		color: #000000;
		font: HelveticaNeueLT Std Lt;
		font-family: 'HelveticaNeueLT Std Lt';
		font-size: 9pt;
		bottom: 12pt;
		top: 12pt;
	}

	MadCap|pageFooter
	{
		font-family: 'HelveticaNeueLT Std Lt';
		font-size: 7pt;
	}

	p.TOC1
	{
		font-family: 'HelveticaNeueLT Std Lt Cn';
		font-size: 12pt;
		font-variant: small-caps;
		font-weight: normal;
		font: HelveticaNeueLT Std Lt Cn;
		color: #808080;
		mc-leader-format: '.';
	}

	p.TOC2
	{
		font-variant: normal;
		font-size: 9pt;
		margin-bottom: 3pt;
		margin-top: 3pt;
	}

	MadCap|tocProxy
	{
		border-top-style: none;
		border-top-color: transparent;
		border-top-width: 0px;
		mc-output-support: all-print;
		mc-toc-depth: 2;
	}

	MadCap|pageHeader
	{
		border-top: solid 2px #007dc3;
	}

	img.largeimage
	{
		max-width: 15cm;
		mc-float: center;
	}

	img.wideimage
	{
		max-width: 15cm;
		mc-float: center;
	}

	img
	{
		max-width: 15 cm;
		mc-float: center;
	}

	html
	{
		border-top: none 2px transparent;
	}

	ol
	{
		color: #000000;
		font: HelveticaNeueLT Std Lt;
		font-family: 'HelveticaNeueLT Std Lt';
		font-size: 9pt;
		list-style-type: decimal;
	}

	ul
	{
		font: HelveticaNeueLT Std Lt;
		font-family: 'HelveticaNeueLT Std Lt';
		font-size: 9pt;
		color: #000000;
	}

	li
	{
		color: #000000;
		font: HelveticaNeueLT Std Lt;
		font-family: 'HelveticaNeueLT Std Lt';
		font-size: 9pt;
	}

	li.TableList
	{
		font-size: 9pt;
	}

	p.TableText
	{
		font-size: 9pt;
	}

	p.CoverHeading
	{
		font: HelveticaNeueLT Std Lt Cn;
		font-size: 26pt;
		color: #32373f;
		bottom: 16pt;
		line-height: 12pt;
		top: 16pt;
		font-family: 'HelveticaNeueLT Std Lt Cn';
		text-transform: uppercase;
	}

	p.CoverProjectName
	{
		font-size: 10pt;
		bottom: 0pt;
		top: 0pt;
		margin-bottom: 0pt;
		margin-top: 0pt;
		padding-bottom: 0pt;
		font-family: 'HelveticaNeueLT Std Lt';
		text-transform: uppercase;
	}

	p.DocumentSubType
	{
		font: HelveticaNeueLT Std Lt Cn;
		font-family: 'HelveticaNeueLT Std Lt Cn';
		font-size: 22pt;
		color: #32373f;
		text-transform: uppercase;
	}

	div.div_pagenumber_footer
	{
		float: right;
	}

	span.go_right
	{
		text-align: right;
	}

	div.div_code_block
	{
		font-size: 9pt;
	}

	ul
	{
		font: HelveticaNeueLT Std Lt;
		font-family: 'HelveticaNeueLT Std Lt';
		font-size: 9pt;
		color: #000000;
	}

	div.div_right_menu
	{
		display: none;
	}

	MadCap|breadcrumbsProxy
	{
		display: none;
		border-bottom-color: transparent;
		color: #ffffff;
	}

	MadCap|dropDownHotspot
	{
		font-weight: bold;
		font-style: normal;
	}

	MadCap|dropDownHead
	{
		page-break-inside: avoid;
		page-break-after: avoid;
	}

	ol.no-break-before
	{
		page-break-before: avoid;
	}

	div.div_right_menuforStructure
	{
		display: none;
		mc-conditions: 'Default.HiddenText';
	}

	MadCap|xref.see_also
	{
		color: #3560c1;
	}
}

div.multimedia-object
{
	width: 560px;
	height: 315px;
	mc-Param_controls: "true";
	mc-Param_muted: "true";
	mc-Param_loop: "true";
	mc-Param_autoplay: "false";
	display: inline-block;
}

.float-left
{
	float: left;
	padding: 0px;
	padding-left: 0px;
	padding-right: 40px;
}

.float-right
{
	float: right;
	padding-left: 20px;
}

p.NumLevel1First
{
	mc-auto-number-position: inside-head;
	margin-left: 2cm;
}

