/*<meta conditions="" />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* Main Styles */

@font-face 
{
	font-family: FiraMono;
	src: url(../fonts/firamono-regular.woff2), url(../fonts/firamono-regular.woff), url(../fonts/firamono-regular.ttf);
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: FiraMono;
	src: url(../fonts/firamono-bold.woff2), url(../fonts/firamono-bold.woff), url(../fonts/firamono-bold.ttf);
	font-weight: bold;
	font-style: normal;
}

@font-face 
{
	font-family: FiraSans;
	src: url(../fonts/firasans-regular.woff2), url(../fonts/firasans-regular.woff), url(../fonts/firasans-regular.ttf);
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: FiraSans;
	src: url(../fonts/firasans-bold.woff2), url(../fonts/firasans-bold.woff), url(../fonts/firasans-bold.ttf);
	font-weight: bold;
	font-style: normal;
}

@font-face 
{
	font-family: FiraSans;
	src: url(../fonts/firasans-italic.woff2), url(../fonts/firasans-italic.woff), url(../fonts/firasans-italic.ttf);
	font-weight: normal;
	font-style: italic;
}

@font-face 
{
	font-family: FiraSans;
	src: url(../fonts/firasans-bolditalic.woff2), url(../fonts/firasans-bolditalic.woff), url(../fonts/firasans-bolditalic.ttf);
	font-weight: bold;
	font-style: italic;
}

@font-face 
{
	font-family: FiraSansSemiBold;
	src: url(../fonts/firasans-semibold.woff2), url(../fonts/firasans-semibold.woff), url(../fonts/firasans-semibold.ttf);
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: FiraSansSemiBold;
	src: url(../fonts/firasans-semibolditalic.woff2), url(../fonts/firasans-semibolditalic.woff), url(../fonts/firasans-semibolditalic.ttf);
	font-weight: normal;
	font-style: italic;
}

@font-face 
{
	font-family: Montserrat;
	src: url(../fonts/montserrat-regular.woff2), url(../fonts/montserrat-regular.woff), url(../fonts/montserrat-regular.ttf);
	font-weight: normal;
	font-style: normal;
}

a
{
	color: #025ba8;
	text-decoration: underline;
}

a:link
{
	color: #025ba8;
}

a:visited
{
	color: #025ba8;
}

a:hover
{
	text-decoration: none;
	color: #7ccef3;
}

ul.menu._Skins_xa_side_menu.mc-component li > a:hover
{
	text-decoration: underline;
}

ul.menu._Skins_xa_landing_menu.mc-component li > a:hover
{
	text-decoration: underline;
}

ul.menu._Skins_xa_side_headings.mc-component li > a:hover
{
	text-decoration: underline;
}

#pdf_guide a:hover
{
	background-color: #b53629;
}

a.glossaryTerm	/* Seems to be required for IE */
{
	color: #025ba8;
}

/* Changed by SM */

/*
a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: none;
}

a.MCBreadcrumbsLink:visited
{
	color: #025ba8;
}

a.MCBreadcrumbsLink:hover
{
	color: #7ccef3;
	text-decoration: underline;
}
*/

b,
strong
{
	font-weight: bold;
}

body
{
	color: #000000;
	/*	font-family: 'Fira Sans', FiraSans, sans-serif;*/
	font-family: 'Soleil', sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0;
	padding-bottom: 0 !important;
	/* Added as a test by Simone to strip spacing from body bottom */
}

.break
{
	word-break: break-all;
}

span.break,
span.breakHere
{
	display: inline-block;
}

.capitalize
{
	text-transform: capitalize;
}

.Center
{
	text-align: center;
}

code
{
	background: #eff0f1;
	font-family: 'fira code', 'proggy', monospace;
	font-size: 1em;
}

h3 + div.codeSnippet,
h4 + div.codeSnippet,
div.codeSnippet
{
	page-break-inside: avoid;
}

div.Example
{
	background-color: #ffffff;
	border: solid 2px #327828;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 20px;
	overflow: auto;
}

div.Example > p:last-child,
div.Example > ul:last-child,
div.Note > ul:last-child,
div.Warning > ul:last-child,
div.Tip > ul:last-child,
div.Example > ol:last-child,
div.Note > ol:last-child,
div.Warning > ol:last-child,
div.Tip > ol:last-child
{
	margin-bottom: 0;
}

div.Bob
{
	background-image: url('../images/branding/bob_xa.png');
	background-position: 99% 100%;
	background-repeat: no-repeat;
	min-height: 130px;
	padding-right: 115px;
}

div.ChartDiv
{
	border: 1px solid #e0e2e8;
	height: 400px;
	width: 100%;
}

div.ChartSelect
{
	padding: 10px;
	text-align: center;
}

div.ChartSelect input
{
	margin-left: 10px;
	margin-right: 5px;
}

/* Changes by SM */

/*div.half
{
	background: #ffffff;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-top: 20px;
	margin-bottom: 40px;
}*/

div.ControlFloatRight
{
	clear: both;
	float: right;
	margin-left: 10px;
	margin-top: 27px;
	padding: 5px;
}

div.ImagesFloatRight
{
	clear: both;
	float: right;
	margin-left: 10px;
	padding: 5px;
}

div.MCDropDownBody > p:first-child
{
	margin-top: 25px;
}

.dropDown
{
	margin-top: 30px;
}

/* Changed by SM */

#pdf_guide
{
	/*background-image: url('../images/icons/xa_pdf_guide_hover.png');
	clear: both;
	float: right;
	margin-left: 10px;
	margin-top: 6px;
	padding: 0;
	height: 22px;
	width: 103px;*/
}

#pdf_guide a
{
	position: relative;
	background-color: #DC3428;
	border: 1px solid #b53629;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block !important;
	font-size: 14px;
	padding: 5px 60px 5px 20px;
	border-radius: 5px;
	margin: 20px 0 30px 10px;
	transition: all ease 0.5s;
}

#pdf_guide a span
{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40px;
	background-color: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#pdf_guide a span svg
{
	position: absolute;
	top: 4px;
	right: 8px;
	max-width: 21px;
}

#pdf_guide img
{
	/*	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;*/
}

#pdf_guide img:hover
{
	opacity: 0;
}

div.Tip
{
	background-color: #ffffff;
	background-image: url('../images/icons/tip.png');
	background-position: 9px 14px;
	background-repeat: no-repeat;
	background-size: 31px;
	border: solid 2px #3A7E8C;
	margin: 30px 0;
	overflow: auto;
	padding: 10px 10px 10px 50px;
}

.TipInDiv
{
	mc-auto-number-format: '{b}{color #3A7E8C}Tip: {/color}{/b}';
}

div.Note
{
	background: url('../images/icons/note_xa.png') no-repeat 9px 14px #fff;
	background-size: 31px;
	border: solid 2px #284798;
	margin: 30px 0;
	overflow: auto;
	padding: 10px 10px 10px 50px;
}

.NoteInDiv
{
	mc-auto-number-format: '{b}{color #025ba8}Note: {/color}{/b}';
}

div.Warning
{
	background: url('../images/icons/warning.png') no-repeat 9px 14px #fff;
	background-size: 31px;
	border: solid 2px #E54846;
	margin: 30px 0;
	overflow: auto;
	padding: 10px 10px 10px 50px;
}

.WarningInDiv
{
	mc-auto-number-format: '{b}{color #E54846}Warning: {/color}{/b}';
}

div.Note p:first-child,
div.Tip p:first-child,
div.Warning p:first-child
{
	margin-top: 8px;
}

div.Note p:last-child,
div.Tip p:last-child,
div.Warning p:last-child
{
	margin-bottom: 8px;
}

div.Note + div.Example,
div + table,
table + div
{
	margin-top: 10px;
}

.dontBreak
{
	word-break: normal;
}

h1
{
	color: #414b5e;
	/*	font-family: Montserrat, sans-serif;*/
	font-size: 2.5em;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 8px;
	margin-top: 50px;
	padding-bottom: 10px;
}

h2
{
	color: #414b5e;
	/*	font-family: 'Fira Sans SemiBold', FiraSansSemiBold, sans-serif;*/
	font-size: 2em;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 35px;
	padding-top: 20px;
	/*	border: 1px solid red;*/
}

h3
{
	color: #414b5e;
	/*	font-family: 'Fira Sans SemiBold', FiraSansSemiBold, sans-serif;*/
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0.5em;
	padding-top: 20px;
	/*	border: 1px solid red;*/
}

h4
{
	color: #414b5e;
	/*	font-family: 'Fira Sans SemiBold', FiraSansSemiBold, sans-serif;*/
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0.5em;
	padding-top: 20px;
	/*	border: 1px solid red;*/
}

h5
{
	color: #414b5e;
	/*	font-family: 'Fira Sans SemiBold', FiraSansSemiBold, sans-serif;*/
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.15em;
	padding-top: 20px;
	/*	border: 1px solid red;*/
}

#headings_menu_container
{
	display: none;
}

i,
em
{
	font-style: italic;
}

img
{
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	page-break-before: avoid;
	page-break-inside: avoid;
}

img.ShrinkButton
{
	max-height: 2.5em;
	max-width: auto;
}

p.CenterImage > span
{
	font-size: 14px;
	display: block;
	padding-top: 10px;
}

li
{
	margin-top: 16px;
	margin-bottom: 16px;
	padding-left: 4px;
}

.lowercase
{
	text-transform: lowercase;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: .7em;
	font-style: italic;
	mc-breadcrumbs-count: 4;
	mc-breadcrumbs-prefix: 'You are here: ';
	padding-bottom: 0;
	margin-bottom: 0;
}

MadCap|dropDown
{
	mc-closed-image: url('../images/icons/dropdown_closed_xa.png');
	mc-open-image: url('../images/icons/dropdown_open_xa.png');
}

MadCap|dropDownHotspot
{
	color: #89328a;
	/*	font-family: 'Fira Sans', FiraSans, sans-serif;*/
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 20px;
	text-decoration: none;
}

MadCap|dropDownHotspot:hover
{
	color: #ce7cd0;
}

MadCap|glossaryTerm
{
	border-bottom: 1px dotted;
	color: #025ba8;
	font-weight: normal;
	mc-closed-image: none;
	mc-open-image: none;
	text-decoration: none;
}

MadCap|glossaryTerm:hover
{
	color: #7ccef3;
}

MadCap|popup
{
	color: #025ba8;
}

MadCap|popup:focus
{
	color: #025ba8;
}

MadCap|popup:hover
{
	color: #025ba8;
}

MadCap|popupHead
{
	color: #025ba8;
	font-weight: bold;
}

MadCap|relationshipsHeading.reference
{
	mc-label: 'Click a page for more information:';
	font-size: inherit;
	font-weight: inherit;
}

MadCap|relationshipsHeading.task
{
	font-size: inherit;
	font-weight: inherit;
	mc-label: 'Click a task for step-by-step instructions:';
}

MadCap|relationshipsProxy
{
	border-top-width: 0;
	padding-left: 0;
	padding-top: 0;
}

MadCap|xref
{
	color: #025ba8;
	mc-format: '{para}';
	text-decoration: underline;
}

MadCap|xref:hover
{
	text-decoration: none;
}

.MCTextPopupBody
{
	background-color: #025ba8;
	color: #ffffff;
}

.MCTextPopupArrow
{
	border-bottom-color: #025ba8;
}

.MCTextPopupBodyBottom .MCTextPopupArrow
{
	border-top-color: #025ba8;
}

.Optional
{
	mc-auto-number-format: '{i}(Optional) {/i}';
}

p
{
	margin-bottom: 20px;
	margin-top: 20px;
	orphans: 3;
	widows: 3;
}

p.CenterImage
{
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	page-break-before: avoid;
	page-break-inside: avoid;
}

.Pointer
{
	cursor: pointer !important;
}

table p.CenterImage
{
	margin-top: 25px;
	margin-bottom: 25px;
}

p.ExampleHeadText
{
	border: 0;
	color: #327828;
	font-weight: bold;
	letter-spacing: 5px;
	margin: 0;
	mc-auto-number-format: 'EXAMPLE';
	padding: 0;
	page-break-after: avoid;
}

p.DesignerControlFirstP
{
	min-height: 52px;
}

p.StepHeadText
{
	border: 0;
	color: #129AD9;
	font-weight: bold;
	letter-spacing: 5px;
	margin: 0;
	margin-top: 40px;
	margin-bottom: 40px;
	mc-auto-number-format: 'STEP {n+}';
	padding: 0;
	page-break-after: avoid;
}

p.taskItem_task_0
{
	display: list-item;
	list-style-image: url('../images/icons/bullet_1.png');
	margin-left: 40px;
}

pre
{
	background: #eff0f1;
	white-space: pre-wrap;
	word-wrap: break-word;
}

pre code
{
	background: none;
}

td pre
{
	padding: 1em;
	/*	font-family: 'Fira Mono', FiraMono, monospace;*/
	font-size: 0.9em;
}

#side_menu
{
	box-sizing: border-box;
	max-height: calc(100vh - 154px);
	padding-bottom: 40px;
}

span.DocLink
{
	font-style: italic;
}

span.FauxLink
{
	color: #025ba8;
	cursor: pointer;
	text-decoration: underline;
}

span.FieldValue
{
	/*	font-family: 'Fira Mono', FiraMono, monospace;*/
	font-size: 0.9em;
}

span.MCDropDownHead a
{
	color: #89328a;
	/* Seems to be required for IE */
}

span.Highlight
{
	background: #fffbcc;
}

span.SearchHighlight
{
	background-color: #ffea00;
}

span.SetOffFirstLevel,
span.SetOffSecondLevel
{
	color: #025ba8;
	font-weight: bold;
}

span.TableName
{
	text-transform: uppercase;
}

span.VidLink
{
	font-style: italic;
}

.UppercaseUserInterface
{
	font-weight: bold;
	text-transform: uppercase;
}

.UserInput,
.UserInterface
{
	font-weight: bold;
}

table
{
	font-size: 0.9em;
	border: 1px solid #d3e3f2;
	border-collapse: collapse;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
}

th
{
	border-bottom: none;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

table.NoBorder
{
	border: none;
}

table.CenteredFirstCol th:first-child
{
	text-align: center;
}

td
{
	padding: 10px;
	vertical-align: top;
}

td p:last-child
{
	margin-bottom: 0;
}

table.NoBorder td
{
	background: transparent;
	padding: 0;
	vertical-align: middle;
}

table.NoCodeBgFirstCol td:first-child
{
	min-width: 150px;
}

table.NoCodeBgFirstCol td:first-child code
{
	background: transparent;
	display: block;
}

table.CenteredFirstCol td:first-child
{
	text-align: center;
}

table.BoldFirstCol td:first-child
{
	font-weight: bold;
}

td > p,
td > pre
{
	margin-top: 0;
}

tbody > tr
{
	border-bottom: 1px solid #d3e3f2;
	border-collapse: collapse;
}

table td
{
	border-left: 1px solid #d3e3f2;
}

table td:first-child,
table.NoBorder td
{
	border-left: none;
}

table th
{
	border-left: 1px solid #d3e3f2;
}

table th:first-child,
table.NoBorder th
{
	border-left: none;
}

tbody > tr:nth-child(odd)
{
	background: #ffffff;
}

tbody > tr:nth-child(even)
{
	background: #f7fbff;
}

thead tr
{
	background: #55637d;
	color: #ffffff;
}

ul
{
	list-style-image: url('../images/icons/bullet_1.png');
	display: block;
	margin-left: 40px;
	padding-left: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}

ul ul
{
	margin-top: 15px;
	margin-bottom: 15px;
}

.uppercase
{
	text-transform: uppercase;
}

.videoContainer
{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
}

.videoContainer iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

MadCap|relationshipsItem
{
	font-size: 1em;
}

.hiddenOverflow
{
	overflow: hidden !important;
}

.sticky-menu
{
	max-width: none !important;
}

div#home
{
	margin: 12%;
	width: 65%;
}

iframe
{
	orphans: 4;
	widows: 3;
}

@media screen
{
	ol
	{
		display: block;
		list-style-type: none;
		margin-left: 40px;
		padding: 0;
		counter-reset: li-counter;
	}

	ol > li
	{
		position: relative;
		padding-left: 1.5em;
	}

	ol > li:before
	{
		position: absolute;
		top: -1px;
		left: -1.33em;
		width: 1.2em;
		height: 1.2em;
		line-height: 1.3;
		text-align: center;
		font-weight: bold;
		color: #ffffff;
		border: 3px solid #025ba8;
		border-radius: 50%;
		background-color: #025ba8;
		content: counter(li-counter);
		counter-increment: li-counter;
	}

	ol ol > li:before
	{
		border: 2px solid #7ccef3;
		background-color: #7ccef3;
		font-size: 0.9em;
		top: 1px;
	}

	ol > li.LargeButton:before
	{
		top: 0;
	}

	ol > li.LargeButtonC:before
	{
		top: 2px;
	}

	span.FieldName
	{
		text-transform: uppercase;
	}

	span.FieldName
	{
		
	}

	span.FieldName
	{
		
	}
}

/* logo stuff */
/* PDF styles */

.pdf-st0
{
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #DC3428;
}

.pdf-st1
{
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #B53629;
}

.pdf-st2
{
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #FFFFFE;
}

@media screen and (max-width: 1199px)
{
	div.Bob
	{
		background-image: none;
		min-height: 0;
		padding-right: 20px;
	}

	body
	{
		font-size: 1em;
	}

	ul
	{
		list-style-image: url('../images/icons/bullet_1_smaller.png');
	}
}

@media screen and (max-width: 767px)
{
	.HideInMobile
	{
		display: none;
	}
}

@media screen and (max-width: 480px)
{
	table.NoCodeBgFirstCol td:first-child
	{
		min-width: 100px;
	}
}

@media screen and (max-width: 380px)
{
	table.NoCodeBgFirstCol td:first-child
	{
		min-width: auto;
	}
}

@media print
{
	.Appendix
	{
		mc-auto-number-format: '';
	}

	.AvoidPageBreakAfter
	{
		page-break-after: avoid;
	}

	.AvoidPageBreakInside
	{
		page-break-inside: avoid;
	}

	.NotInToc
	{
		mc-auto-number-format: '';
		mc-heading-level: 0;
	}

	.PageBreakBefore
	{
		page-break-before: always;
	}

	.Small
	{
		font-size: 10pt;
		line-height: 1.3em;
	}

	body
	{
		font-size: 12pt;
		line-height: 1.7em;
		mc-hyphenate: never;
		orphans: 2;
		widows: 2;
	}

	#content
	{
		margin-top: 0 !important;
	}

	div.Bob
	{
		background-image: url('../images/branding/bob_xa_print.png');
		height: 1.7in;
		orphans: 8;
		page-break-inside: avoid;
		widows: 8;
	}

	div.Example
	{
		margin-bottom: 30px;
		margin-top: initial;
	}

	div.GlossaryPageHeading
	{
		display: none;
	}

	div.ImagesFloatLeft
	{
		margin-right: 25px;
	}

	div.ImagesFloatRight
	{
		margin-left: 25px;
	}

	div.Tip
	{
		background-size: 31px;
	}

	/* For unknown reasons, the Tip icon requires a background size to be 
	/ specified for both HTML5 and print outputs. 
	/ But the Note and Warning icons require the background size to be
	/ set to auto for the print output, else the image is repeated
	/ twice. 
	*/

	div.Note,
	div.Warning
	{
		background-position: 6px 10px;
		background-size: auto !important;
		padding-left: 40px;
		page-break-inside: avoid;
	}

	.dropDown
	{
		margin-top: initial;
	}

	#pdf_guide
	{
		display: none;
	}

	h1
	{
		font-size: 20pt;
		margin-top: 30px;
		mc-auto-number-format: 'GH:{n+}. ';
	}

	h1.Title
	{
		color: #000000;
		text-align: center;
	}

	h2
	{
		font-size: 16pt;
		margin-bottom: 20px;
		margin-top: 30px;
		mc-auto-number-format: 'GH:{n}.{n+} ';
	}

	h2.Subtitle
	{
		/*		font-family: Montserrat, sans-serif;*/
		margin: 0;
		text-align: center;
	}

	h3
	{
		font-size: 1.1em;
		margin-bottom: 4px;
		margin-top: 28px;
		mc-auto-number-format: 'GH:{n}.{n}.{n+} ';
	}

	h4
	{
		color: #025ba8;
		font-size: 1em;
		margin-top: 6px;
		margin-bottom: initial;
		mc-auto-number-format: 'GH:{n}.{n}.{n}.{n+} ';
	}

	img
	{
		max-width: 6.4in;
		vertical-align: baseline;
	}

	div.Example,
	div.Note,
	div.Tip,
	div.Warning
	{
		margin-top: 10px;
		margin-bottom: initial;
	}

	div.Example img,
	div.Note img,
	div.Tip img,
	div.Warning img
	{
		max-width: 6in;
	}

	div.Example img.ShrinkButton,
	div.Note img.ShrinkButton,
	div.Tip img.ShrinkButton,
	div.Warning img.ShrinkButton
	{
		max-width: auto;
	}

	div.MCDropDownBody > p:first-child
	{
		margin-top: 10px;
	}

	img.Landscape
	{
		max-width: 9in;
	}

	ol li img
	{
		padding-bottom: -4px;
	}

	li img.SmallInlineImage
	{
		padding-bottom: -3px;
	}

	li.InlineImage
	{
		vertical-align: -5px;
	}

	li.InlineSmallImage	/* for images with a height of 15 pixels */
	{
		vertical-align: -4px;
	}

	li.InlineSmallImage p
	{
		vertical-align: -3px;
	}

	li.InlineImage span
	{
		vertical-align: -5px;
	}

	li.InlineSmallImage span
	{
		vertical-align: -3px;
	}

	li p
	{
		padding-left: 4px;
		margin-left: -4px;
	}

	MadCap|dropDown
	{
		margin-top: 16px;
	}

	MadCap|dropDownHead
	{
		page-break-after: avoid;
	}

	MadCap|dropDownHotspot
	{
		color: #025ba8;
		/*		font-family: 'Fira Sans', FiraSans, sans-serif;*/
		font-size: 1em;
	}

	MadCap|glossaryProxy
	{
		border-top-width: 0;
		padding-left: 0;
		padding-top: 5px;
	}

	MadCap|tocProxy
	{
		border-top-width: 0;
		margin-top: 20px;
		padding-top: 0;
		font-size: 10pt;
		line-height: 1.4em;
	}

	MadCap|xref
	{
		color: #000000;
		mc-format: '{color #025ba8}{u}{para}{/u}{/color} {pageref}';
		text-decoration: none;
	}

	ol
	{
		display: block;
		list-style-type: decimal;
		margin-left: 40px;
		padding-left: 0;
		orphans: 3;
		widows: 3;
	}

	ol ol
	{
		list-style-type: lower-alpha;
	}

	ol ol ol
	{
		list-style-type: lower-roman;
	}

	p
	{
		margin-bottom: 16px;
		margin-top: 16px;
		widows: 2;
		orphans: 2;
	}

	p.TOC1,
	p.TOC2,
	p.TOC3,
	p.TOC4,
	p.TOC5
	{
		margin-bottom: 6px;
		margin-top: 6px;
	}

	p.CenterImage
	{
		margin-top: 24px;
		margin-bottom: 24px;
	}

	p.ExampleHeadText,
	p.StepHeadText
	{
		page-break-after: avoid;
	}

	p.StepHeadText
	{
		font-weight: normal;
		margin-top: 24px;
		margin-bottom: 16px;
	}

	#pdf_guide,
	#pdf_guide_link,
	#primaryHeader,
	#primaryFooter
	{
		display: none;
	}

	#pdf_guide
	{
		background-image: none;
	}

	span.InternalPdfHeading
	{
		color: #e54846;
		font-weight: bold;
	}

	table
	{
		font-size: 11pt;
	}

	table p.CenterImage
	{
		margin-top: 24px;
		margin-bottom: 24px;
	}

	div.Small table
	{
		font-size: 10pt;
	}

	div.Small td
	{
		padding: 7px;
	}

	table
	{
		margin-top: 10px;
		margin-bottom: 10px;
	}

	td img
	{
		margin-top: 0;
	}

	td
	{
		background: #ffffff;
		border-bottom: 1px solid #d3e3f2;
		border-left: 1px solid #d3e3f2;
		border-right: 1px solid #d3e3f2;
	}

	td:first-child
	{
		border-left: 1px solid #d3e3f2;
	}

	td:last-child
	{
		border-right: 1px solid #d3e3f2;
	}

	tr:last-child td
	{
		border-bottom: 1px solid #d3e3f2;
	}

	table.NoBorder td
	{
		border-bottom: none;
		border-left: none;
		border-right: none;
	}

	ul
	{
		list-style-image: none;
		list-style-type: none;
		margin-left: 0;
		margin-top: initial;
		margin-bottom: initial;
		padding-left: 0;
		orphans: 3;
		widows: 3;
	}

	ul ul
	{
		list-style-image: none;
		list-style-type: none;
		margin-left: 0;
		padding-left: 0;
	}

	ul li
	{
		background-image: url('../images/icons/bullet_1_print.png');
		background-position: left 8px;
		background-repeat: no-repeat;
		margin-left: 20px;
		padding-left: 20px;
	}

	div.Small ul li
	{
		background-position: left 4px;
	}

	span.FieldName
	{
		text-transform: uppercase;
	}

	div#home
	{
		width: 20ch;
		margin: 8% 10% 10% 15%;
		padding: 5%;
	}

	p.TOC1
	{
		widows: 0;
		orphans: 0;
	}

	p.TOC2
	{
		orphans: 0;
		widows: 0;
	}

	p.TOC3
	{
		orphans: 0;
		widows: 0;
	}

	p.TOC4
	{
		orphans: 0;
		widows: 0;
	}

	p.TOC5
	{
		orphans: 0;
		widows: 0;
	}

	p.TOC6
	{
		orphans: 0;
		widows: 0;
	}

	p.TOC7
	{
		orphans: 0;
		widows: 0;
	}

	p.TOC8
	{
		orphans: 0;
		widows: 0;
	}

	p.TOC9
	{
		orphans: 0;
		widows: 0;
	}
}

span.mc-variable.document_title
{
	font-style: italic;
}

a.linkAsXrefPDFonly
{
	mc-format: '{para}';
	mc-output-support: pdf;
}

a.MCBreadcrumbsLink,
a.MCBreadcrumbsLink:visited
{
	color: #fff;
}

/* Added styling for the condition InternalOnly so the content
// is highlighted for emphasis when published on 
// the staging site. Useful for SME reviews.
*/

[data-mc-conditions*="General.InternalOnly"]
{
	background-color: lightcoral;
	padding: 10px;
	border: 2px dashed #B53629;
}

/* Feedback button styles for the Jira Issue Collector */

.feedback-button,
.feedback-button:link,
.feedback-button:visited
{
	position: fixed;
	background: #1C934C;
	padding: 5px;
	border: 2px solid #1C934C;
	border-top: none;
	color: white;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	font-size: 0.8em;
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 50%);
	box-shadow: 0 0 5px rgb(0 0 0 / 50%);
	border-radius: 0 0 5px 5px;
}

.feedback-button:hover
{
	color: black;
	text-decoration: none;
}

.feedback-button.feedback-RIGHT
{
	left: 100%;
	top: 40%;
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin: top left;
	-moz-transform: rotate(90deg);
	-moz-transform-origin: top left;
	-ms-transform: rotate(90deg);
	-ms-transform-origin: top left;
	transform: rotate(90deg);
	transform-origin: top left;
}

.feedback-title
{
	margin-bottom: 0.5em;
	white-space: nowrap;
	font-weight: bold;
}

.feedback-trigger,
.feedback-trigger:link,
.feedback-trigger:visited
{
	color: white;
	text-decoration: none;
	text-align: center;
	margin: 0.5em;
	padding: 0.1em 0.4em;
	border-radius: .25em;
	font-size: .9em;
	white-space: nowrap;
	display: block;
	width: 11em;
}

.feedback-trigger:hover
{
	color: black;
	text-decoration: none;
}

