/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body
{
	font-family: Open Sans, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

body.home
{
	background-color: #fafafa;
}

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;
}

html.home-topic .sidenav-wrapper	/*Removes the side navigation from the home topic*/
{
	display: none;
}

html.search-results .sidenav-wrapper	/*Removes the side navigation from the search results page*/
{
	display: none;
}

div.home-layout
{
	padding: 2% 15%;
	background-color: #fafafa;
}

div.layout-separator
{
	border-right: 1px solid #dadada;
}

div.topic-container	/*Sets padding on topics*/
{
	padding: 2% 0;
}

div.sub-content
{
	border-top: solid 1px #dadada;
	margin-top: 40px;
	padding: 25px 0;
}

div.search-results	/*Sets side padding on search results*/
{
	padding: 0 20%;
}

h1
{
	font-weight: bold;
	font-size: 24.0pt;
	color: #45494c;
}

h2
{
	font-weight: bold;
	font-size: 20.0pt;
}

h3
{
	font-weight: bold;
	font-size: 18.0pt;
}

h4
{
	font-weight: bold;
	font-size: 16.0pt;
}

h5
{
	font-weight: bold;
	font-size: 14.0pt;
}

h6
{
	font-weight: bold;
	font-size: 12.0pt;
}

p
{
	font-size: 12.0pt;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #fff;
}

ol,
ul
{
	letter-spacing: .25;
	line-height: 20pt;
}

ol.Numeral
{
	list-style-type: decimal;
}

img
{
	border: none;
	max-width: 100%;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #006600;
}

MadCap|expandingBody
{
	color: #777777;
	font-style: italic;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: #45494c;
	font-size: 20pt;
	font-weight: bold;
	border-bottom: none;
}

MadCap|xref
{
	color: #45494c;
	mc-format: '{para}';
	text-decoration: underline;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: #888888;
}

a:link	/*Color of hyperlinks*/
{
	text-decoration: none;
	color: #34659d;
}

a:visited
{
	color: #34659d;
}

a:hover
{
	color: #34659d;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDown
{
	border-bottom: 1px solid #dadada;
	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;
}

div.home-page-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-page-layout::before
{
	content: ' ';
	display: table;
}

div.home-page-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-page-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-page-layout > div:nth-child(1)
{
	width: 75%;
	margin-left: 0%;
	padding: 0 5%;
}

div.home-page-layout > div:nth-child(2)
{
	width: 25%;
	margin-left: 0%;
	padding: 0 5% 2%;
}

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;
	padding: 0 5%;
}

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;
	height: 350px;
}

div.home-tiles-layout > div:nth-child(1)
{
	width: 48%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 48%;
	margin-left: 4%;
}

div.home-tiles-layout > div:nth-child(2) > div:last-child
{
	margin-bottom: 0;
}

div.home-tile
{
	padding: 4%;
	height: 100%;
	border: solid 1px #dadada;
	border-radius: 3px;
}

a.main-tile
{
	height: 100%;
	display: block;
	border-radius: 3px;
	text-align: center;
	margin-bottom: 7px;
	background-color: #fff;
	text-decoration: none;
}

a.side-tile
{
	height: 23.5%;
	display: block;
	text-align: center;
	margin-bottom: 7px;
	background-color: #fff;
	text-decoration: none;
}

a.main-tile:hover
{
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition: all 0.2s;
}

a.side-tile:hover
{
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition: all 0.2s;
}

p.tile-title
{
	font-size: 1.2em;
	letter-spacing: 0.25;
	color: #34659d;
	margin: 0;
}

p.tile-subtitle
{
	font-size: 0.9em;
	margin: 0;
	color: #000000;
}

span.AllNoteStyles
{
	font-weight: bold;
	text-transform: uppercase;
	color: #016475;
}

span.Code
{
	font-family: 'Courier New';
}

span.DarkBlue
{
	font-weight: bold;
	text-transform: uppercase;
	color: #016475;
}

span.Blue
{
	font-weight: bold;
	text-transform: uppercase;
	color: #444444;
}

span.Red
{
	font-weight: bold;
	text-transform: uppercase;
	color: #C21b05;
}

span.Yellow
{
	font-weight: bold;
	text-transform: uppercase;
	color: #FF9D00;
}

div.video-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.video-tiles::before
{
	content: ' ';
	display: table;
}

div.video-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.video-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}

div.video-tiles > div:nth-child(1)
{
	width: 33.333%;
	margin-left: 0%;
}

div.video-tiles > div:nth-child(2)
{
	width: 33.333%;
	margin-left: 0%;
}

div.video-tiles > div:nth-child(3)
{
	width: 33.333%;
	margin-left: 0%;
}

div.video-tiles *	/*Text-align center set to all elements within div.video-tiles*/
{
	text-align: center;
}

div.home-footer
{
	padding: 1% 5%;
	background-color: #555;
}

ol ol
{
	list-style-type: lower-alpha;
}

ol ul
{
	list-style-type: disc;
}

ul ul
{
	list-style-type: disc;
}

div.responsive-table-layout-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;
	background-color: #f6f6f6;
	border: 1px solid #efefef;
	margin-bottom: 2rem;
	padding: 0% 5%;
}

div.responsive-table-layout-3::before
{
	content: ' ';
	display: table;
}

div.responsive-table-layout-3::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.responsive-table-layout-3 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
}

div.responsive-table-layout-3 > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.responsive-table-layout-3 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.responsive-table-layout-3 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.responsive-table-layout-4	/*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;
	background-color: #f6f6f6;
	border: 1px solid #efefef;
	margin-bottom: 2rem;
	padding: 0% 5%;
}

div.responsive-table-layout-4::before
{
	content: ' ';
	display: table;
}

div.responsive-table-layout-4::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.responsive-table-layout-4 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 350px;
}

div.responsive-table-layout-4 > div:nth-child(1)
{
	margin-left: 0%;
	width: 48%;
}

div.responsive-table-layout-4 > div:nth-child(2)
{
	width: 48%;
	margin-left: 4%;
}

div.responsive-table-layout-4 > div:nth-child(3)
{
	margin-left: 0%;
	width: 48%;
	margin-top: -20pt;
}

div.responsive-table-layout-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.responsive-table-layout-1::before
{
	content: ' ';
	display: table;
}

div.responsive-table-layout-1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.responsive-table-layout-1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.responsive-table-layout-1 > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.responsive-table-layout-1 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.responsive-table-layout-1 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

@media print
{
	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}
}

p.Procedure
{
	font-style: italic;
	font-weight: bold;
	margin-top: 12pt;
	line-height: 12pt;
	page-break-after: avoid;
	font-size: 12pt;
}

p.InsideCoverText
{
	font-size: 10pt;
	line-height: 14pt;
}

p.InsideCoverTitle
{
	font-weight: bold;
	line-height: 14pt;
	font-size: 10pt;
}

p.Code
{
	font-family: 'Courier New';
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.CaptionFigure
{
	font-weight: bold;
}

p.CaptionTable
{
	font-weight: bold;
	mc-auto-number-format: 'Table {n+}: ';
}

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;
	display: block;
}

div.NewRowClass1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.NewRowClass1::before
{
	content: ' ';
	display: table;
}

div.home-tiles-layout-table	/*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;
	padding: 0 5%;
}

div.responsive-table-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;
	padding: 0 5%;
	background-color: #f6f6f6;
	border: 1px solid #efefef;
	margin-bottom: 2rem;
}

div.responsive-table-layout > div
{
	float: left;
	box-sizing: border-box;
	height: auto;
}

div.responsive-table-layout > div:nth-child(1)
{
	width: 48%;
	margin-left: 0%;
}

div.responsive-table-layout > div:nth-child(2)
{
	margin-left: 4%;
	width: 48%;
}

div.responsive-table-layout > div:nth-child(2) > div:last-child
{
	margin-bottom: 0;
}

div.responsive-table-layout::before
{
	display: table;
	content: ' ';
}

div.responsive-table-layout::after
{
	display: table;
	clear: both;
	content: ' ';
}

@media only screen and (max-width: 1279px)
{
	html.home-topic .body-container
	{
		margin-left: 0;
	}

	div.home-layout
	{
		padding: 2% 5%;
		background-color: #fafafa;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 100%;
		margin-top: 5%;
		margin-left: 0%;
	}

	div.responsive-table-layout > div:nth-child(1)
	{
		width: 100%;
	}

	div.responsive-table-layout > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: -20pt;
	}

	div.responsive-table-layout-3 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.responsive-table-layout-3 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.responsive-table-layout-3 > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.responsive-table-layout-4 > div:nth-child(1)
	{
		margin-left: 0%;
		width: 100%;
	}

	div.responsive-table-layout-4 > div:nth-child(2)
	{
		margin-left: 0%;
		margin-top: -20pt;
		width: 100%;
	}

	div.responsive-table-layout-4 > div:nth-child(3)
	{
		margin-left: 0%;
		width: 100%;
	}

	div.responsive-table-layout-4 > div:nth-child(4)
	{
		margin-left: 0%;
		width: 100%;
		margin-top: -20pt;
	}

	div.responsive-table-layout-1 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.responsive-table-layout-1 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.responsive-table-layout-1 > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	div.home-layout
	{
		padding: 2% 0;
		background-color: #fafafa;
	}

	.layout-separator
	{
		border-right: none;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 5%;
	}

	div.home-page-layout > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-page-layout > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.video-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.video-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.video-tiles > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.responsive-table-layout > div:nth-child(1)
	{
		width: 100%;
	}

	div.responsive-table-layout > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: -20pt;
	}

	div.responsive-table-layout-3 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.responsive-table-layout-3 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: -20pt;
	}

	div.responsive-table-layout-3 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: -20pt;
	}

	div.responsive-table-layout-4 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.responsive-table-layout-4 > div:nth-child(2)
	{
		margin-left: 0%;
		margin-top: -20pt;
		width: 100%;
	}

	div.responsive-table-layout-4 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.responsive-table-layout-4 > div:nth-child(4)
	{
		margin-left: 0%;
		margin-top: -20pt;
		width: 100%;
	}

	div.responsive-table-layout-1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.responsive-table-layout-1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.responsive-table-layout-1 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}
}

div.responsive-table-layout-4 > div:nth-child(4)
{
	margin-left: 4%;
	width: 48%;
	margin-top: -20pt;
}

