/*<meta />*/

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body
{
	font-family: 'Source Sans 3', sans-serif;
}

body.home
{
	font-size: 14pt;
	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
{
	margin-top: 40px;
	padding: 25px 0;
	border-top: solid 1px #dad8d8;
}

div.search-results	/*Sets side padding on search results*/
{
	padding: 0 20%;
}

h1
{
	font-weight: bold;
	font-size: 24.0pt;
	color: #4b4f53;
}

h2
{
	font-weight: bold;
	font-size: 18.0pt;
	color: #4b4f53;
}

h3
{
	font-weight: bold;
	font-size: 14.0pt;
	color: #4b4f53;
}

h4
{
	font-weight: bold;
	font-size: 12.0pt;
	color: #4b4f53;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
	color: #4b4f53;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
	color: #4b4f53;
}

p
{
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25;
	font-size: 14pt;
	color: #4b4f53;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #4b4f53;
}

ol,
ul
{
	letter-spacing: .25;
	line-height: 20pt;
}

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: #41823c;
	font-size: 14pt;
}

MadCap|expandingBody
{
	font-style: italic;
	color: #41823c;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	color: #4b4f53;
	font-size: 14pt;
}

MadCap|xref
{
	mc-format: '{para}';
	text-decoration: underline;
	color: #0000ee;
	font-size: 14pt;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: #4b4f53;
}

a:link	/*Color of hyperlinks*/
{
	color: #0000ee;
}

a:visited
{
	color: #45494c;
}

MadCap|dropDownBody
{
	padding-left: 10px;
	padding-right: 10px;
	padding: 10px 10px 0;
	font-size: 14pt;
}

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;
	font-size: 14pt;
}

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;
	background: #ffffff;
}

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
{
	letter-spacing: 0.25;
	color: #41823c;
	font-weight: bold;
	font-size: 14pt;
	margin-top: 1.12em;
	margin-bottom: 1.12em;
	margin: 0;
}

p.tile-subtitle
{
	margin: 0;
	font-size: 14pt;
}

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
{
	font-family: 'Source Sans 3 Medium', 'Source Sans 3 Light', 'Source Sans 3 ExtraLight', 'Source Sans 3 ExtraBold', 'Source Sans 3 Black', 'Source Sans 3', 'Source Sans 3 SemiBold';
	background-color: #fafafa;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 1%;
	padding-bottom: 1%;
}

td
{
	font-family: 'Source Sans 3 Medium', 'Source Sans 3 Light', 'Source Sans 3 ExtraLight', 'Source Sans 3 ExtraBold', 'Source Sans 3 Black', 'Source Sans 3', 'Source Sans 3 SemiBold';
	font-size: 14pt;
	color: #4b4f53;
}

ol
{
	
}

li
{
	font-size: 14pt;
}

a
{
	color: #41823c;
	font-size: 14pt;
}

MadCap|dropDownHead
{
	font-size: 14pt;
}

MadCap|glossaryTerm
{
	color: #41823c;
	font-weight: normal;
	font-style: normal;
}

tr
{
	font-style: normal;
}

div.Side_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-right: auto;
	margin-left: auto;
}

div.Side_links::before
{
	content: ' ';
	display: table;
}

div.Side_links::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Side_links > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Side_links > div:nth-child(1)
{
	width: 25%;
	margin-left: 0%;
	padding: 10px;
}

div.Side_links > div:nth-child(2)
{
	width: 75%;
	margin-left: 0%;
	padding: 10px;
	border-left: solid 3px #e2f6ff;
}

div.basic_444_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.basic_444_layout::before
{
	content: ' ';
	display: table;
}

div.basic_444_layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.basic_444_layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.basic_444_layout > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.basic_444_layout > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.basic_444_layout > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Image_with_content	/*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.Image_with_content::before
{
	content: ' ';
	display: table;
}

div.Image_with_content::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Image_with_content > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Image_with_content > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.Image_with_content > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

div.One-Row-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.One-Row-6-6::before
{
	content: ' ';
	display: table;
}

div.One-Row-6-6::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.One-Row-6-6 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.One-Row-6-6 > div:nth-child(1)
{
	width: 33.333%;
	margin-left: 0%;
}

div.One-Row-6-6 > div:nth-child(2)
{
	width: 66.667%;
	margin-left: 0%;
}

@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.Side_links > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.Side_links > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.basic_444_layout > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.basic_444_layout > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.basic_444_layout > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Image_with_content > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.Image_with_content > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.One-Row-6-6 > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.One-Row-6-6 > div:nth-child(2)
	{
		width: 50%;
		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.Side_links > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Side_links > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.basic_444_layout > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.basic_444_layout > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.basic_444_layout > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Image_with_content > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Image_with_content > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.One-Row-6-6 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.One-Row-6-6 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}
}

@media print
{
	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	div.note
	{
		background-image: url('../Images/icon_print_note.png');
	}

	div.tip
	{
		background-image: url('../Images/icon_print_tip.png');
	}

	div.caution
	{
		background-image: url('../Images/icon_print_caution.png');
	}

	div.danger
	{
		background-image: url('../Images/icon_print_danger.png');
	}

	div.warning
	{
		background-image: url('../Images/icon_print_warning.png');
		border: solid 1px #D05D29;
	}

	div.caution_software
	{
		background-image: url('../Images/icon_print_caution_software.png');
	}
}

h2.Home
{
	text-align: center;
	padding-top: 10px;
}

p.tile-title-for-MC
{
	color: #4b4f53;
	font-weight: bold;
	padding-left: 0;
	padding-right: 0;
	border-bottom: solid 4px #e2f6ff;
}

a.home
{
	font-size: 14pt;
}

div.note
{
	border: solid 1px #84c361;
	margin: 20px 10px 20px 0px;
	padding: 10px 10px 10px 40px;
	background-image: url('../Images/icon_online_note.png');
	background-repeat: no-repeat;
	background-position: 10px 20px;
	padding-left: 50px;
}

div.tip
{
	border: solid 1px #84c361;
	margin: 20px 10px 20px 0px;
	padding: 10px 10px 10px 40px;
	background-repeat: no-repeat;
	background-position: 10px 20px;
	padding-left: 50px;
	background-image: url('../Images/icon_online_tip.png');
}

div.caution
{
	margin: 20px 10px 20px 0px;
	padding: 10px 10px 10px 40px;
	background-repeat: no-repeat;
	background-position: 10px 20px;
	padding-left: 50px;
	background-image: url('../Images/icon_online_caution.png');
	border: solid 1px #F9A900;
}

div.warning
{
	margin: 20px 10px 20px 0px;
	padding: 10px 10px 10px 40px;
	background-repeat: no-repeat;
	background-position: 10px 20px;
	padding-left: 50px;
	background-image: url('../Images/icon_online_warning.png');
	border: solid 1px #D05D29;
}

div.danger
{
	margin: 20px 10px 20px 0px;
	padding: 10px 10px 10px 40px;
	background-repeat: no-repeat;
	background-position: 10px 20px;
	padding-left: 50px;
	background-image: url('../Images/icon_online_danger.png');
	border: solid 1px #9B2423;
}

div.caution_software
{
	margin: 20px 10px 20px 0px;
	padding: 10px 10px 10px 40px;
	background-repeat: no-repeat;
	background-position: 10px 20px;
	padding-left: 50px;
	background-image: url('../Images/icon_online_caution_software.png');
	border: solid 1px #84c361;
}

div.note > p:first-child
{
	mc-auto-number-format: '{b}{color #4B4F53}Note {/color}{/b}';
	mc-auto-number-class: setoff;
}

div.tip > p:first-child
{
	mc-auto-number-format: '{b}{color #4B4F53}Tip {/color}{/b}';
	mc-auto-number-class: setoff;
}

div.caution > p:first-child
{
	mc-auto-number-format: '{b}{color #4B4F53}Caution {/color}{/b}';
	mc-auto-number-class: setoff;
}

div.warning > p:first-child
{
	mc-auto-number-format: '{b}{color #4B4F53}Warning {/color}{/b}';
	mc-auto-number-class: setoff;
}

div.danger > p:first-child
{
	mc-auto-number-format: '{b}{color #4B4F53}Danger {/color}{/b}';
	mc-auto-number-class: setoff;
}

div.caution_software > p:first-child
{
	mc-auto-number-format: '{b}{color #4B4F53}Caution {/color}{/b}';
	mc-auto-number-class: setoff;
}

span.setoff
{
	letter-spacing: 1px;
	text-transform: uppercase;
}

p.qualificationstatement
{
	font-size: 12pt;
	border-top: solid 1px #41823c;
	border-bottom: solid 1px #41823c;
	line-height: 18pt;
}

.search-bar
{
	outline: none;
}

p.DivContent
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding: 10px;
}

/* begin styles for tabs */

ul.tabs
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}

ul.tabs:after
{
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #DAD8D8;
}

ul.tabs .tab-link
{
	color: #333;
	display: inline-block;
	padding: 10px 10px;
	cursor: pointer;
	margin-left: -4px;
	position: relative;
	z-index: 0;
}

ul.tabs .current
{
	background: #fff;
	color: #4B4F53;
	margin-left: 0px;
	margin-right: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 0px solid white;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	z-index: 100;
}

ul.tabs .tab-link:hover
{
	background: #EEF0F0;
	color: #4B4F53;
	display: inline-block;
	padding: 10px 10px;
	cursor: pointer;
	margin-left: -5px;
	border: 1px solid transparent;
}

ul.tabs .current:hover
{
	background: #fff;
	color: #4B4F53;
	margin-left: 0px;
	margin-right: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid transparent;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	z-index: 2;
}

.tab-content
{
	display: none;
	background: #ededed;
	padding: 15px;
	background-color: transparent;
}

.tab-content.current
{
	display: inherit;
}

