/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*===========================================================================================================================================================

Hello! If this is your first time looking at a stylesheet within the text editor view, what you are reading right now is a "comment". Comments are added throughout this stylesheet with the purpose of making the source code easier to understand, comments will not be interpreted during the compile process. Since comments are not interpreted during the compile process, feel free to add or remove any comments.

For help with MadCap Flare go to Help Ribbon > Topics Section > Open Help. Alternatively visit the Flare Online Help at help.madcapsoftware.com

If you have any questions regarding how to work with this stylesheet or template project, please contact MadCap Technical Support. 
https://www.madcapsoftware.com/support/contact-options.aspx

NOTE: Generally, this stylesheet has elements listed out in the order that they appear in the topic from top to bottom. The exception are General styles which are at the top and the stylesheet mediums which are at the bottom.

EXAMPLE: Since the search-bar is at the top of the topic page, it will be listed closer to the top of this stylesheet.

===========================================================================================================================================================*/

/*==Topic General Styles==*/

body
{
	line-height: 1.7em;
	background-color: #fff;
	font-family: Arial;
	color: #ffffff;
}

h1
{
	font-family: 'Segoe UI';
	text-transform: uppercase;
	margin-left: 0px;
	color: #FF6A00;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 24pt;
	margin-bottom: 25pt;
	padding-bottom: 15px;
	padding-top: 0;
	padding-left: 0px;
	margin-top: 30px;
	font-size: 24pt;
}

h2
{
	margin-bottom: 4px;
	text-transform: uppercase;
	font-family: 'Segoe UI';
	letter-spacing: 1px;
	line-height: 18px;
	color: #FF6A00;
	text-decoration: Expanded;
	font-size: 16pt;
	margin-top: 15px;
	padding-top: 20px;
	font-weight: 400;
}

h3
{
	font-family: 'Segoe UI';
	text-transform: uppercase;
	list-style: 12pt;
	font-size: 14pt;
	font-weight: normal;
	color: #ff6a00;
	padding-bottom: 0;
	margin-bottom: 0px;
	margin-top: 2px;
	padding-top: 30px;
}

h4
{
	font-weight: normal;
	font-family: 'Segoe UI';
	font-style: italic;
	text-align: center;
	line-height: 12pt;
	margin-top: 2px;
	color: #232323;
	font-size: 11pt;
	margin-bottom: 20px;
	padding-bottom: 30px;
}

h5
{
	font-family: 'Segoe UI';
	font-style: italic;
	font-weight: normal;
	margin-top: 4pt;
	margin: 4pt;
	margin-left: 0;
	font-size: 12pt;
	color: #232323;
	margin-bottom: 6px;
	line-height: 18px;
	padding-bottom: 6px;
}

h6
{
	font-family: 'Segoe UI';
	color: #232323;
	line-height: normal;
	margin-bottom: 2px;
	margin-top: 2px;
	font-weight: normal;
	font-size: 14px;
}

li
{
	margin-bottom: 6px;
	margin-top: 6px;
	font-family: 'Segoe UI';
	text-align: justify;
	color: #000000;
	margin-left: -10px;
	font-size: 14pt;
}

p
{
	font-family: 'Segoe UI';
	text-align: justify;
	margin-top: 8px;
	margin-bottom: 12px;
	line-height: 20pt;
	font-size: 14pt;
	color: #000000;
}

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
	padding-bottom: 10px;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:visited
{
	color: #ff6a00;
}

a.MCBreadcrumbsLink:hover
{
	color: #232323;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: 1.2em;
}

MadCap|xref
{
	color: #2D8DCC;
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
}

MadCap|xref:hover
{
	color: #0D5579;
}

MadCap|dropDownHotspot
{
	color: #ff6a00;
	font-family: 'Segoe UI';
	font-size: 11pt;
	padding-top: 5px;
}

MadCap|dropDownBody
{
	font-family: 'Segoe UI';
	font-size: 11pt;
	color: #232323;
	border-bottom: 1px solid #d3d3d3;
}

MadCap|dropDown	/*Change the "mc-open-image" and "mc-closed-image" properties to change the icons used in drop-downs*/
{
	mc-open-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png');
	mc-closed-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png');
	margin-bottom: 20px;
	padding-bottom: 0px;
}

/*==Master Page Topic Layout==*/

nav.title-bar	/*Adds bottom border on top navigation bar*/
{
	border-bottom: 1px solid #d3d3d3;
}

div.top-bar	/*Contains the breadcrumbs and toolbar*/
{
	min-height: 50px;
	/*Min-height is necessary for topics that are not included in a TOC*/
}

div.search-container
{
	float: right;
	max-width: 25%;
}

/*==Elements for the left side of Master Page layout==*/

div.side-menu	/*This is the div that the menu proxy is contained in*/
{
	padding-left: 10px;
	margin-top: 15px;
	padding-top: 50px;
}

/* ---------------------------------------------------------
   MENU PROXY (Side Navigation)
   TOC SEPARATORS � Invisible + Non-clickable
--------------------------------------------------------- */

/* Base separator <li> element */

ul.menu li.TOCSeparator
{
	list-style-type: none;
	margin: 8px 0;
	/* Creates vertical gap between groups */
	padding: 0;
	cursor: default !important;
	background: transparent !important;
	height: 8px;
	/* Optional; ensures consistent spacing */
}

/* If Flare outputs an <a> link inside the separator */

ul.menu li.TOCSeparator > a
{
	color: transparent !important;
	/* Invisible text */
	text-decoration: none;
	pointer-events: none !important;
	/* Prevents clicking */
	background: transparent !important;
	display: block;
}

/* Prevent hover highlight */

ul.menu li.TOCSeparator:hover,
ul.menu li.TOCSeparator > a:hover
{
	background: transparent !important;
	color: transparent !important;
}

ul.navigation ul > li.TOCSeparator:hover
{
	background: #686868;
}

a:link
{
	text-decoration: none;
	color: #ff6a00;
}

a:visited
{
	text-decoration: none;
	color: #ff6a00;
}

ul.menu._Skins_SideMenu.mc-component li > a:hover
{
	background-color: #0D5579;
	border-radius: 5px;
}

ul.menu._Skins_SideMenu.mc-component ul > li > a:hover
{
	background-color: #0D5579;
	border-radius: 5px;
}

ul.menu._Skins_SideMenu.mc-component ul ul > li > a:hover
{
	background-color: #0D5579;
	border-radius: 5px;
}

ul.menu._Skins_SideMenu.mc-component ul ul ul > li > a:hover
{
	background-color: #0D5579;
	border-radius: 5px;
}

ul.menu._Skins_SideMenu.mc-component ul ul ul ul > li > a:hover
{
	background-color: #0D5579;
	border-radius: 5px;
}

a:hover
{
	color: #933c00;
}

div.topic-layout	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.topic-layout::before
{
	content: ' ';
	display: table;
}

div.topic-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.topic-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.topic-layout > div:nth-child(1)	/*Menu Proxy container*/
{
	width: 25%;
	margin-left: 0%;
}

div.topic-layout > div:nth-child(2)
{
	width: 73%;
	margin-left: 2%;
}

a
{
	color: #ff6a00;
}

MadCap|bodyProxy
{
	margin-top: 35px;
	padding-left: 150px;
}

ul
{
	font-family: 'Segoe UI';
	color: #000000;
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 14pt;
	margin-left: 20px;
}

MadCap|searchBarProxy
{
	
}

MadCap|popupHead
{
	color: #FF6A00;
	font-family: 'Segoe UI';
	font-style: normal;
	font-weight: normal;
	font-size: 14pt;
	border-bottom-color: #c0c0c0;
	border-bottom: solid 1px #dcdcdc;
}

MadCap|popupBody
{
	color: #ffffff;
	font-family: 'Segoe UI';
	border-top-color: #FF6A00;
	border-right-color: #FF6A00;
	border-left-color: #FF6A00;
	border-bottom-color: #FF6A00;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	text-align: justify;
	font-size: 10pt;
	background-color: #303030;
	border: solid 1px #303030;
}

MadCap|menuProxy
{
	font-family: 'Segoe UI';
	font-size: 11pt;
	padding-top: 0;
	margin-top: 35px;
}

MadCap|searchResultsProxy
{
	
}

MadCap|popup
{
	background-color: transparent;
	padding-top: 0px;
	padding: 0px;
	margin-bottom: -1px;
}

blockquote
{
	font-family: 'Segoe UI';
	text-align: left;
	margin-right: 0px;
	margin-left: 0;
	padding-left: 20px;
	padding-right: 0px;
	border-bottom-color: #ff6a00;
	font-size: 11pt;
	color: #ff9548;
	border-bottom: none 1px transparent;
	border-left: none 2px #ff6a00;
	border-top: none 1px transparent;
	border-left-style: solid;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 40px;
	margin-bottom: 60px;
}

a.selected
{
	color: #ff6a00;
}

ol
{
	text-align: justify;
	margin-left: 0px;
}

img.thumbnail
{
	mc-thumbnail: popup;
	mc-thumbnail-max-width: 250px;
	mc-thumbnail-max-height: inherit;
	padding-bottom: 20px;
}

img.Gif
{
	mc-thumbnail: popup;
	mc-thumbnail-max-width: 250px;
	mc-thumbnail-max-height: inherit;
	padding-bottom: 0;
	line-height: 12pt;
}

MadCap|dropDownHead
{
	font-size: 12pt;
}

/*===========================================================================================================================================================
Styles after this point are styles that are for specific mediums. If any additional styles are added to this template they will be listed after mediums.
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
===========================================================================================================================================================*/

@media only screen and (max-width: 1279px)
{
	.row.nav-search
	{
		display: block;
	}

	div.search-container
	{
		display: none;
	}

	div.topic-layout > div:nth-child(1)
	{
		display: none;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
	}
}

@media only screen and (max-width: 767px)
{
	div.top-bar
	{
		min-height: 0;
	}

	.row.nav-search
	{
		display: block;
	}

	div.search-container
	{
		display: none;
	}

	div.topic-layout > div:nth-child(1)
	{
		display: none;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
	}
}

p.Narrow
{
	font-size: 11pt;
	line-height: 12pt;
	color: #232323;
}

span.SearchHighlight1
{
	color: #000000;
	background-color: #ffff66;
}

span.SearchHighlight10
{
	color: #ffffff;
	background-color: #990099;
}

span.SearchHighlight2
{
	color: #000000;
	background-color: #a0ffff;
}

span.SearchHighlight3
{
	color: #000000;
	background-color: #99ff99;
}

span.SearchHighlight4
{
	color: #000000;
	background-color: #ff9999;
}

span.SearchHighlight5
{
	color: #000000;
	background-color: #ff66ff;
}

span.SearchHighlight6
{
	color: #ffffff;
	background-color: #880000;
}

span.SearchHighlight7
{
	color: #ffffff;
	background-color: #00aa00;
}

span.SearchHighlight8
{
	color: #ffffff;
	background-color: #886800;
}

span.SearchHighlight9
{
	color: #ffffff;
	background-color: #004699;
}

MadCap|topicToolbarProxy#TinyToolBar
{
	mc-topic-toolbar-items: Print RemoveHighlight;
	text-align: right;
	padding-top: 10px;
}

blockquote.RelatedTopics
{
	font-size: 11pt;
	background-color: transparent;
	border-bottom-color: #ff6a00;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-left: 15px;
	padding-right: 30px;
	border-top: solid 1px #ff6a00;
	border-right: none 1px transparent;
	border-color: transparent;
	border: solid 1px #ff6a00;
	border-left: none 2px transparent;
	border-right-color: transparent;
	border-bottom: solid 1px #ff6a00;
	padding-bottom: 20px;
	line-height: 12pt;
	color: #ff6a00;
	padding-top: 20px;
}

h3.BlockQuote
{
	margin-bottom: 1px;
	margin-top: 0px;
	padding-top: 0px;
	color: #232323;
}

.title-bar-container
{
	margin: 0px;
	padding: 0px;
	max-width: 100%;
	width: 100%;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

@media only screen and (max-width: 1279px)
{
	.title-bar-container
	{
		box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	}
}

@media only screen and (max-width: 767px)
{
	.title-bar-container
	{
		box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	}

	h2
	{
		line-height: 24pt;
	}

	blockquote
	{
		margin-top: 20px;
		margin-bottom: 30px;
	}

	p
	{
		color: #000000;
		font-size: 14pt;
		line-height: 20pt;
	}

	li
	{
		color: #000000;
		font-size: 14pt;
		line-height: 22pt;
	}

	ul
	{
		font-size: 14pt;
		line-height: 22pt;
	}

	MadCap|dropDownHotspot.Gif
	{
		font-size: 14pt;
		text-transform: uppercase;
		color: #ff6a00;
		line-height: 0pt;
	}

	img.Gif
	{
		margin-top: 10px;
		vertical-align: middle;
		padding-bottom: 0px;
		mc-thumbnail-max-height: auto;
		mc-thumbnail-max-width: auto;
		mc-thumbnail: popup;
	}

	MadCap|dropDownHead
	{
		color: #ff6a00;
		font-family: 'Segoe UI';
		font-size: 22pt;
		font-style: normal;
		font-weight: normal;
		text-transform: uppercase;
	}

	img.thumbnail
	{
		mc-thumbnail-max-height: inherit;
		mc-thumbnail-max-width: 250px;
	}

	MadCap|dropDownBody
	{
		
	}
}

MadCap|dropDownHotspot.Gif
{
	font-size: 12pt;
	text-transform: capitalize;
	padding-top: 0px;
	line-height: 12pt;
	padding-bottom: -5px;
}

MadCap|dropDownHead.GifHead
{
	color: #ff6a00;
	font-family: 'Segoe UI';
	font-style: normal;
	font-size: 12pt;
	text-transform: capitalize;
	line-height: 12pt;
	padding-bottom: -5px;
}

MadCap|dropDownBody.Gif
{
	margin-bottom: 20px;
	padding-top: 0px;
}

blockquote.NavFlag
{
	font-size: 11pt;
	background-color: #f5f5f5;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #696969;
	margin-left: 1px;
}

MadCap|dropDown.Gif
{
	padding-bottom: 0;
}

