/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@font-face 
{
	font-family: 'Clarika';
	src: url(../Fonts/Clarika-Geometric-Bold.ttf);
	font-style: normal;
	font-weight: 700;
}

@font-face 
{
	font-family: 'Clarika';
	src: url(../Fonts/Clarika-Geometric-DemiBold.ttf);
	font-style: normal;
	font-weight: 600;
}

@font-face 
{
	font-family: 'Clarika';
	src: url(../Fonts/Clarika-Geometric-Light.ttf);
	font-style: normal;
	font-weight: 300;
}

@font-face 
{
	font-family: 'Clarika';
	src: url(../Fonts/Clarika-Geometric-Regular.ttf);
	font-style: normal;
	font-weight: 400;
}

@font-face 
{
	font-family: 'ClarikaG';
	src: url(../Fonts/Clarika-Grotesque-DemiBold.ttf);
	font-style: normal;
	font-weight: 600;
}

@font-face 
{
	font-family: 'ClarikaG';
	src: url(../Fonts/Clarika-Grotesque-Light.ttf);
	font-style: normal;
	font-weight: 300;
}

@font-face 
{
	font-family: 'ClarikaG';
	src: url(../Fonts/Clarika-Grotesque-Medium.ttf);
	font-style: normal;
	font-weight: 500;
}

@font-face 
{
	font-family: 'ClarikaG';
	src: url(../Fonts/Clarika-Grotesque-Regular.ttf);
	font-style: normal;
	font-weight: 400;
}

:root
{
	--Black: #000000;
	--White: #ffffff;
	--Dark-Gray: #4d4d4f;
	--Medium-Gray: #bcbec0;
	--Light-Gray: #e2e3e4;
	--Brand: #10327c;
}

body
{
	font-family: Clarika;
	font-size: 1rem;
	line-height: 1.3em;
}

.body-container
{
	padding-left: 2%;
	padding-top: 2%;
}

/* Backmatter */

div.GlossaryPageDefinition
{
	font-size: 10pt;
}

div.GlossaryPageHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: var(--Medium-Gray);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: inherit;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	background-image: url('../Images/Backmatter-Heading-Background.png');
	background-repeat: no-repeat;
}

div.GlossaryPageTerm
{
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}

MadCap|glossaryProxy
{
	border-top: none;
}

MadCap|indexProxy
{
	border-top: none;
}

p.Index1
{
	font-size: 10pt;
	font-weight: bold;
}

p.Index2
{
	font-size: 10pt;
	font-weight: normal;
}

p.IndexHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: var(--Medium-Gray);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: inherit;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 12px;
	padding-right: 10px;
	background-image: url('../Images/Backmatter-Heading-Background.png');
	background-repeat: no-repeat;
}

/* Content */

img
{
	border: none;
	max-width: 100%;
}

img.Thumbnail	/*Use on larger images that we want to display as a
thumbnail in the output.*/
{
	mc-thumbnail-max-height: 150px;
	mc-thumbnail: popup;
}

p
{
	letter-spacing: 0.25;
	widows: 3;
	orphans: 3;
	margin-bottom: 10px;
	margin-top: 10px;
	/* font-family: Roboto;*/
	color: #000000;
	/*font-size: 1rem;*/
}

p.table-text
{
	font-size: 1em;
	margin-bottom: 3px;
	margin-top: 3px;
}

p.note
{
	mc-auto-number-format: '{b}Note: {/b}';
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 6px;
	overflow: hidden;
	border: solid 1px #3498db;
	background-color: #f0f7fb;
	line-height: 18px;
	border-radius: 6px;
}

p.noteAlt
{
	line-height: 18px;
	background-color: #f0f7fb;
	border-left: solid 4px #3498db;
	padding: 6px;
	overflow: hidden;
	mc-auto-number-format: '{b}Note: {/b}';
}

div.note
{
	line-height: 18px;
	background-color: #f0f7fb;
	border: solid 1px #3498db;
	border-radius: 6px;
	padding: 12px;
	overflow: hidden;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	mc-auto-number-format: '{b}Note: {/b}';
}

p.example
{
	mc-auto-number-format: '{b}Example: {/b}';
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 6px;
	overflow: hidden;
	border: solid 1px #27ae60;
	background-color: #e7f6f0;
	line-height: 18px;
	border-radius: 6px;
}

p.exampleAlt
{
	line-height: 18px;
	background-color: #e7f6f0;
	border-left: solid 4px #2ecc71;
	padding: 6px;
	overflow: hidden;
	mc-auto-number-format: '{b}Example: {/b}';
}

p.important
{
	mc-auto-number-format: '{b}Important: {/b}';
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 6px;
	overflow: hidden;
	border: solid 1px #7373ff;
	background-color: #DDDDFF;
	line-height: 18px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-radius: 6px;
}

p.importantAlt
{
	line-height: 18px;
	background-color: #DDDDFF;
	border-left: solid 4px #7373ff;
	padding: 6px;
	overflow: hidden;
	mc-auto-number-format: '{b}Example: {/b}';
}

p.tip
{
	mc-auto-number-format: '{b}Tip: {/b}';
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 6px;
	overflow: hidden;
	line-height: 18px;
	background-color: #fffbea;
	border: solid 1px #f1c40f;
	border-radius: 6px;
}

p.tipAlt
{
	line-height: 18px;
	background-color: #fffbea;
	border-left: solid 4px #f1c40f;
	padding: 6px;
	overflow: hidden;
	mc-auto-number-format: '{b}Tip: {/b}';
}

p.warning
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	mc-auto-number-format: '{b}Warning: {/b}';
	padding: 6px;
	overflow: hidden;
	border-radius: 6px;
	background-color: #f9e7e5;
	line-height: 18px;
	border: solid 1px #c0392b;
}

p.warningAlt
{
	line-height: 18px;
	border-left: solid 4px #e74c3c;
	padding: 6px;
	overflow: hidden;
	mc-auto-number-format: '{b}Warning: {/b}';
	background-color: #f9e7e5;
}

p.caution
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 6px;
	overflow: hidden;
	border-radius: 6px;
	background-color: #f9e7e5;
	line-height: 18px;
	border: solid 1px #c0392b;
	mc-auto-number-format: '{b}Caution: {/b}';
}

p.cautionAlt
{
	line-height: 18px;
	border-left: solid 4px #e74c3c;
	padding: 6px;
	overflow: hidden;
	background-color: #f9e7e5;
	mc-auto-number-format: '{b}Caution: {/b}';
}

/* Frontmatter */

hr.title-page
{
	border: solid 0px transparent;
	background-color: var(--Light-Gray);
	height: 1px;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 370px;
}

MadCap|tocProxy
{
	border-top: none;
	margin-right: 0.25in;
}

p.created-using-flare
{
	color: var(--Dark-Gray);
	font-weight: bold;
	margin-top: 18px;
	font-size: 9pt;
	line-height: 15pt;
	text-transform: uppercase;
}

p.title
{
	font-size: 55pt;
	line-height: 65pt;
	margin-top: 85px;
}

p.title-page-footer
{
	color: var(--Dark-Gray);
	font-size: 9pt;
	line-height: 15pt;
}

p.TOC1
{
	color: var(--Dark-Gray);
	font-size: 19pt;
	font-weight: normal;
	line-height: 21pt;
	margin-bottom: 15px;
	margin-top: 15px;
	page-break-after: avoid;
}

p.TOC2
{
	color: var(--Dark-Gray);
	font-size: 15pt;
	font-weight: normal;
	line-height: 21pt;
	margin-bottom: 13px;
	margin-left: .5in;
	margin-top: 13px;
}

p.TOC3
{
	color: var(--Dark-Gray);
	font-size: 13pt;
	line-height: 21pt;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 1in;
	margin-top: 10px;
}

/* Headings */

h1
{
	color: #3067db;
	font-family: 'ClarikaG';
	font-size: 2rem;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

h2
{
	font-weight: bold;
	font-size: 1.2em;
	color: #3067db;
}

h3
{
	font-weight: bold;
	font-size: 1.1em;
	color: #3067db;
}

h4
{
	font-weight: bold;
	font-size: 1em;
	color: #3067db;
}

h5
{
	font-weight: bold;
	font-size: .9em;
	color: #3067db;
}

h6
{
	font-weight: bold;
	font-size: .8em;
	color: #3067db;
}

/* Home page topic */

div.home-layout
{
	padding: 2% 5%;
}

div.home-section
{
	padding: 5% 0;
	border-bottom: solid 1px var(--Light-Gray);
	padding-left: 5%;
	padding-top: 1%;
}

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(--Medium-Gray);
	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: 16.667%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 16.667%;
	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: 1%;
	background-size: cover;
	background-attachment: fixed;
}

div.topic-hero h1
{
	text-align: center;
	color: #3067db;
	font-size: 36pt;
	border-bottom: none 2px #000000;
}

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
{
	border-bottom-width: 0;
	color: var(--Dark-Gray);
}

/* Links */

a
{
	color: var(--Brand);
}

a:link
{
	color: #3067db;
}

a:visited
{
	color: #3067db;
}

MadCap|dropDown
{
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/Arrows/arrow-down-gray.png');
	border-bottom: 1px solid #dadada;
	padding: 10px 0;
	mc-closed-image: url('../Images/Arrows/arrow-right-gray.png');
}

MadCap|dropDown.SecondLevel
{
	padding: 0px;
	padding-bottom: 0x;
	padding-top: 0x;
	margin-bottom: 0;
	margin-top: 0;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/Arrows/arrow-down-gray.png');
	mc-closed-image: url('../Images/Arrows/arrow-down-gray.png');
	border-bottom: none 0px transparent;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	border-bottom: none;
	color: #4d4d4f;
}

MadCap|dropDownHotspot:hover
{
	color: #808285;
}

MadCap|expandingBody
{
	color: #777777;
}

MadCap|expandingHead
{
	cursor: hand;
	text-decoration: none;
	font-weight: normal;
}

MadCap|xref
{
	font-weight: normal;
	mc-format: '{para}';
	text-decoration: underline;
	color: #3067db;
}

/* Lists */

li
{
	margin-bottom: 8px;
	margin-top: 8px;
}

li p
{
	margin-bottom: 1px;
	margin-top: 1px;
}

ol,
ul
{
	letter-spacing: .25;
	line-height: 1.3em;
	margin: 1.12em;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 20px;
	margin-left: 0;
}

ol ol,
ul ol
{
	list-style-type: lower-alpha;
}

ol ol ol,
ul ol ol
{
	list-style-type: lower-roman;
}

ol ol ol ol,
ul ol ol ol
{
	list-style-type: upper-alpha;
}

ol ol ol ol ol,
ul ol ol ol ol
{
	list-style-type: upper-roman;
}

ul ul,
ol ul
{
	padding-left: 20px;
	margin: .5em;
	list-style-type: square;
	margin-left: 0px;
	list-style-image: url('../Images/bullet_square.gif');
}

ul ul ul,
ol ul ul
{
	list-style-type: circle;
	list-style-image: url('../Images/bullet_yellow.gif');
}

/* Page layout */

p.frame-footer-page-number
{
	color: var(--Medium-Gray);
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
}

p.frame-footer-text
{
	color: var(--Medium-Gray);
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
}

/* Master page */

div.home-footer
{
	padding: 2% 5%;
	background-color: #C7E5FF;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: var(--White);
}

p.footer-sub
{
	color: var(--White);
	font-size: 14pt;
	margin-top: 14px;
}

ul
{
	list-style-type: disc;
	list-style-image: url('../Images/bullet_black.gif');
}

span.SearchHighlight
{
	background-color: #ffff00;
}

div.quick-links > div:nth-child(6)
{
	width: 16.667%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(3)
{
	width: 16.667%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(4)
{
	width: 16.667%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(5)
{
	width: 16.667%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(6)
{
	width: 16.667%;
	margin-left: 0%;
}

div.three-tiles1	/*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.three-tiles1::before
{
	content: ' ';
	display: table;
}

div.three-tiles1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.three-tiles1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.three-tiles1 > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.three-tiles1 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.three-tiles1 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.three-tiles2	/*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.three-tiles2::before
{
	content: ' ';
	display: table;
}

div.three-tiles2::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.three-tiles2 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.three-tiles2 > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.three-tiles2 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.three-tiles2 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Topic-6-1	/*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.Topic-6-1::before
{
	content: ' ';
	display: table;
}

div.Topic-6-1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Topic-6-1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Topic-6-1 > div:nth-child(1)
{
	width: 25%;
	margin-left: 0%;
}

div.Topic-6-1 > div:nth-child(2)
{
	width: 25%;
	margin-left: 8.3333%;
}

div.Topic-6-1 > div:nth-child(3)
{
	width: 25%;
	margin-left: 8.3333%;
}

@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;
	}

	div.quick-links > div:nth-child(6)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.home-tiles-layout > div:nth-child(3)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.home-tiles-layout > div:nth-child(4)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.home-tiles-layout > div:nth-child(5)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.home-tiles-layout > div:nth-child(6)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.three-tiles1 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.three-tiles1 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.three-tiles1 > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.three-tiles2 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.three-tiles2 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.three-tiles2 > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Topic-6-1 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Topic-6-1 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Topic-6-1 > div:nth-child(3)
	{
		width: 33.33333%;
		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%;
	}

	div.quick-links > div:nth-child(6)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.home-tiles-layout > div:nth-child(3)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.home-tiles-layout > div:nth-child(4)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.home-tiles-layout > div:nth-child(5)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.home-tiles-layout > div:nth-child(6)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.three-tiles1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.three-tiles1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.three-tiles1 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.three-tiles2 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.three-tiles2 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.three-tiles2 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Topic-6-1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Topic-6-1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Topic-6-1 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}
}

@media print
{
	body
	{
		color: var(--Black);
		font-size: 11pt;
		line-height: 13pt;
		margin: 8px;
	}

	/* Content */

	p
	{
		margin-bottom: 10px;
		margin-top: 10px;
	}

	p.table-text
	{
		font-size: 11pt;
	}

	/* Headings */

	h1
	{
		color: var(--Brand);
		font-size: 25pt;
		line-height: 27pt;
		margin-bottom: 20px;
	}

	h2
	{
		font-size: 21pt;
		font-weight: normal;
		line-height: 23pt;
		margin-bottom: 18px;
		margin-top: 40px;
	}

	h3
	{
		font-size: 15pt;
		font-weight: bold;
		line-height: 17pt;
		margin-bottom: 15px;
		margin-top: 40px;
	}

	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	MadCap|dropDownHotspot
	{
		color: #10327c;
		font-size: 23pt;
		line-height: 23pt;
		font-family: Arial;
		margin-bottom: 18px;
		margin-top: 40px;
	}

	MadCap|dropDownHotspot.SecondLevel
	{
		line-height: normal;
		font-size: 0.9em;
	}

	MadCap|dropDown.SecondLevel
	{
		font-size: 1em;
		font-weight: bold;
	}

	span.Bold
	{
		font-weight: bold;
	}
}

span.Emphasis
{
	font-weight: bold;
}

span.Continue
{
	color: #3067db;
	font-style: italic;
	font-weight: bold;
}

MadCap|dropDownHotspot.SecondLevel
{
	
}

