/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body
{
	color: #404040;
	font-family: Arial, Avenir, Myriad;
	font-size: 1em;
	line-height: 1.7em;
}

a
{
	color: #2d82dc;
}

a.basic-button
{
	color: white;
	padding: 10px 20px;
	margin: 5px;
	border-radius: 10px;
	font-family: 'Segoe UI';
	font-size: 11pt;
	background-color: #3c3c3c;
}

a.basic-button:link
{
	color: white;
}

a.basic-button:visited
{
	color: white;
}

a.basic-button:focus
{
	color: white;
}

a.basic-button:hover
{
	color: #0095da;
}

a.basic-button:active
{
	color: white;
}

a:link
{
	color: #2d82dc;
}

a:visited
{
	color: #2d82dc;
}

a:hover
{
	color: #007CC3;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:visited
{
	color: #000000;
}

a.MCBreadcrumbsLink:hover
{
	color: #007CC3;
}

div.example
{
	background-color: #f0ff86;
	background-repeat: no-repeat;
	border: solid 1px #a4ac67;
	border-radius: 6px;
	margin-bottom: 15px;
	padding: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-family: 'Segoe UI';
}

/*Logo Repositioning Style*/

.title-bar-section a.logo
{
	margin-left: 40px;
}

/*Search Bar Repositioning Style*/

.search,
.search-bar
{
	margin-top: -55px;
	margin-bottom: 55px;
	margin-left: 24%;
}

/*Fixed Header Styles*/
/* Keep the header from scrolling off the page using absolute position */

.tab-bar
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

/* Add scroll bar to Body and absolute position to prevent body from scrolling behind header */

.main-section
{
	overflow: auto;
	position: fixed;
	width: 100%;
	top: 127px;
	bottom: 0;
}

.search-bar
{
	margin-bottom: 55px;
	margin-top: -55px;
}

/* Header height changes when media is used, adjust the top position of the body to match  
   Also need to change the width to match the skin settings in the target*/

@media screen and (max-width: 3000px)
{
	.main-section
	{
		overflow: auto;
		position: absolute;
		width: 100%;
		top: 104px;
		bottom: 0;
	}
}

.row.nav-search
{
	margin-bottom: -12px;
}

/*Side Menu Resizing Style*/

ul.menu._Skins_SideMenu.mc-component
{
	color: #3c3c3c;
	font-family: 'Segoe UI';
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
	margin-left: 120px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 60%;
	height: 100%;
	max-height: 100%;
	background-color: #292928;
}

div.ImagesFloatLeft
{
	clear: both;
	float: left;
	margin-right: 10px;
	padding: 5px;
}

div.ImagesFloatRight
{
	clear: both;
	float: right;
	margin-left: 10px;
	padding: 5px;
}

div.note
{
	background-color: #47484a;
	border-radius: 6px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
	background: #d3d3d3;
	color: #000000;
	border: solid 1px #c0c0c0;
	border-left-width: 1px;
	border-left-color: #c0c0c0;
	background-repeat: no-repeat;
	background-image: none;
	padding-left: 10px;
	-moz-border-radius: 6px;
	mc-auto-number-format: '{b}NOTE{b}: ';
	font-family: 'Segoe UI';
	width: 80%;
}

div.notepix
{
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
	color: #000000;
	font-family: 'Segoe UI';
	background-image: url('../Images/NoteIcon.png');
}

.noteInDiv
{
	mc-auto-number-format: '{b}{color #404040}Note: {/color}{/b}';
}

div.quotation
{
	background-color: #e1e1e1;
	background-image: url('../Images/QuotationMark.png');
	background-repeat: no-repeat;
	background-position: top left;
	border-color: #b3b3b3;
	border-style: solid;
	border-width: 1px;
	border-radius: 6px;
	font-family: 'Century Gothic';
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	line-height: 18px;
	padding: 20px;
	padding-left: 40px;
}

div.sideContent
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 33.33%;
}

div.TightContent
{
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h1
{
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 8px;
	padding-bottom: 10px;
	margin-top: 30px;
	font-family: 'Segoe UI';
}

h2
{
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 20px;
	font-family: 'Segoe UI';
}

h3
{
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 16px;
	font-family: 'Segoe UI';
}

img
{
	border: none;
}

img.Thumbnail
{
	mc-thumbnail: popup;
}

img.ReduceButtonSize
{
	max-height: 25px;
}

li
{
	orphans: 2;
	widows: 2;
	font-size: 12pt;
	font-family: 'Segoe UI';
	font-style: normal;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: .7em;
	font-style: italic;
	mc-breadcrumbs-prefix: 'You are here: ';
	font-family: 'Segoe UI';
}

MadCap|dropDown
{
	margin-bottom: 6px;
	margin-top: 6px;
	mc-closed-image: url('../Images/DropDownClosed.png');
	mc-open-image: url('../Images/DropDownOpen.png');
	font-size: 12pt;
	font-family: 'Segoe UI';
}

MadCap|dropDown.SecondLevel
{
	margin-left: 10px;
	mc-closed-image: url('../Images/DropDownClosedSecondLevel.png');
	mc-open-image: url('../Images/DropDownOpenSecondLevel.png');
	font-style: normal;
}

MadCap|dropDownBody
{
	border-bottom: solid 1px #404040;
}

MadCap|dropDownBody.Final
{
	border-bottom: 0px;
}

MadCap|dropDownHead
{
	font-size: 12pt;
	font: Arial;
}

MadCap|dropDownHotspot
{
	font-weight: bold;
	color: #404040;
	font-family: 'Segoe UI';
}

MadCap|dropDownHotspot:hover
{
	color: #007CC3;
}

MadCap|popup
{
	color: #2D8DCC;
}

MadCap|popup:focus
{
	color: #2D8DCC;
}

MadCap|popup:hover
{
	color: #2D8DCC;
}

MadCap|popupHead
{
	color: #2D8DCC;
	font-weight: bold;
}

MadCap|xref
{
	color: #2D8DCC;
	mc-format: '{para}';
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

MadCap|xref:hover
{
	font-weight: bold;
	font-style: normal;
	color: #2d8dcc;
}

ol
{
	list-style-image: none;
	font-size: 12pt;
	font-family: 'Segoe UI';
}

ol ol
{
	list-style-type: lower-alpha;
}

ol ol ol
{
	list-style-type: lower-roman;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-size: 12pt;
	font-family: 'Segoe UI';
}

p.CompanyInformation1
{
	margin-bottom: 4px;
	margin-top: 14px;
	font-weight: bold;
}

p.CompanyInformation2
{
	color: #6d6d6d;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.ExampleHeadText
{
	font-weight: bold;
	page-break-after: avoid;
	letter-spacing: 5px;
	padding: 0;
	margin: 0;
	border: 0;
}

p.quotationname
{
	text-align: right;
}

p.TableTextCenterDark
{
	color: #000000;
	margin-bottom: 2px;
	margin-top: 8px;
	text-align: center;
}

p.TableTextDark
{
	color: #000000;
	margin-bottom: 2px;
	margin-top: 8px;
}

p.TableTextDarkEmphasis
{
	color: #000000;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
}

span.Emphasis
{
	font-weight: bold;
}

span.SetOffFirstLevel
{
	color: #5e6914;
	font-weight: bold;
}

span.SetOffSecondLevel
{
	color: #445879;
	font-weight: bold;
}

td
{
	margin: 8px;
	vertical-align: top;
	font-family: 'Segoe UI';
}

th
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: 'Segoe UI';
}

ul
{
	list-style-image: url('../Images/Bullet1.png');
	font-family: 'Segoe UI';
}

ul ul
{
	list-style-type: disc;
}

html.templateTopic div.sideContent
{
	display: none;
}

div.ContentRow	/*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.ContentRow::before
{
	content: ' ';
	display: table;
}

div.ContentRow::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.ContentRow > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.ContentRow > div:nth-child(1)
{
	width: 58.333%;
	margin-left: 0%;
}

div.ContentRow > div:nth-child(2)
{
	width: 33.333%;
	margin-left: 8.3333%;
}

table
{
	
}

h4
{
	font-family: 'Segoe UI';
}

i
{
	font-family: 'Segoe UI';
}

span
{
	font-family: 'Segoe UI';
}

MadCap|xref:focus
{
	color: #2d8dcc;
}

@media only screen and (max-width: 3000px)
{
	div.ContentRow > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.ContentRow > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	div.ContentRow > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.ContentRow > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}
}

div.important
{
	border-radius: 6px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
	background: #d3d3d3;
	border: solid 1px #c0c0c0;
	border-left-width: 1px;
	border-left-color: #c0c0c0;
	background-repeat: no-repeat;
	background-image: none;
	padding-left: 10px;
	color: #000000;
	background-color: #ffd700;
	mc-auto-number-format: '{b}IMPORTANT{b}: ';
	-moz-border-radius: 6px;
	width: 80%;
	font-family: 'Segoe UI';
}

div.caution
{
	border-radius: 6px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
	background: #d3d3d3;
	border: solid 1px #c0c0c0;
	border-left-width: 1px;
	border-left-color: #c0c0c0;
	background-repeat: no-repeat;
	background-image: none;
	padding-left: 10px;
	color: #000000;
	mc-auto-number-format: '{b}IMPORTANT{b}: ';
	-moz-border-radius: 6px;
	width: 75%;
	background-color: #ff0000;
	font-family: 'Segoe UI';
	font-weight: bold;
}

i.BI
{
	font-weight: bold;
	font-style: italic;
}

img.smaller
{
	border: none;
	max-width: 90%;
}

ul.bulletsquare
{
	font-family: 'Segoe UI';
	list-style-type: decimal;
}

div.note_small
{
	background-color: #47484a;
	border-radius: 6px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
	background: #d3d3d3;
	color: #000000;
	border: solid 1px #c0c0c0;
	border-left-width: 1px;
	border-left-color: #c0c0c0;
	background-repeat: no-repeat;
	background-image: none;
	padding-left: 10px;
	-moz-border-radius: 6px;
	mc-auto-number-format: '{b}NOTE{b}: ';
	font-family: 'Segoe UI';
	width: 65%;
}

div.important_small
{
	border-radius: 6px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
	background: #d3d3d3;
	border: solid 1px #c0c0c0;
	border-left-width: 1px;
	border-left-color: #c0c0c0;
	background-repeat: no-repeat;
	background-image: none;
	padding-left: 10px;
	color: #000000;
	background-color: #ffd700;
	mc-auto-number-format: '{b}IMPORTANT{b}: ';
	-moz-border-radius: 6px;
	font-family: 'Segoe UI';
	width: 65%;
}

i.i_bold
{
	font-family: 'Segoe UI';
	font-weight: bold;
}

div.note_full
{
	background-color: #47484a;
	border-radius: 6px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
	background: #d3d3d3;
	color: #000000;
	border: solid 1px #c0c0c0;
	border-left-width: 1px;
	border-left-color: #c0c0c0;
	background-repeat: no-repeat;
	background-image: none;
	padding-left: 10px;
	-moz-border-radius: 6px;
	mc-auto-number-format: '{b}NOTE{b}: ';
	font-family: 'Segoe UI';
}

div.title-text
{
	
}

div.fixed
{
	position: fixed;
	top: 95%;
	margin-left: 65%;
}

