/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

:root
{
	--Brand1: #076685;
	--Brand2: #CDE0E7;
	--Dark: #45494c;
	--Medium: #b9bec1;
	--Light: #d0d3d5;
	--White: #ffffff;
}

body
{
	color: var(--Dark);
	font-family: Arial, Avenir, Myriad;
	font-size: 90%;
}

.body-container
{
	padding-left: 2%;
	padding-top: 2%;
}

/* Content */

img
{
	border: none;
	max-width: 100%;
	height: auto;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: Arial, Avenir, Myriad;
}

p.table-text
{
	font-size: 12pt;
}

/* Headings */

h1
{
	font-weight: bold;
	font-family: 'Microsoft Sans Serif';
	padding-bottom: 6px;
	color: #326590;
	font-size: 1.25em;
}

h2
{
	font-family: 'Microsoft Sans Serif';
	color: #5f93c2;
	margin-bottom: .83em;
	margin-top: .83em;
	font-weight: bolder;
	font-size: 1.15em;
}

h3
{
	font-weight: bold;
	font-family: 'Microsoft Sans Serif';
	color: #5f93c2;
	font-size: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
}

h4
{
	font-family: 'Microsoft Sans Serif';
	color: #326590;
	font-size: 1em;
	font-weight: bold;
}

/* Home page topic */

div.home-layout
{
	padding: 2% 5%;
}

div.home-section
{
	padding: 5% 0;
	border-bottom: solid 1px var(--Light);
}

div.home-section:last-of-type	/*Removes the border on the last section of the home page*/
{
	border-bottom: none;
}

div.home-tiles	/*This is a custom responsive layout row style (div class) in your stylesheet.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

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%;
	height: 250px;
}

div.home-tiles > div:nth-child(1)
{
	width: 25%;
	margin-left: 8.3333%;
}

div.home-tiles > div:nth-child(2)
{
	width: 25%;
	margin-left: 8.3333%;
}

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: 3.5em;
	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;
	padding-top: 25px;
	padding-botton: 0;
	padding-right: 25px;
	padding-left: 0;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
}

/* Links */

a
{
	color: var(--Brand1);
}

a:link
{
	color: var(--Brand1);
}

a:visited
{
	color: var(--Brand1);
}

a.home-button
{
	display: block;
	padding: 10px;
	text-decoration: none;
	width: 100%;
}

MadCap|dropDown
{
	border-bottom: 1px solid var(--Dark);
	mc-image-position: left;
	mc-image-spacing: 10px;
	padding: 10px 0;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom-width: 0px;
	border-bottom-style: none;
	mc-closed-image: url('../images/design_elements/dropdownarrow-closed2.png');
	mc-open-image: url('../images/design_elements/dropdownarrow-open2.png');
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	font-size: 12pt;
	color: #5f93c2;
}

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);
	font-size: 1em;
}

/* 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;
	margin-bottom: 5px;
	color: var(--White);
	font-size: 10pt;
	line-height: 11pt;
}

p.footer-sub
{
	color: var(--White);
	margin-top: 14px;
	font-size: 10pt;
}

div.Two_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.Two_Tiles::before
{
	content: ' ';
	display: table;
}

div.Two_Tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Two_Tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #cce0f1;
}

div.Two_Tiles > div:nth-child(1)
{
	width: 49%;
	margin-left: 1%;
}

div.Two_Tiles > div:nth-child(2)
{
	width: 49%;
	margin-left: 1%;
}

html
{
	background-color: transparent;
}

MadCap|dropDownHotspot:focus
{
	font-family: 'Microsoft Sans Serif';
}

h5
{
	color: #5f93c2;
	font-size: 1em;
}

h6
{
	color: #5f93c2;
	font-size: 1em;
	font-weight: bold;
}

caption
{
	color: #6495ed;
	font-family: Arial;
	font-size: 10pt;
}

object
{
	
}

div.Tiles-6-6	/*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.Tiles-6-6::before
{
	content: ' ';
	display: table;
}

div.Tiles-6-6::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Tiles-6-6 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
}

div.Tiles-6-6 > div:nth-child(1)
{
	width: 41.667%;
	margin-left: 0%;
}

div.Tiles-6-6 > div:nth-child(2)
{
	width: 41.667%;
	margin-left: 8.3333%;
}

div.Tiles-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.Tiles-6-1::before
{
	content: ' ';
	display: table;
}

div.Tiles-6-1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Tiles-6-1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}

div.Tiles-6-1 > div:nth-child(1)
{
	width: 66.667%;
	margin-left: 0%;
}

div.Tiles-6-1 > div:nth-child(2)
{
	width: 33.333%;
	margin-left: 0%;
}

div.Tiles-6-2	/*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.Tiles-6-2::before
{
	content: ' ';
	display: table;
}

div.Tiles-6-2::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Tiles-6-2 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 12.5px;
	padding-right: 12.5px;
}

div.Tiles-6-2 > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.Tiles-6-2 > div:nth-child(2)
{
	width: 41.667%;
	margin-left: 8.3333%;
}

div.Tiles-6-3	/*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.Tiles-6-3::before
{
	content: ' ';
	display: table;
}

div.Tiles-6-3::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Tiles-6-3 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}

div.Tiles-6-3 > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.Tiles-6-3 > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

div.Two_Tiles_75-25	/*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.Two_Tiles_75-25::before
{
	content: ' ';
	display: table;
}

div.Two_Tiles_75-25::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Two_Tiles_75-25 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
}

div.Two_Tiles_75-25 > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.Two_Tiles_75-25 > div:nth-child(2)
{
	width: 41.667%;
	margin-left: 8.3333%;
}

div.Two_Tiles_50-50	/*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-right: auto;
}

div.Two_Tiles_50-50::before
{
	content: ' ';
	display: table;
}

div.Two_Tiles_50-50::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Two_Tiles_50-50 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0.5px;
	padding-right: 0.5px;
}

div.Two_Tiles_50-50 > div:nth-child(1)
{
	width: 25%;
	margin-left: 8.3333%;
}

div.Two_Tiles_50-50 > div:nth-child(2)
{
	width: 25%;
	margin-left: 8.3333%;
}

div.Two_Tiles_50-50 > div:nth-child(3)
{
	width: 25%;
	margin-left: 8.3333%;
}

div.NewRowClass1	/*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.NewRowClass1::before
{
	content: ' ';
	display: table;
}

div.NewRowClass1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.NewRowClass1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #cce0f1;
}

div.NewRowClass1 > div:nth-child(1)
{
	width: 100%;
	margin-left: 0%;
}

div.NewRowClass1 > div:nth-child(2)
{
	width: 8.3333%;
	margin-left: 0%;
}

div.Tiles-6-6 > div:nth-child(3)
{
	width: 33.333%;
	margin-left: 0%;
}

div.NewRowClass2	/*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.NewRowClass2::before
{
	content: ' ';
	display: table;
}

div.NewRowClass2::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.NewRowClass2 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}

div.NewRowClass2 > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.NewRowClass2 > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

div.Two_Tiles_80-20	/*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.Two_Tiles_80-20::before
{
	content: ' ';
	display: table;
}

div.Two_Tiles_80-20::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Two_Tiles_80-20 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}

div.Two_Tiles_80-20 > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.Two_Tiles_80-20 > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

table
{
	border-collapse: separate;
}

div.MenuPrint	/*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.MenuPrint::before
{
	content: ' ';
	display: table;
}

div.MenuPrint::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.MenuPrint > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.MenuPrint > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.MenuPrint > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.MenuPrint > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Row-3-3-3-3	/*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.Row-3-3-3-3::before
{
	content: ' ';
	display: table;
}

div.Row-3-3-3-3::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Row-3-3-3-3 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 1.5px;
	padding-right: 1.5px;
}

div.Row-3-3-3-3 > div:nth-child(1)
{
	width: 25%;
	margin-left: 0%;
}

div.Row-3-3-3-3 > div:nth-child(2)
{
	width: 25%;
	margin-left: 8.3333%;
}

div.Row-3-3-3-3 > div:nth-child(3)
{
	width: 25%;
	margin-left: 8.3333%;
}

div.Row-3-3-3-3 > div:nth-child(4)
{
	width: 25%;
	margin-left: 0%;
}

div.nopagebreak
{
	page-break-inside: avoid;
}

div.Row-3-3-3	/*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.Row-3-3-3::before
{
	content: ' ';
	display: table;
}

div.Row-3-3-3::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Row-3-3-3 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Row-3-3-3 > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Row-3-3-3 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Row-3-3-3 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Standout-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.Standout-1::before
{
	content: ' ';
	display: table;
}

div.Standout-1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Standout-1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Standout-1 > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Standout-1 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Standout-1 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

table.fifty	/*50% width*/
{
	width: 50%;
}

@media print
{
	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	img
	{
		height: auto;
	}

	img.img-screencap
	{
		width: 400px;
	}

	p.title
	{
		margin-bottom: 12px;
	}

	h3
	{
		margin-bottom: 1em;
		margin-top: 1em;
		font-size: 1em;
		font-weight: bolder;
	}

	h4
	{
		mc-heading-level: 4;
		font-size: 1em;
	}

	h5
	{
		mc-heading-level: 5;
	}

	h6
	{
		color: #5f93c2;
	}

	h2
	{
		font-weight: bold;
		font-size: 1.15em;
	}

	h1
	{
		color: #326590;
		font-size: 1.25em;
		font-weight: bold;
	}

	div.nopagebreak	/*Group 1st then wrap around for no page break around elements that should remain together*/
	{
		page-break-inside: avoid;
	}

	h1.hideTOC
	{
		mc-heading-level: 0;
	}

	div.Two_Tiles_50-50 > div:nth-child(2)
	{
		margin-left: 10%;
	}

	h2.hideTOC
	{
		mc-heading-level: 0;
	}

	h3.hideTOC
	{
		mc-heading-level: 0;
	}

	h4.hideTOC
	{
		mc-heading-level: 0;
	}

	h6.hideTOC
	{
		mc-heading-level: 0;
	}

	h5.hideTOC
	{
		mc-heading-level: 0;
	}

	div.Two_Tiles_75-25 > div:nth-child(1)
	{
		width: 60%;
	}

	div.Two_Tiles_75-25 > div:nth-child(2)
	{
		width: 40%;
	}

	img.img-icon
	{
		width: 35px;
	}

	img.img-icon-small
	{
		width: 45px;
	}

	MadCap|dropDownBody.dropDownHotspot-H2
	{
		mc-heading-level: 2;
	}

	MadCap|dropDownHotspot.TOC-Head2
	{
		mc-heading-level: 2;
	}

	MadCap|dropDownHotspot.TOC-Head3
	{
		mc-heading-level: 3;
	}

	table.fifty
	{
		width: 50%;
	}
}

@media only screen and (max-device-width: 1308px)
{
	/* Home page topic */

	html.home-topic .body-container
	{
		margin-left: 0;
	}

	/* Master page */

	.footer
	{
		padding: 2% 2% 1%;
	}

	div.home-footer > div:nth-child(1)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.home-footer > div:nth-child(2)
	{
		width: 75%;
		margin-left: 0%;
	}

	div.Two_Tiles > div:nth-child(1)
	{
		width: 49%;
		margin-left: 1%;
	}

	div.Two_Tiles > div:nth-child(2)
	{
		width: 49%;
		margin-left: 1%;
	}

	img.img-icon
	{
		width: 35px;
	}

	div.Tiles-6-6 > div:nth-child(1)
	{
		width: 41.667%;
		margin-left: 0%;
	}

	div.Tiles-6-6 > div:nth-child(2)
	{
		width: 41.667%;
		margin-left: 8.3333%;
	}

	div.Tiles-6-1 > div:nth-child(1)
	{
		width: 41.667%;
		margin-left: 0%;
	}

	div.Tiles-6-1 > div:nth-child(2)
	{
		width: 58.333%;
		margin-left: 0%;
	}

	div.Tiles-6-2 > div:nth-child(1)
	{
		width: 41.667%;
		margin-left: 0%;
	}

	div.Tiles-6-2 > div:nth-child(2)
	{
		width: 58.333%;
		margin-left: 0%;
	}

	div.Tiles-6-3 > div:nth-child(1)
	{
		width: 41.667%;
		margin-left: 0%;
	}

	div.Tiles-6-3 > div:nth-child(2)
	{
		width: 58.333%;
		margin-left: 0%;
	}

	div.Two_Tiles_75-25 > div:nth-child(1)
	{
		width: 41.667%;
		margin-left: 0%;
	}

	div.Two_Tiles_75-25 > div:nth-child(2)
	{
		width: 58.333%;
		margin-left: 0%;
	}

	div.Two_Tiles_50-50 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Two_Tiles_50-50 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Two_Tiles_50-50 > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.NewRowClass1 > div:nth-child(1)
	{
		width: 49%;
		margin-left: 1%;
	}

	div.NewRowClass1 > div:nth-child(2)
	{
		width: 49%;
		margin-left: 1%;
	}

	div.Tiles-6-6 > div:nth-child(3)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.NewRowClass2 > div:nth-child(1)
	{
		width: 41.667%;
		margin-left: 0%;
	}

	div.NewRowClass2 > div:nth-child(2)
	{
		width: 58.333%;
		margin-left: 0%;
	}

	div.Two_Tiles_80-20 > div:nth-child(1)
	{
		width: 41.667%;
		margin-left: 0%;
	}

	div.Two_Tiles_80-20 > div:nth-child(2)
	{
		width: 58.333%;
		margin-left: 0%;
	}

	div.MenuPrint > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.MenuPrint > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.MenuPrint > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	h1.hideTOC
	{
		
	}

	div.Row-3-3-3-3 > div:nth-child(1)
	{
		margin-left: 0%;
		width: 25%;
	}

	div.Row-3-3-3-3 > div:nth-child(2)
	{
		margin-left: 0%;
		width: 25%;
	}

	div.Row-3-3-3-3 > div:nth-child(3)
	{
		margin-left: 0%;
		width: 25%;
	}

	div.Row-3-3-3-3 > div:nth-child(4)
	{
		margin-left: 0%;
		width: 25%;
	}

	div.Row-3-3-3 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Row-3-3-3 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Row-3-3-3 > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Standout-1 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Standout-1 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Standout-1 > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}
}

@media only screen and (max-device-width: 767px)
{
	/* Home page topic */

	div.home-tiles p
	{
		line-height: 1.2;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 10px;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.topic-hero h1
	{
		font-size: 2.5em;
		text-align: center;
	}

	/* Master page */

	.footer
	{
		padding: 5% 7%;
		text-align: center;
	}

	.footer-icons
	{
		text-align: center;
	}

	.footer-logo
	{
		text-align: center;
	}

	div.home-footer > div:nth-child(1)
	{
		width: 100%;
	}

	div.home-footer > div:nth-child(2)
	{
		width: 100%;
		margin: 3% 0;
	}

	div.Two_Tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Two_Tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Tiles-6-6 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Tiles-6-6 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Tiles-6-1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Tiles-6-1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Tiles-6-2 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Tiles-6-2 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Tiles-6-3 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Tiles-6-3 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	body
	{
		margin-right: 0.1in;
		margin-left: 0.1in;
	}

	html.home-topic
	{
		padding-left: 2%;
	}

	div.Two_Tiles_75-25 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Two_Tiles_75-25 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Two_Tiles_50-50 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Two_Tiles_50-50 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Two_Tiles_50-50 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewRowClass1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewRowClass1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Tiles-6-6 > div:nth-child(3)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	caption
	{
		color: #326590;
		padding: 6px;
		padding-bottom: 12px;
		font-weight: bold;
		font-size: 10pt;
	}

	MadCap|dropDownHotspot
	{
		font-size: 10pt;
	}

	div.NewRowClass2 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NewRowClass2 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Two_Tiles_80-20 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Two_Tiles_80-20 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.MenuPrint > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.MenuPrint > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.MenuPrint > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	h2.hideTOC
	{
		mc-heading-level: 2;
	}

	h4.hideTOC
	{
		mc-heading-level: 4;
	}

	h1.hideTOC
	{
		
	}

	div.Row-3-3-3-3 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Row-3-3-3-3 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Row-3-3-3-3 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Row-3-3-3-3 > div:nth-child(4)
	{
		margin-left: 0%;
		width: 100%;
	}

	div.Row-3-3-3 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Row-3-3-3 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Row-3-3-3 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Standout-1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Standout-1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Standout-1 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}
}

h1.product_name
{
	font-size: 18pt;
}

table#no-header-doublebars
{
	width: 100%;
	padding: 2px;
	border: double 2px #000000;
}

img.img-icon
{
	border: none;
	max-width: 100%;
	height: auto;
	width: 35px;
}

img.img-gif
{
	border: none;
	max-width: 100%;
	height: auto;
	width: 400px;
}

p.title-page-url
{
	color: var(--Dark);
	line-height: 15pt;
	font-size: 9pt;
	margin-bottom: 10px;
	margin-top: 10px;
	orphans: 3;
	widows: 3;
}

p.title-page-footer
{
	color: var(--Dark);
	font-size: 9pt;
	line-height: 15pt;
	margin-bottom: 10px;
	margin-top: 30px;
	frame-break-before: always;
	orphans: 3;
}

p.title
{
	orphans: 3;
	widows: 3;
	font-size: 28pt;
	font-weight: bold;
	font-style: normal;
	font-family: serif;
	margin-top: 48px;
	line-height: normal;
}

img.img-iconlarge
{
	border: none;
	max-width: 100%;
	height: auto;
	width: 125px;
}

img.img-icon-med
{
	border: none;
	max-width: 100%;
	width: 60px;
}

img.img-icon-small
{
	border: none;
	max-width: 100%;
	width: 45px;
}

img.img-screencap
{
	border: none;
	max-width: 100%;
	height: auto;
	width: 400px;
}

.MCDropDown_Image_Icon
{
	display: none;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage
{
	padding-left: 20px;
}

.dropDown
{
	border-bottom: none;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	padding-left: 20px;
}

img.thumbnail-screencap	/*600px max and 300px thumbnail*/
{
	mc-thumbnail-max-width: 300px;
	mc-thumbnail-max-height: auto;
	width: 400px;
}

img.thumbnail-large	/*700px and 350px thumbnai*/
{
	mc-thumbnail-max-width: auto;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: 200px;
	width: auto;
	height: 350px;
}

h1.hideTOC
{
	
}

p.subtitle
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-size: 18pt;
	font-family: Verdana;
	color: #5f93c2;
}

#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;
}

p.nav
{
	margin-bottom: 8px;
	margin-top: 8px;
	text-align: right;
	color: #949300;
	font-size: .90em;
}

object.webm	/*For objects similar to screenshots.*/
{
	height: auto;
	width: 450px;
}

p.sub-paragraph-emphasis
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-size: 90%;
	font-weight: inherit;
	font-style: italic;
}

iframe.youtube-player_0
{
	height: 450px;
}

h2.hideTOC
{
	font-family: 'Microsoft Sans Serif';
	color: #5f93c2;
	margin-bottom: .83em;
	margin-top: .83em;
	mc-heading-level: 2;
	font-size: 1.15em;
	font-weight: bolder;
}

h3.hideTOC
{
	font-weight: bold;
	font-family: 'Microsoft Sans Serif';
	color: #5f93c2;
	font-size: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
	mc-heading-level: 3;
}

h4.hideTOC
{
	font-weight: bold;
	font-family: 'Microsoft Sans Serif';
	color: #326590;
	font-size: 1em;
	mc-heading-level: 4;
}

object.youtube	/*youtube embedded video*/
{
	min-height: 300px;
	min-width: 500px;
}

h5.hideTOC
{
	mc-heading-level: 5;
}

h6.hideTOC
{
	mc-heading-level: 6;
}

div.conditional	/*Workaround to Flare bug. Use to wrap elements that you can't condition, such as tables.*/
{
	
}

MadCap|dropDownHead.heading
{
	color: #326590;
	font-family: 'Microsoft Sans Serif';
	font-size: 1em;
	font-weight: bold;
}

MadCap|dropDownHotspot.dropDownHeader
{
	cursor: hand;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	font-size: 12pt;
	color: #5f93c2;
}

img.img-icon-mini
{
	border: none;
	max-width: 100%;
	height: auto;
	width: 17px;
}

img.img-screencap-large
{
	border: none;
	max-width: 100%;
	height: auto;
	width: 750px;
}

MadCap|dropDownBody.dropDownHotspot-H2
{
	padding: 10px 30px 0;
}

