/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body
{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

a,
a:link
{
	color: #00597E;
}

a:hover,
a:focus
{
	color: #1A97C7;
}

a:active
{
	color: #004461;
}

/* Image styles */

img
{
	border: none;
	max-width: 100%;
}

img.inline
{
	/* Properties set post-build */
}

img.third
{
	border: 1px solid #C1C2C6;
	border-radius: 2px;
	width: 30%;
}

img.half
{
	border: 1px solid #C1C2C6;
	border-radius: 2px;
	width: 50%;
}

img.full
{
	border: 1px solid #C1C2C6;
	border-radius: 2px;
	width: 100%;
}

img.thumbnail
{
	border: 1px solid #C1C2C6;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: 150px;
	mc-thumbnail-max-width: 200px;
}

img.nineforty
{
	border: 1px solid #C1C2C6;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 940px;
}

p.imageTitle
{
	color: #424143;
	font-family: 'Open Sans SemiBold';
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.43px;
	margin-bottom: 8px;
	page-break-after: avoid;
}

p.imageDescription
{
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0px;
	margin-bottom: 8px;
	margin-top: 8px;
	color: #424143;
	page-break-after: avoid;
}

/* Paragraph styles */

p
{
	color: #424143;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 4px;
	margin-top: 4px;
}

li p
{
	line-height: normal;
}

p.bodytext
{
	/* font-size: 1em;
	font-style: normal;
	margin-bottom: 15px;
	margin-top: 15px; */
}

p.beforeyoubegin
{
	background-image: url('../Custom/Images/Assets/ic-procedure-header.svg');
	background-repeat: no-repeat;
	background-position: left center;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #00597E;
	font-weight: normal;
	padding-left: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
	mc-next-tag: p;
	mc-next-class: bodytext;
	page-break-before: avoid;
	page-break-after: avoid;
}

p.procedureheading
{
	background-image: url('../Custom/Images/Assets/ic-procedure-steps-header.svg');
	background-repeat: no-repeat;
	background-position: left center;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #00597E;
	padding-left: 35px;
	margin-bottom: 20px;
	margin-top: 20px;
	mc-next-tag: p;
	mc-next-class: bodytext;
	page-break-before: avoid;
	page-break-after: avoid;
}

ol.procedureSteps
{
	page-break-before: avoid;
}

/* Heading styles */

h1,
h1.heading1
{
	/* border-bottom: 1px solid #FF9933; */
	color: #00597E;
	font-family: 'Open Sans', sans-serif;
	font-size: 48px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 20px;
	page-break-after: avoid;
}

h2,
h2.heading2
{
	/* border-bottom: 1px solid rgb(255, 232, 208); */
	color: #00597E;
	font-family: 'Open Sans', sans-serif;
	font-size: 35px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
	page-break-after: avoid;
}

h3,
h3.heading3
{
	color: #00597E;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 20px;
	page-break-after: avoid;
	mc-heading-level: 0;
}

h4,
h4.heading4
{
	color: #00597E;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 20px;
	page-break-after: avoid;
	mc-heading-level: 0;
}

h5,
h5.heading5
{
	color: #00597E;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 20px;
	page-break-after: avoid;
	mc-heading-level: 0;
}

h6,
h6.heading6
{
	color: #00597E;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 1em;
	page-break-after: avoid;
	mc-heading-level: 0;
}

/* Color tags for API docs */

span.api-tag
{
	background-color: #2a50ca;
	color: white;
	border-radius: 5px;
	padding: 1px 5px;
	margin-right: 5px;
	font-size: 13px;
	font-weight: 600;
}

/* Notes */

p.note
{
	font-size: 1em;
}

div.note
{
	background-color: #FAFAFB;
	border: #C1C2C6 solid 1px;
	border-left: solid 5px #1A97C7;
	border-radius: 2px;
	color: #424143;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding: 0px 10px 10px 10px;
	margin: 20px 0px 30px 0;
	page-break-inside: avoid;
}

div.note:before
{
	background: url('../Custom/Images/Assets/ic-note.svg') no-repeat left center;
	color: #1A97C7;
	content: 'Note';
	display: block;
	font-family: 'Open Sans Semibold';
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0 10px 30px;
}

div.example
{
	background-color: #FAFAFB;
	border: #C1C2C6 solid 1px;
	border-left: solid 5px #567F00;
	border-radius: 2px;
	color: #424143;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding: 0px 10px 10px 10px;
	margin: 20px 0px 30px 0;
	page-break-inside: avoid;
}

div.example:before
{
	background: url('../Custom/Images/Assets/ic-example.svg') no-repeat left center;
	color: #567F00;
	content: 'Example';
	display: block;
	font-family: 'Open Sans Semibold';
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0 10px 40px;
}

p.notecontinue
{
	font-size: 1em;
}

li.notebullet
{
	font-size: 1em;
	list-style: square;
}

p.tablenote
{
	font-size: 1em;
	margin-left: 0.1cm;
	margin-right: 0.1cm;
}

ul.listnotebullet
{
	font-size: 1em;
}

li.listnotebullet
{
	font-size: 1em;
	list-style: square;
	margin-left: 15pt;
}

ul.listnote
{
	font-size: 1em;
}

/* Examples */

p.example
{
	color: #424143;
	font-size: 16px;
}

p.examplecontinue
{
	color: #424143;
	font-size: 16px;
}

li.examplelistbullet
{
	color: #424143;
	font-size: 16px;
	list-style: square;
}

p.listexample
{
	color: #424143;
	font-size: 16px;
	margin-left: 20px;
}

li.examplelistbullet p,
li.listexample p,
li.listexamplecontinue p
{
	color: #424143;
}

p.tableexample
{
	color: #424143;
	font-size: 1em;
	margin-left: 0.1cm;
	margin-right: 0.1cm;
}

p.tableexamplecontinue
{
	color: #424143;
	font-size: 1em;
	margin-left: 0.1cm;
	margin-right: 0.1cm;
}

span.examplebold
{
	color: #424143;
	font-weight: bold;
}

span.SearchHighlight1,
span.SearchHighlight2,
span.SearchHighlight3,
span.SearchHighlight4,
span.SearchHighlight5,
span.SearchHighlight6,
span.SearchHighlight7,
span.SearchHighlight8,
span.SearchHighlight9,
span.SearchHighlight10
{
	background-color: #FFF700;
}

/* Table styles */

p.tableheading,
th > p
{
	color: #424143;
	font-family: 'Open Sans Semibold';
	font-size: 18px;
	font-weight: normal;
	margin-left: 0cm;
	margin-right: 0cm;
}

p.tablebodytext,
td,
td p,
td li
{
	color: #424143;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin-left: 0cm;
	margin-right: 0cm;
}

td > p
{
	padding-left: 2pt;
}

ul.tablelistbullet,
td > ul
{
	margin-right: 0.1cm;
	margin-left: 0.1cm;
	padding-left: 13pt;
}

li.tablelistbullet,
td ul > li
{
	font-size: 1em;
	list-style: square;
}

li.tablelistcontinue
{
	font-size: 1em;
	list-style: none;
}

ul.tablenotebullet
{
	list-style: square;
}

li.tablenotebullet
{
	font-size: 1em;
}

tr
{
	page-break-inside: avoid;
}

Table.TableStyle-TablesBreakRows tr
{
	page-break-inside: auto;
}

/* General lists */

ul,
ol
{
	list-style-position: outside;
	padding-left: 20px;
}

li
{
	color: #424143;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: normal;
}

ul > li
{
	list-style: square;
}

ul > li > ul > li
{
	list-style: disc;
}

ul > li > ul > li > ul > li
{
	list-style: circle;
}

ul,
ol
{
	margin-bottom: 4px;
	margin-top: 4px;
}

li
{
	margin-bottom: 4px;
	margin-top: 4px;
}

ol > li > ol > li
{
	list-style: lower-alpha;
}

ul,
ol
{
	page-break-before: avoid;
}

/* AuthorIT imported bullet lists */

ul.listbullet
{
	font-size: 1em;
}

li.listbullet,
ul.listbullet > li
{
	font-size: 1em;
	list-style: square;
}

ul.listbullet2
{
	margin-left: 15pt;
}

li.listbullet2,
ul.listbullet2 > li
{
	font-size: 1em;
	list-style: disc;
}

li.listcontinue,
li.listcontinue2,
li.listcontinue3
{
	font-size: 1em;
	list-style: none;
}

ul.listbullet3
{
	margin-left: 30pt;
}

li.listbullet3,
ul.listbullet3 > li
{
	font-size: 1em;
	list-style: circle;
}

ol.listnumber
{
	
}

li.listnumber,
ol.listnumber > li
{
	font-size: 1em;
}

ol.listalpha
{
	list-style: lower-alpha;
	margin-left: 15pt;
}

li.listalpha,
ol.listalpha > li
{
	font-size: 1em;
}

ol.listalpha2
{
	list-style: lower-alpha;
	margin-left: 30pt;
}

li.listalpha2
{
	font-size: 1em;
}

ul > li.listcontinue,
ul > li.listcontinue2,
ul > li.listcontinue3,
ol > li.listcontinue,
ol > li.listcontinue2,
ol > li.listcontinue3
{
	list-style: none !important;
}

ul > li.listexample,
ol > li.listexample
{
	color: #008000;
	font-size: 1em;
	list-style: none !important;
}

ul > li.listexamplecontinue,
ol > li.listexamplecontinue
{
	color: #008000;
	font-size: 1em;
	list-style: none !important;
}

li.listnote,
ul.listnote > li
{
	font-size: 1em;
	list-style: none !important;
}

li.listnotecontinue,
ul.listnotecontinue > li
{
	font-size: 1em;
	list-style: none !important;
}

/* Character styles */

span.code
{
	font-family: 'Courier New';
	font-size: 1.1em;
}

span.emphasis
{
	font-style: italic;
}

span.notebold
{
	font-weight: bold;
}

span.strong
{
	font-weight: bold;
}

/* Pagination styles */

.kwn
{
	page-break-after: avoid;
}

div.keeptogether
{
	page-break-inside: avoid;
}

/* Drop downs */

MadCap|dropDown
{
	padding-bottom: 0px;
	padding-top: 20px;
	margin-bottom: 10px;
}

/* Code snippets */

MadCap|codeSnippetcaption
{
	text-decoration: none;
	margin-top: 45px;
}

/* Legacy website buttons - not applicable for Flare */

/*
p.relatedheading
{
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 12px;
	padding-bottom: 6px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 6px;
}

p.relateditem
{
	color: #000000;
	font-family: Tahoma;
	font-size: 10pt;
	font-style: normal;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 3pt;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
} */

@media print
{
	/* Print - Paragraph styles */

	body,
	p,
	li
	{
		font-size: 11pt;
		mc-hyphenate: never;
	}

	p
	{
		padding: 4px 0;
		line-height: 24px;
	}

	p.covertitle
	{
		color: white;
		font-family: 'Open Sans', sans-serif;
		font-size: 23px;
		font-weight: 700;
		margin-top: 10px;
		padding: 0;
	}

	p.coverdocname
	{
		color: white;
		font-family: 'Open Sans', sans-serif;
		font-size: 54px;
		font-weight: 700;
		line-height: 70px;
		padding: 0;
	}

	p.coverversion
	{
		color: white;
		font-family: 'Open Sans', sans-serif;
		font-size: 28px;
		font-weight: 700;
		margin-top: 20px;
		padding: 0;
	}

	p.coverdate
	{
		color: white;
		font-family: 'Open Sans';
		font-size: 18px;
		font-weight: 700;
		padding: 0;
	}

	p.coverspacer
	{
		font-size: 6px;
		width: 82px;
		border-bottom: solid 2px #F86E00;
		margin-bottom: 20px;
		line-height: normal;
		padding: 0;
	}

	p.header
	{
		font-family: 'Open Sans', sans-serif;
		font-size: 20px;
		font-weight: 300;
		color: #414042;
		line-height: normal;
		padding: 0 0 0 5pt;
	}

	p.headerright
	{
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		color: #424143;
		text-align: right;
		line-height: normal;
		padding: 0;
	}

	p.chapterheaderright
	{
		color: white;
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
		font-size: 24px;
		margin-right: 46px;
		text-align: right;
		padding-top: 36px;
		line-height: normal;
		padding-bottom: 0;
	}

	p.chapterheaderleft
	{
		color: white;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		margin-left: 160px;
		text-align: left;
		font-size: 26px;
		padding-top: 36px;
		line-height: normal;
		padding-bottom: 0;
	}

	p.footer
	{
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		font-weight: 600;
		color: #4E5154;
		text-align: right;
		line-height: normal;
		padding: 0;
	}

	MadCap|TOCProxy
	{
		border-top-style: none;
		margin: 0;
		padding: 0;
	}

	h1.contents
	{
		color: #0D131A !important;
		font-family: 'Open Sans', sans-serif;
		font-size: 18px;
		margin: 0 !important;
		mc-heading-level: 0;
	}

	p.contentspacer
	{
		font-size: 2px;
		padding: 0;
		width: 82px;
		border-bottom: solid 2px #666666;
		margin-bottom: 20px;
		margin-top: 4px;
		line-height: normal;
	}

	p.TOC1
	{
		color: #00597E;
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		line-height: 32px;
		padding: 4px 0;
	}

	p.TOC2,
	p.TOC3,
	p.TOC4,
	p.TOC5,
	p.TOC6
	{
		color: #0D131A;
		font-size: 11px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		line-height: 32px;
		padding: 4px 0;
	}

	/* Heading styles */

	h1,
	h1.heading1
	{
		margin-top: 0pt;
		mc-heading-level: 1;
		line-height: normal;
		font-size: 36px;
	}

	h2,
	h2.heading2
	{
		font-size: 32px;
	}

	h3,
	h3.heading3
	{
		font-size: 28px;
	}

	h4,
	h4.heading4
	{
		font-size: 24px;
	}

	h5,
	h5.heading5
	{
		font-size: 20px;
	}

	h6,
	h6.heading6
	{
		font-size: 16px;
	}

	div.note:before
	{
		background: url('../Custom/Images/Assets/ic-note.png') no-repeat left center;
	}

	div.example:before
	{
		background: url('../Custom/Images/Assets/ic-example.png') no-repeat left center;
	}

	ol
	{
		padding-left: 14pt;
	}

	ul
	{
		padding-left: 16pt;
	}

	li p
	{
		padding: 0 0 4pt 0;
		line-height: normal;
	}

	ul > li > p
	{
		padding-top: -2px;
	}

	ul > li > ul > li > p
	{
		padding-top: 0px;
	}

	img.inline
	{
		max-height: 19px;
	}

	MadCap|xref
	{
		color: #00597E;
		text-decoration: underline;
	}

	/* Print - Notes */

	/*
	li.notebullet
	{
		font-size: 1em;
		list-style: square;
	}

	li.listnotebullet
	{
		font-size: 1em;
		list-style: square;
		margin-left: 13pt;
	}

	p.tablenote
	{
		font-size: 1em;
		margin-left: 0;
		margin-right: 0;
	} */

	/* Print - Examples */

	/* 
	li.examplelistbullet
	{
		color: #00a69e;
		font-size: 1em;
		list-style: square;
		margin-left: 1.78cm;
	}

	p.listexample
	{
		color: #00a69e;
		font-size: 1em;
		margin-left: 2.35cm;
		text-indent: -1.9cm;
	}

	ul > li.listexample,
	ol > li.listexample
	{
		color: #00a69e;
		list-style: none !important;
		margin-left: 1.66cm;
		text-indent: -1.66cm;
	}

	li.listexamplecontinue,
	ul > li.listexamplecontinue,
	ol > li.listexamplecontinue
	{
		color: #00a69e;
		font-size: 1em;
		list-style: none !important;
		margin-left: 1.66cm;
	}

	li.examplelistbullet p,
	li.listexample p,
	li.listexamplecontinue p
	{
		color: #00a69e;
	}

	p.tableexample
	{
		color: #00a69e;
		font-size: 1em;
		margin-left: 1.66cm;
		margin-right: 0cm;
		text-indent: -1.66cm;
	}

	p.tableexamplecontinue
	{
		color: #00a69e;
		font-size: 1em;
		margin-left: 1.66cm;
		margin-right: 0cm;
	}

	span.examplebold
	{
		color: #00a69e;
		font-weight: bold;
	} */

	/* Print - Table Styles */

	/* 
	p.tableheading,
	th > p
	{
		color: #2a2a2a;
		font-family: Tahoma, sans-serif;
		font-size: 1em;
		font-weight: bold;
		margin-left: 0;
		margin-right: 0;
	}

	p.tablebodytext,
	td p,
	td li
	{
		color: #000000;
		font-family: Tahoma, sans-serif;
		font-size: 1em;
		margin-left: 0;
		margin-right: 0;
	}

	td > p
	{
		padding-left: 4pt;
	}

	ul.tablelistbullet,
	td > ul,
	td > ol
	{
		margin-left: 0;
		margin-right: 0;
		padding-left: 18pt;
	}

	li.tablelistbullet,
	td ul > li
	{
		font-size: 1em;
		list-style: square;
	}

	li.tablelistcontinue
	{
		margin-left: 0;
		margin-right: 0;
	}

	ul.tablenotebullet
	{
		list-style: square;
	}

	li.tablenotebullet
	{
		font-size: 1em;
	}

	*/

	/* Print - General lists */

	/*

	ul
	{
		padding-left: -0.5cm;
	}

	ol
	{
		padding-left: -0.5cm;
	}

	li
	{
		color: black;
		font-family: Tahoma, sans-serif;
		font-size: 10pt;
		line-height: normal;
	}

	ul,
	ol,
	li
	{
		margin-bottom: 6pt;
		margin-top: 6pt;
	}

	ul > li
	{
		list-style: square;
	}

	ul > li > ul > li
	{
		list-style: disc;
	}

	ul > li > ul > li > ul > li
	{
		list-style: circle;
	}

	ol > li > ol > li
	{
		list-style: lower-alpha;
	}

	li.listbullet,
	ul.listbullet > li
	{
		font-size: 1em;
		list-style: circle;
	}

	li.listbullet2,
	ul.listbullet2 > li
	{
		list-style: disc;
	}

	ul.listbullet2
	{
		margin-left: 46pt;
	}

	li.listbullet3,
	ul.listbullet3 > li
	{
		list-style: circle;
	}

	ul.listbullet3
	{
		margin-left: 62pt;
	}

	ol.listalpha
	{
		margin-left: 46pt;
	}

	ol.listalpha2
	{
		margin-left: 62pt;
	}

	ul > li.listcontinue,
	ul > li.listcontinue2,
	ul > li.listcontinue3,
	ol > li.listcontinue,
	ol > li.listcontinue2,
	ol > li.listcontinue3
	{
		list-style: none !important;
	}

	ul > li.listexample,
	ol > li.listexample
	{
		list-style: none !important;
	}

	ul > li.listexamplecontinue,
	ol > li.listexamplecontinue
	{
		list-style: none !important;
	}

	ul > li.listnote,
	ol > li.listnotecontinue
	{
		list-style: none !important;
	}

	ul > li.listnotecontinue,
	ol > li.listnotecontinue
	{
		list-style: none !important;
	} */
}

MadCap|xref.IndexPageNumber
{
	mc-format: '{step}';
}

MadCap|xref
{
	mc-format: '{paratext}';
}

/*<meta sourceDocument="L:\IDD_Users\Jonathan\IDD_Procedure_Manual.docx" />*/

p.p_1
{
	color: #424143;
	line-height: 24px;
	letter-spacing: -0.43px;
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 35pt;
	text-indent: -17pt;
	font-family: 'Courier New';
	font-size: 11pt;
}

ol.ol_1
{
	page-break-before: avoid;
	color: #424143;
	line-height: 24px;
	letter-spacing: -0.43px;
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 35pt;
	text-indent: -17pt;
	font-family: 'Courier New';
	font-size: 11pt;
}

ul.ul_1
{
	color: #424143;
	line-height: 24px;
	letter-spacing: -0.43px;
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 35pt;
	text-indent: -17pt;
	font-family: 'Courier New';
	font-size: 11pt;
}

li.li_1
{
	color: #424143;
	line-height: 24px;
	letter-spacing: -0.43px;
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 35pt;
	text-indent: -17pt;
	font-family: 'Courier New';
	font-size: 11pt;
}

td.td_1
{
	color: #424143;
	margin-right: 0cm;
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 35pt;
	text-indent: -17pt;
	font-family: 'Courier New';
	font-size: 11pt;
	vertical-align: top;
}

span.SpecialBold
{
	font-weight: bold;
	letter-spacing: 0pt;
}

span.HotSpot
{
	color: #0033CC;
	text-decoration: none;
}

span.Code_1
{
	font-family: 'Courier New';
	letter-spacing: 0pt;
	font-size: 11pt;
}

p.p_2
{
	page-break-after: avoid;
}

img.img_1
{
	z-index: 1;
	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: absolute;
	mso-position-horizontal-relative: text;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: page;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: page;
	mso-height-relative: page;
	margin-left: 0pt;
	width: 816px;
	height: 309px;
}

ul.ul_2
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 18pt;
}

li.li_2
{
	margin-left: 36pt;
}

ul.ul_3
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 35pt;
}

a.Hyperlink
{
	color: #0563C1;
	text-decoration: underline;
}

li.procedureheading
{
	background-image: url('../Custom/Images/Assets/ic-procedure-steps-header.svg');
	background-repeat: no-repeat;
	background-position: left center;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #00597E;
	padding-left: 35px;
	margin-bottom: 20px;
	margin-top: 20px;
	mc-next-tag: p;
	mc-next-class: bodytext;
	page-break-before: avoid;
	page-break-after: avoid;
}

span.Hyperlink
{
	color: #0563C1;
	text-decoration: underline;
}

p.Beforeyoubegin_1
{
	background-image: url('../Custom/Images/Assets/ic-procedure-header.svg');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	mc-next-tag: p;
	mc-next-class: bodytext;
	page-break-before: avoid;
	page-break-after: avoid;
	font-size: 12pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
	text-indent: 0pt;
	margin-left: 0pt;
	font-family: Tahoma;
	font-weight: normal;
	color: #F76E00;
}

li.procedureheading_1
{
	background-image: url('../Custom/Images/Assets/ic-procedure-steps-header.svg');
	background-repeat: no-repeat;
	background-position: left center;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #00597E;
	padding-left: 35px;
	margin-bottom: 20px;
	margin-top: 20px;
	mc-next-tag: p;
	mc-next-class: bodytext;
	page-break-before: avoid;
	page-break-after: avoid;
	margin-left: 18pt;
}

ul.ul_4
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 36pt;
}

ol.ol_2
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 34pt;
}

ol.ol_3
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 17pt;
}

span.strong_1
{
	font-weight: normal;
}

img.img_2
{
	visibility: visible;
	mso-wrap-style: square;
	width: 25px;
	height: 23px;
}

p.p_3
{
	font-weight: normal;
}

li.li_3
{
	font-weight: normal;
}

pre.pre_1
{
	font-weight: bold;
}

ol.ol_4
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 51pt;
}

ul.ul_5
{
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 54pt;
}

img.img_3
{
	visibility: visible;
	mso-wrap-style: square;
	width: 15px;
	height: 15px;
}

p.p_4
{
	font-weight: bold;
	color: #00A69E;
}

span.span_1
{
	color: #00A69E;
}

p.p_5
{
	margin-left: 17pt;
}

p.p_6
{
	margin-left: 17pt;
	color: #00A69E;
}

ol.ol_5
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 17pt;
}

p.p_7
{
	color: #00A69E;
}

span.span_2
{
	color: #0461C1;
}

img.img_4
{
	visibility: visible;
	mso-wrap-style: square;
	width: 16px;
	height: 15px;
}

ul.ul_6
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 18pt;
}

p.p_8
{
	font-family: Calibri;
}

li.li_4
{
	font-family: Calibri;
}

img.img_5
{
	visibility: visible;
	mso-wrap-style: square;
	width: 456px;
	height: 321px;
}

p.p_9
{
	font-weight: bold;
}

img.img_6
{
	visibility: visible;
	mso-wrap-style: square;
	width: 438px;
	height: 326px;
}

img.img_7
{
	visibility: visible;
	mso-wrap-style: square;
	width: 445px;
	height: 120px;
}

p.p_10
{
	margin-left: 108pt;
}

img.img_8
{
	left: 0;
	text-align: left;
	z-index: 1;
	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: absolute;
	mso-position-horizontal-relative: page;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: page;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: margin;
	mso-height-relative: margin;
	margin-left: 39pt;
	width: 101px;
	height: 56px;
}

