/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*===========================================================================================================================================================

Hello! If this is your first time looking at a stylesheet within the text editor view, what you are reading right now is a "comment". Comments are added throughout this stylesheet with the purpose of making the source code easier to understand, comments will not be interpreted during the compile process. Since comments are not interpreted during the compile process, feel free to add or remove any comments.

For help with MadCap Flare go to Help Ribbon > Topics Section > Open Help. Alternatively visit the Flare Online Help at help.madcapsoftware.com

If you have any questions regarding how to work with this stylesheet or template project, please contact MadCap Technical Support. 
https://www.madcapsoftware.com/support/contact-options.aspx

NOTE: Generally, this stylesheet has elements listed out in the order that they appear in the topic from top to bottom. The exception are General styles which are at the top and the stylesheet mediums which are at the bottom.

EXAMPLE: Since the search-bar is at the top of the topic page, it will be listed closer to the top of this stylesheet.

===========================================================================================================================================================*/

/*==Topic General Styles==*/

@font-face 
{
	font-family: 'imm_icons';
	src: url(../Fonts/imm_icons.ttf);
}

body
{
	color: #0b0f14;
	/*Zach from 404040 to 0b0f14*/
	line-height: 1.7em;
	font-family: Arial;
}

h1
{
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 8px;
	padding-bottom: 10px;
	margin-top: 30px;
	font-family: Arial;
	color: #448aff;
	/*Zach from 448aff  to 448aff */
}

h2
{
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 20px;
}

h3
{
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 16px;
}

h4
{
	
}

li
{
	margin-bottom: 6px;
	margin-top: 6px;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
	widows: 2;
	orphans: 2;
}

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
}

img.thumbnail
{
	mc-thumbnail: popup;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
	color: #448aff;
}

a.MCBreadcrumbsLink:visited
{
	color: #448aff;
	/*Zach from 448aff  to 448aff */
}

a.MCBreadcrumbsLink:hover
{
	color: #0b0f14;
	/*Zach from 000000 to #0b0f14*/
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: .7em;
	font-style: italic;
	mc-breadcrumbs-prefix: 'You are here: ';
}

MadCap|xref
{
	mc-format: '{para}';
	text-decoration: underline;
	color: #448AFF;
	font-weight: normal;
}

MadCap|xref:hover
{
	color: #448aff;
	/*Zach from 448aff  to #448aff */
}

MadCap|dropDownHotspot
{
	color: #448aff;
	/*Zach from 448aff  to #448aff */
}

MadCap|dropDownBody
{
	
}

MadCap|dropDown	/*Change the "mc-open-image" and "mc-closed-image" properties to change the icons used in drop-downs*/
{
	mc-open-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png');
	mc-closed-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png');
}

/*==Master Page Topic Layout==*/

nav.title-bar	/*Adds bottom border on top navigation bar*/
{
	border-bottom: 1px solid #d3d3d3;
}

div.top-bar	/*Contains the breadcrumbs and toolbar*/
{
	border-bottom: 1px solid #d3d3d3;
	min-height: 50px;
	/*Min-height is necessary for topics that are not included in a TOC*/
}

div.search-container
{
	padding-bottom: 20px;
}

/*==Elements for the left side of Master Page layout==*/

div.side-menu	/*This is the div that the menu proxy is contained in*/
{
	padding-left: 10px;
	margin-top: 15px;
}

div.side-content	/*This is the div for the side-content containing "Search Tips" and the "Contact Support" button*/
{
	padding-top: 10px;
}

MadCap|dropDownHead.side-content	/*Font properties for the "Search Tips" drop-down head */
{
	font-size: 1.1em;
	font-weight: bold;
}

div.cta	/*Call to action button/Contact Support button*/
{
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	padding: 2px 0px;
	border: 1px solid #448aff;
	/*Zach from 448aff  to #448aff */
	width: 162px;
	color: #448aff;
	/*Zach from 448aff  to #448aff */
	transition: all 0.5s cubic-bezier(.25,.8,.25,1);
	margin-top: 20px;
}

div.cta:hover	/*When hovering over the CTA button the following properties will apply*/
{
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	transform: scale(1.01);
}

a.cta:link
{
	color: #FFF;
	text-decoration: none;
}

a.cta:visited
{
	color: #FFF;
	text-decoration: none;
}

div.topic-layout	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.topic-layout::before
{
	content: ' ';
	display: table;
}

div.topic-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.topic-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.topic-layout > div:nth-child(1)	/*Menu Proxy container*/
{
	width: 25%;
	margin-left: 0%;
	border-right: 1px solid #d3d3d3;
}

div.topic-layout > div:nth-child(2)
{
	width: 73%;
	margin-left: 2%;
}

a
{
	color: #448aff;
}

a:link
{
	color: #448aff;
}

a:visited
{
	color: #448aff;
}

#resultList h3.title a:visited
{
	color: #0b0f14;
	text-decoration: underline;
}

a:focus
{
	color: #448aff;
}

#resultList h3.title a:focus
{
	color: #448aff;
	text-decoration: underline;
}

a:hover
{
	color: #448aff;
}

ul.menu._Skins_SideMenu.mc-component li > a:hover
{
	color: #448aff;
}

ul.sidenav li a:hover
{
	background-color: #448aff;
}

#pagination a:hover
{
	border-top: solid 1px #448aff;
}

ul.sidenav ul > li > a:hover
{
	background-color: #448aff;
}

ul.sidenav ul ul > li > a:hover
{
	background-color: #448aff;
}

ul.sidenav ul ul ul > li > a:hover
{
	background-color: #448aff;
}

ul.sidenav ul ul ul ul > li > a:hover
{
	background-color: #448aff;
}

ul.navigation li > a:hover
{
	color: #448aff;
}

ul.navigation ul > li > a:hover
{
	color: #448aff;
}

a:active
{
	color: #448aff;
}

#resultList h3.title a:active
{
	color: #0b0f14;
	text-decoration: underline;
}

MadCap|glossaryTerm
{
	color: #448aff;
}

h1.PdfCoverPageLine1
{
	color: #448aff;
	font-family: Arial;
	font-weight: normal;
	font-size: 36pt;
	margin-bottom: 0in;
	margin-top: 2in;
	mc-heading-level: 0;
	padding-bottom: 10px;
}

/*===========================================================================================================================================================
Styles after this point are styles that are for specific mediums. If any additional styles are added to this template they will be listed after mediums.
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
===========================================================================================================================================================*/

@media only screen and (max-width: 1279px)
{
	div.topic-layout > div:nth-child(1)
	{
		display: none;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
	}
}

@media only screen and (max-width: 767px)
{
	div.top-bar
	{
		min-height: 0;
	}

	div.topic-layout > div:nth-child(1)
	{
		display: none;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
	}
}

@media print
{
	MadCap|dropDownBody
	{
		border-bottom: none 2px transparent;
	}

	MadCap|xref
	{
		mc-format: '{para}';
	}

	p.title
	{
		color: #d3d3d3;
	}

	h1.titleRN
	{
		font-weight: normal;
		font-style: normal;
	}

	p.PdfHeader1
	{
		margin-top: 2px;
		font-family: Arial;
	}

	body
	{
		font-family: Arial;
	}

	h1.PdfCoverPageLine1
	{
		
	}

	h2
	{
		font-family: Arial;
	}

	MadCap|xref:focus
	{
		mc-format: '{para} {pageref}';
	}

	MadCap|xref:hover
	{
		mc-format: '{para} {pageref}';
	}

	MadCap|xref.ConceptPageNumber
	{
		mc-format: '{para} {pageref}';
	}

	MadCap|xref.TOCPageNumber
	{
		mc-format: '{para} {pageref}';
	}

	MadCap|xref.IndexPageNumber
	{
		mc-format: '{para} {pageref}';
	}

	MadCap|xref.ListOfPageNumber
	{
		mc-format: '{para} {pageref}';
	}

	MadCap|xref.RelLinkPageNumber
	{
		mc-format: '{para} {pageref}';
	}

	p
	{
		mc-hyphenate: never;
	}

	p.RN_doctype
	{
		font-weight: normal;
		font-style: normal;
		font-size: 12pt;
		color: #5f53ee;
	}

	span.note
	{
		font-weight: bold;
		font-style: normal;
	}

	p.stop
	{
		mc-auto-number-format: 'Stop: ';
		mc-auto-number-class: note;
	}

	p.note
	{
		mc-auto-number-format: 'Note: ';
		mc-auto-number-class: note;
	}
}

p.title
{
	color: #c0c0c0;
	font-size: 8pt;
	vertical-align: bottom;
	float: left;
	margin-top: 360px;
}

p.note
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #f8f8f8;
	/*Zach from f0f7fb to f8f8f8*/
	border: solid 1px #448aff;
	/*Zach from 448aff  to 448aff */
	border-radius: 6px;
	line-height: 18px;
	mc-auto-number-format: '{b}Note: {/b}';
	overflow: hidden;
	padding: 12px;
}

p.stop
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #fbebeb;
	border: solid 1px #b22222;
	border-radius: 6px;
	line-height: 18px;
	mc-auto-number-format: '{b}Stop: {/b}';
	overflow: hidden;
	padding: 12px;
}

h1.title
{
	font-size: 1em;
	page-break-after: avoid;
	page-break-before: avoid;
	margin-bottom: 8px;
	margin-top: 0;
	text-align: center;
	vertical-align: middle;
}

span.subtitle
{
	color: #000000;
}

h1.subtitle
{
	font-weight: normal;
	padding-bottom: 10px;
	font-family: Arial;
	color: #000000;
	page-break-before: avoid;
	page-break-after: avoid;
	text-align: center;
	vertical-align: middle;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 1.4em;
}

p.IeSettingBold
{
	font-weight: bold;
}

p.IeSettingsBoldRed
{
	font-weight: bold;
	color: #ff0000;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.IESettingsSeparatorRow
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	padding-left: 5px;
	padding-top: 0px;
}

p.ProcedureGuideArtwork
{
	margin-bottom: 8px;
	margin-top: 8px;
	text-indent: 0.5in;
	text-align: left;
	margin-left: 8px;
}

h1.Centered
{
	text-align: center;
}

img.BlkBorder1px
{
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
}

p.RN_footer
{
	color: #6d7c90;
	font-size: 7.5pt;
	margin-top: 0;
	margin-bottom: 0;
}

p.RN_doctype
{
	margin-top: 0;
	margin-bottom: 12pt;
}

h1.titleRN
{
	color: #6054ef;
	font-size: 20pt;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	line-height: 16pt;
	margin-bottom: 30pt;
	page-break-before: avoid;
	margin-top: 0;
}

h1.RN
{
	color: #6054ef;
	font-weight: bold;
	font-style: normal;
	page-break-before: avoid;
	text-align: left;
	margin-top: 8pt;
	line-height: 16pt;
	margin-bottom: 12pt;
	font-size: 13pt;
}

h2.RN
{
	font-weight: bold;
	font-style: normal;
	margin-top: 8pt;
	margin-bottom: 12pt;
	line-height: 16pt;
	font-size: 13pt;
}

h3.RN
{
	color: #6054ef;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	margin-top: 8pt;
	margin-bottom: 12pt;
	line-height: 16pt;
}

h4.RN
{
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	margin-top: 8pt;
	margin-bottom: 12pt;
	line-height: 16pt;
}

p.RN
{
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	margin-top: 6pt;
	line-height: 16pt;
	margin-bottom: 12pt;
}

li.RN
{
	font-size: 10pt;
	line-height: 16pt;
}

/*Zach Added Code March 12 2019*/

/*Commenting out .xref because it's overwriting madcapflare xref

.xref
{
	color: #448aff;
	font-weight: bold;
	text-decoration: underline;
} */

td.mcReset
{
	color: #448aff;
	font-style: italic;
}

ul.menu,
ul.menu ul,
ul.menu li
{
	line-height: 20px;
}

ul.menu._Skins_SideMenu.mc-component li > a
{
	color: #0b0f14;
}

ul.menu._Skins_SideMenu.mc-component ul ul > li > a
{
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.menu._Skins_SideMenu.mc-component li > a.selected
{
	color: #448aff;
}

ul.menu._Skins_SideMenu.mc-component li > a.selected:hover
{
	color: #448aff;
}

._Skins_TopicToolbar.mc-component .button
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: solid 1px #d3d3d3;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 22px;
	height: 22px;
	background: #f8f8f8;
}

@media only screen and (max-width: 767px)
{
	.title-bar-layout a.logo
	{
		width: 107px;
		height: 100px;
		-pie-background: transparent url('../Images/Assets/Logo/IMM eSign Logo.png') no-repeat center center;
	}

	.title-bar-layout .logo-wrapper
	{
		min-height: 100px;
	}

	.menu-icon-container
	{
		min-height: 100px;
	}
}

ul.navigation
{
	height: 100%;
	padding-top: 0;
	padding-bottom: 0;
	white-space: nowrap;
	z-index: 2;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-repeat: repeat;
	background-position: center center;
	color: #0b0f14;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
}

ul.navigation ul
{
	z-index: 1000;
	width: auto;
	margin: 0;
	padding: 10px 0 10px 0;
	position: absolute;
	background-color: #eeeeee;
}

ul.navigation ul ul
{
	top: 0;
	left: 100%;
	background-color: #dddddd;
}

ul.navigation a
{
	text-decoration: none;
	outline: none;
	color: #0b0f14;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
}

.title-bar-layout .logo-wrapper
{
	display: flex;
	flex: 0 1 auto;
	order: 1;
	min-height: 100px;
	align-self: center;
	justify-content: flex-start;
}

.title-bar-layout a.logo
{
	border: none;
	padding: 0;
	margin: 0;
	z-index: 1;
	display: block;
	width: 107px;
	height: 100px;
	align-self: center;
	-pie-background: transparent url('../Images/Assets/Logo/IMM eSign Logo.png') no-repeat center center;
}

.menu-icon-container
{
	min-height: 100px;
}

ul.navigation ul a
{
	color: #0b0f14;
}

ul.navigation ul ul ul
{
	background-color: #dddddd;
}

ul.navigation ul ul ul ul
{
	background-color: #dddddd;
}

ul.navigation li.is-expanded > a
{
	color: #448aff;
}

ul.navigation ul > li.is-expanded > a
{
	color: #448aff;
}

@media only screen and (max-width: 1279px)
{
	.title-bar-layout a.logo
	{
		top: 0;
		margin: 0;
		width: 107px;
		height: 100px;
		-pie-background: transparent url('../Images/Assets/Logo/IMM eSign Logo.png') no-repeat center center;
	}

	.title-bar-layout .logo-wrapper
	{
		min-height: 100px;
		flex-basis: 100%;
	}

	.menu-icon-container
	{
		min-height: 100px;
	}
}

span.bold
{
	font-weight: bold;
}

span.italic
{
	font-weight: normal;
	font-style: italic;
}

span.example
{
	font-weight: normal;
	font-style: normal;
	font-family: monospace;
}

div.hidden	/*temporary workaround to include search terms in topics that you don't want to show to the end user such as "inperson" */
{
	style: "visibility: hidden";
}

p.BoldUnderline
{
	margin-bottom: 8px;
	margin-top: 8px;
	text-decoration: underline;
	font-weight: bold;
}

p.WingDings	/*Just the WingDings font*/
{
	font-family: Wingdings;
}

p.IESettingsSeparatorRowRight
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	font-family: Arial;
	border-right: solid 1px #ffffff;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
}

p.IESettingsSeparatorRowLeft
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	font-family: Arial;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-left: solid 1px #ffffff;
}

img.GryBorder2px
{
	max-width: 100%;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #cfcfcf;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #cfcfcf;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #cfcfcf;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #cfcfcf;
}

p.ZachBlack	/*0B0F14*/
{
	color: #0b0f14;
}

img.CheckmarkFormatting
{
	max-width: 100%;
	text-align: center;
	width: 16px;
	padding-bottom: -4px;
	padding-top: 3px;
}

div.NoScroll
{
	overflow: visible;
	width: 98%;
}

div.scroll
{
	height: 250px;
	overflow: scroll;
	width: 100%;
}

img.CheckmarkFormatting1
{
	max-width: 100%;
	text-align: center;
	width: 16px;
	padding-bottom: -4px;
	padding-top: 3px;
	background: transparent;
}

p.bold
{
	margin-bottom: 8px;
	margin-top: 8px;
}

img.fiftypercent
{
	max-width: 50%;
}

td.TopAlign
{
	vertical-align: top;
}

p.RecurringTableBody
{
	text-align: left;
	vertical-align: top;
	line-height: 14pt;
	margin: 0 0 4pt 0;
}

p.Consolas
{
	font-family: Consolas;
}

span.DOSText
{
	font-family: monospace;
	font-weight: bold;
}

p.FyiTableColText
{
	line-height: normal;
}

ul.Level2
{
	list-style-type: circle;
}

ul.Level3
{
	list-style-type: square;
}

ul.Level4
{
	list-style-type: disc;
}

ul.Level5
{
	list-style-type: circle;
}

span.ScreenText
{
	font-family: monospace;
}

p.Courier12	/*Screen Text*/
{
	font-family: monospace;
	font-size: 12pt;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 10px;
}

p.FunctionListing_ImgingIndexService
{
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: 0;
	font-family: monospace;
	font-weight: bold;
}

p.FunctionParameterBreakdown_ImgingIndexService
{
	margin-bottom: 8px;
	margin-top: 8px;
}

p.FunctionExample_ImgingIndexService
{
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: 36px;
}

span.ConsolasText
{
	font-family: Consolas;
}

p.ItalicText
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-weight: normal;
	font-style: italic;
}

p.ConsolasShort	/*imaging systems.htm, Code Table*/
{
	font-family: Consolas;
	line-height: 0;
}

p.tableTopAlign
{
	vertical-align: top;
	margin-bottom: 0px;
	margin-top: 8px;
}

p.Hidden	/*Text will not display*/
{
	color: transparent;
}

.GlossaryExempt
{
	mc-disable-glossary-terms: true;
}

ul.ul2
{
	line-height: 12pt;
}

span.TmpltMgrIcons
{
	font-family: imm_icons;
	color: #005da6;
	font-size: 28pt;
}

p.TmpltMgrIconsBlue28
{
	font-family: imm_icons;
	font-size: 28pt;
	color: #005da6;
	text-align: center;
	vertical-align: top;
}

p.FunctionListing_XMLFileL1
{
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: 0;
	font-family: monospace;
	font-weight: bold;
}

p.FunctionListing_XMLFileL2
{
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: 16px;
	font-family: monospace;
	font-weight: bold;
}

p.FunctionListing_XMLFileL3
{
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: 32px;
	font-family: monospace;
	font-weight: bold;
}

p.FunctionListing_XMLFileL4
{
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: 48px;
	font-family: monospace;
	font-weight: bold;
}

p.FunctionListing_XMLFileL5
{
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: 64px;
	font-family: monospace;
	font-weight: bold;
}

p.FunctionListing_XMLFileL6
{
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: 80px;
	font-family: monospace;
	font-weight: bold;
}

p.FunctionIndentWrap
{
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: 20px;
	text-indent: -20px;
	font-family: monospace;
	font-weight: bold;
}

img.NumCallout1
{
	max-width: 100%;
	text-align: center;
	padding-bottom: -16px;
}

span.RN_footer
{
	font-size: 8pt;
}

p.RN_footer
{
	margin-bottom: 8px;
	margin-top: 8px;
}

p.RN_doctype
{
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 12pt;
	margin-top: 6px;
}

p.PdfHeader1
{
	font-size: 10pt;
	margin-bottom: .1px;
	padding-top: -6px;
}

h1.PdfContentsTitle
{
	color: #448aff;
	font-family: Arial;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 30px;
	mc-heading-level: 0;
	padding-bottom: 10px;
}

h2.h2PageBreakBefore
{
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 20px;
	page-break-before: always;
}

h2.PdfCoverPageLine2
{
	font-weight: normal;
	margin-bottom: 4px;
	mc-heading-level: 0;
	font-size: 20pt;
	margin-top: 0in;
}

h2.PdfCoverPageLine3
{
	font-weight: normal;
	text-align: right;
	mc-heading-level: 0;
	font-size: 24pt;
	margin-top: 40px;
	margin-bottom: 0px;
}

h2.PdfCoverPageLine4
{
	font-weight: normal;
	margin-bottom: 4px;
	text-align: right;
	mc-heading-level: 0;
	font-size: 24pt;
	margin-top: 0px;
}

table.Functions
{
	width: 100%;
	margin-left: 0;
	margin-right: auto;
}

p.RN_footer2
{
	color: #6d7c90;
	font-size: 7.5pt;
	margin-top: 0;
	margin-bottom: 0;
}

p.Note_RN
{
	widows: 2;
	orphans: 2;
	font-size: 9pt;
	margin-top: 6pt;
	margin-bottom: 2pt;
	color: #797979;
}

p.Note_RN2
{
	widows: 2;
	orphans: 2;
	font-size: 9pt;
	margin-top: 6pt;
	margin-bottom: 2pt;
	color: #797979;
}

/*#myBtn and #myBtn:Hover are from https://help.madcapsoftware.com/flare2021r2/Content/Flare/Tutorials/JavaScript-Tutorials/Back-Top-Button-Tutorial/Back-Top-Button-Tutorial.htm
Used by Resources/Scripts/Scroll-Button.js (Created/edited with Notepad++)
Links to script inserted on bottom (blank) line on long topics. */

#myBtn
{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	font-weight: bold;
	border: none;
	outline: none;
	color: #555;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	background-position: center;
	background-repeat: no-repeat;
}

#myBtn:hover
{
	background-color: transparent;
}

