/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@font-face 
{
	font-family: 'ArchivoBold';
	src: url(../Fonts/Archivo-Bold.ttf);
}

@font-face 
{
	font-family: 'RobotoRegular';
	src: url('../Fonts/RobotoFlex-Regular.ttf');
}

:root
{
	--Brand1: #076685;
	--Brand2: #CDE0E7;
	--Dark: #45494c;
	--Medium: #b9bec1;
	--Light: #d0d3d5;
	--White: #ffffff;
}

body
{
	color: #000000;
	font-family: 'RobotoRegular';
	font-size: 12pt;
	background-color: #f5f5f5;
}

.body-container
{
	padding-left: 2%;
	padding-top: 2%;
}

/* Content */

img
{
	max-width: 100%;
	border: solid 1px #000000;
}

p
{
	font-size: 12.0pt;
	letter-spacing: 0.25px;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 14pt;
}

p.table-text
{
	font-size: 12pt;
}

/* Headings */

h1
{
	font-weight: bold;
	color: #012040;
	font-size: 24pt;
	font-family: ArchivoBold;
}

h2
{
	font-weight: bold;
	font-size: 18.0pt;
	color: #012040;
}

h3
{
	font-weight: bold;
	font-size: 14.0pt;
	color: #012040;
}

h4
{
	font-weight: bold;
	font-size: 12.0pt;
	color: #012040;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
}

/* Home page topic */

div.home-layout
{
	padding: 2% 5%;
}

div.home-section
{
	padding: 5% 0;
	border-bottom: solid 1px var(--Light);
}

div.home-tiles	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--Brand2);
	padding: 2%;
}

div.home-tiles > div:nth-child(1)
{
	width: 48%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 48%;
	margin-left: 4%;
}

div.home-tiles-layout	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles-layout::before
{
	content: ' ';
	display: table;
}

div.home-tiles-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles-layout > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.home-tiles-layout p
{
	line-height: 1.2;
}

div.quick-links	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.quick-links::before
{
	content: ' ';
	display: table;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.quick-links > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.quick-links > div:nth-child(1)
{
	width: 16.66666%;
	margin-left: 2%;
}

div.quick-links > div:nth-child(2)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(3)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(4)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(5)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
}

div.topic-hero
{
	padding: 5%;
	background-image: url('../Images/Hero-Image.png');
	background-size: cover;
	background-attachment: scroll;
}

div.topic-hero h1
{
	color: var(--White);
	font-size: 48pt;
	text-align: center;
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	padding: 0;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

MadCap|breadcrumbsProxy
{
	color: var(--Dark);
	mc-breadcrumbs-prefix: 'You are here: ';
	border-bottom-width: 1px;
}

/* Links */

a
{
	color: var(--Brand1);
}

a:link
{
	color: var(--Brand1);
}

a:visited
{
	color: var(--Brand1);
}

MadCap|dropDown
{
	border-bottom: 1px solid var(--Light);
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/Minus.png');
	mc-closed-image: url('../Images/Plus.png');
	padding: 10px 0;
	font-family: ArchivoBold;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
	font-family: RobotoRegular;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	font-size: 16pt;
	font-family: ArchivoBold;
}

MadCap|expandingBody
{
	color: var(--Dark);
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: var(--Brand1);
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: var(--Brand1);
}

/* Lists */

dd,
dd p,
dt,
dt p,
li,
li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

dl,
ol,
ul
{
	letter-spacing: .25px;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Master page */

div.home-footer
{
	background-color: var(--Brand1);
	padding: 2% 5%;
}

p.footer
{
	margin-top: 5px;
	line-height: 13pt;
	color: var(--White);
	margin-bottom: 7px;
}

p.footer-sub
{
	color: var(--White);
	font-size: 14pt;
	margin-top: 14px;
}

ul
{
	color: #000000;
}

ol
{
	color: #000000;
}

html
{
	color: #000000;
}

li
{
	line-height: 14pt;
}

MadCap|dropDownHead
{
	font-size: 18pt;
	font-family: ArchivoBold;
}

span.SearchHighlight
{
	background-color: #fafac2;
}

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 40%;
		margin-left: 30%;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 24%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 24%;
		margin-left: 19%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 24%;
		margin-left: 14%;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 5%;
	}

	div.home-tiles-layout p
	{
		line-height: 1.2;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 49%;
		margin-left: 25.5%;
	}
}

@media print
{
	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}
}

div.note
{
	color: #000000;
	border: solid 2px #000000;
}

p.note
{
	background-color: #f0f7fb;
	mc-auto-number-format: '{b}Note: {/b}';
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 4px #3498db;
	overflow: hidden;
	padding: 15px 60px;
	font-family: Tahoma;
	color: #000000;
}

p.screenshot
{
	text-align: left;
}

/*<meta sourceDocument="C:\Kathy\ActiveBatch V2023 Jobs Library Reference Manual.docx" />*/

p.p_1
{
	letter-spacing: 0.25px;
	line-height: 14pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
	font-family: RobotoRegular;
}

ol.ol_1
{
	letter-spacing: 0.25px;
	line-height: 14pt;
	font-family: 'RobotoRegular';
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ul.ul_1
{
	letter-spacing: 0.25px;
	line-height: 14pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
	font-family: RobotoRegular;
}

li.li_1
{
	letter-spacing: 0.25px;
	line-height: 14pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
	font-family: RobotoRegular;
}

td
{
	vertical-align: top;
	font-family: RobotoRegular;
}

MadCap|xref.ParaTextOnly
{
	mc-format: '{paratext}';
}

h2.Heading2
{
	page-break-after: avoid;
	page-break-inside: avoid;
	orphans: 2;
	widows: 2;
	margin-top: 10pt;
	margin-bottom: 10pt;
	mc-heading-level: 2;
	font-weight: bold;
	font-size: 18pt;
	font-family: ArchivoBold;
}

h3.Heading3
{
	page-break-after: avoid;
	page-break-inside: avoid;
	orphans: 2;
	widows: 2;
	margin-top: 5pt;
	margin-bottom: 10pt;
	mc-heading-level: 3;
	font-size: 14pt;
	font-weight: normal;
	font-family: ArchivoBold;
}

p.Caption
{
	orphans: 2;
	widows: 2;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 36pt;
	font-weight: bold;
	font-family: RobotoRegular;
}

b.b_1
{
	font-size: 14pt;
	font-family: RobotoRegular;
}

p.p_2
{
	font-size: 14pt;
	font-family: RobotoRegular;
}

span.span_1
{
	font-weight: normal;
}

p.note_1
{
	background-color: #f0f7fb;
	mc-auto-number-format: '{b}Note: {/b}';
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 4px #3498db;
	overflow: hidden;
	padding: 15px 60px;
	color: #000000;
	font-weight: normal;
	font-family: RobotoRegular;
}

div.div_1
{
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

span.span_2
{
	font-family: Tahoma;
}

p.p_3
{
	font-family: RobotoRegular;
}

span.span_3
{
	font-family: Tahoma;
	font-weight: bold;
}

p.Caption_1
{
	orphans: 2;
	widows: 2;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 36pt;
	font-weight: bold;
	text-align: center;
	font-family: RobotoRegular;
}

span.span_4
{
	font-family: Tahoma;
	font-style: italic;
}

span.span_5
{
	font-weight: bold;
}

p.note_2
{
	background-color: #f0f7fb;
	mc-auto-number-format: '{b}Note: {/b}';
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 4px #3498db;
	overflow: hidden;
	padding: 15px 60px;
	color: #000000;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	font-family: RobotoRegular;
}

span.span_6
{
	text-decoration: underline;
}

span.span_7
{
	font-style: italic;
}

h4.Heading4
{
	page-break-after: avoid;
	page-break-inside: avoid;
	orphans: 2;
	widows: 2;
	margin-top: 5pt;
	margin-bottom: 10pt;
	margin-left: 43pt;
	mc-heading-level: 4;
	font-weight: bold;
	font-size: 12pt;
	font-family: ArchivoBold;
}

p.p_4
{
	font-weight: bold;
}

b.b_2
{
	text-decoration: underline;
	font-weight: bold;
}

p.p_5
{
	text-decoration: underline;
}

p.p_6
{
	margin-left: 14pt;
}

p.p_7
{
	font-weight: normal;
}

p.p_8
{
	font-weight: bold;
	text-decoration: underline;
}

p.p_9
{
	page-break-after: avoid;
	text-align: center;
}

p.p_10
{
	margin-left: 18pt;
}

span.span_8
{
	font-weight: bold;
	text-decoration: underline;
}

p.p_11
{
	margin-left: 36pt;
}

col.col_1
{
	width: 145pt;
}

col.col_2
{
	width: 266pt;
}

p.p_12
{
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}

td.td_1
{
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: #000000;
	background-color: #800000;
}

p.p_13
{
	text-align: center;
	font-weight: bold;
}

td.td_2
{
	background-color: #FFFFEF;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: #000000;
}

table.table_1
{
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

p.p_14
{
	background-color: #FFFFFF;
}

p.ListParagraph
{
	margin-bottom: 10pt;
	font-size: 11pt;
	font-family: RobotoRegular;
}

li.ListParagraph
{
	margin-bottom: 10pt;
	font-size: 11pt;
	font-family: RobotoRegular;
}

span.span_9
{
	font-size: 11pt;
}

span.span_10
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10pt;
}

span.span_11
{
	font-family: Tahoma;
	font-size: 10pt;
}

p.ListParagraph_1
{
	margin-bottom: 10pt;
	font-size: 10pt;
	font-family: RobotoRegular;
}

li.ListParagraph_1
{
	margin-bottom: 10pt;
	font-size: 10pt;
	font-family: RobotoRegular;
}

p.ListParagraph_2
{
	margin-bottom: 10pt;
	font-weight: bold;
	font-size: 10pt;
	font-family: RobotoRegular;
}

li.ListParagraph_2
{
	margin-bottom: 10pt;
	font-weight: bold;
	font-size: 10pt;
	font-family: RobotoRegular;
}

ul.ul_2
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 36pt;
}

p.ListParagraph_3
{
	margin-bottom: 10pt;
	font-size: 11pt;
	font-weight: bold;
	font-family: RobotoRegular;
}

li.ListParagraph_3
{
	margin-bottom: 10pt;
	font-size: 11pt;
	font-weight: bold;
	font-family: RobotoRegular;
}

p.p_15
{
	font-weight: bold;
	font-family: RobotoRegular;
}

ol.ol_2
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 18pt;
}

ul.ul_3
{
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 36pt;
}

p.p_16
{
	margin-left: 18pt;
	font-weight: bold;
}

p.p_17
{
	font-family: 'Courier New';
	color: #A31515;
}

span.Hyperlink
{
	color: #0000FF;
	text-decoration: underline;
}

span.BodyTextChar_1
{
	font-family: Tahoma;
	font-weight: normal;
}

p.Caption_2
{
	orphans: 2;
	widows: 2;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-weight: bold;
	margin-left: 0pt;
	font-family: RobotoRegular;
}

span.Hyperlink_1
{
	color: #0000FF;
	text-decoration: underline;
	font-family: 'Segoe UI';
	font-size: 9pt;
}

span.span_12
{
	font-family: 'Segoe UI';
	color: #222222;
	font-size: 9pt;
}

p.p_18
{
	text-indent: 36pt;
}

p.p_19
{
	margin-left: 36pt;
	font-weight: bold;
}

p.p_20
{
	margin-left: 72pt;
}

b.b_3
{
	font-size: 12pt;
}

span.span_13
{
	color: #222222;
}

h5.Heading5
{
	margin-top: 12pt;
	margin-bottom: 3pt;
	mc-heading-level: 5;
	font-size: 11pt;
	font-weight: normal;
	font-family: ArchivoBold;
}

span.span_14
{
	font-family: Tahoma;
	font-style: italic;
	font-size: 10pt;
}

h5.Heading5_1
{
	margin-top: 12pt;
	margin-bottom: 3pt;
	mc-heading-level: 5;
	font-weight: normal;
	font-style: italic;
	font-size: 10pt;
	font-family: ArchivoBold;
}

p.p_21
{
	margin-left: 0pt;
	text-indent: 108pt;
}

p.p_22
{
	margin-left: 108pt;
	text-indent: -90pt;
}

col.col_3
{
	width: 110pt;
}

td.td_3
{
	background-color: #auto;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_4
{
	background-color: #auto;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_5
{
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_6
{
	background-color: #auto;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

table.table_2
{
	border-collapse: collapse;
}

p.p_23
{
	background-color: #FFFFFF;
	margin-bottom: 6pt;
	font-family: RobotoRegular;
}

p.p_24
{
	background-color: #FFFFFF;
	margin-bottom: 6pt;
}

li.li_2
{
	background-color: #FFFFFF;
	margin-bottom: 6pt;
}

li.li_3
{
	background-color: #FFFFFF;
	margin-bottom: 6pt;
	font-family: RobotoRegular;
}

ul.ul_4
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 36pt;
}

span.HTMLCode
{
	font-size: 10pt;
}

p.p_25
{
	margin-left: 23pt;
}

span.HTMLCode_1
{
	font-size: 10pt;
	font-family: 'Courier New';
}

ol.ol_3
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 36pt;
}

span.span_15
{
	margin-right: 0pt;
	font-family: 'RobotoRegular';
}

h5.Heading5_2
{
	margin-top: 12pt;
	margin-bottom: 3pt;
	mc-heading-level: 5;
	font-size: 11pt;
	font-weight: bold;
	font-family: ArchivoBold;
}

span.span_16
{
	font-weight: bold;
	font-size: 8pt;
}

p.p_26
{
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: black;
}

