@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
/*<meta />*/

@font-face 
{
	font-family: Lato;
	src: url('../fonts/lato-reg.ttf') format('truetype');
} 

@font-face 
{
	font-family: Lato;
	src: url('../fonts/lato-bol.ttf') format('truetype');
	font-weight: bold;
} 

@font-face 
{
	font-family: Lato;
	src: url('../fonts/lato-regita.ttf') format('truetype');
	font-style: italic;
} 

@font-face 
{
	font-family: Lato;
	src: url('../fonts/lato-bolita.ttf') format('truetype');
	font-style: italic;
	font-weight: bold;
} 

@font-face 
{
	font-family: Arvo;
	src: url('../fonts/arvo-regular.ttf') format('truetype');
} 

@font-face 
{
	font-family: Arvo;
	src: url('../fonts/arvo-bold.ttf') format('truetype');
	font-weight: bold;
} 

/*-----------------------------------------------------------*/
/*Page types*/

html.Landing
{
	mc-master-page: url('../master-pages/landingpage.flmsp');
}

/*Basic styles*/

body
{
	background-color: #FFFFFF;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 15px;
	margin: 20px;
}

p
{
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	margin: 12px 0px 15px 0px;
	padding-bottom: 5px;
	text-align: left;
}

a
{
	color: #2D2926;
	text-decoration: none;
}

a:link
{
	color: #2D2926;
	text-decoration: none;
	font-weight: bold;
	font-style: inherit;
}

a:visited
{
	color: #898889;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div.GlossaryPageTerm a:hover
{
	text-decoration: none;
	cursor: default;
}

h1
{
	color: #2D2926;
	font-family: 'Arvo', sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	margin: 35px 0px 15px 0px;
}

h2
{
	color: #898889;
	font-family: 'Arvo', sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-align: left;
	width: 100%;
	margin: 35px 0px 15px 0px;
}

h3
{
	color: #898889;
	font-family: 'Arvo', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 15px;
}

h4
{
	color: #898889;
	font-family: 'DistrictThin', sans-serif;
	font-size: 16px;
	text-align: left;
	line-height: 1.4em;
	width: 80%;
	margin: 12px 15px 15px 15px;
}

.main-section ol,
.main-section ul
{
	padding-left: 2em;
	margin-bottom: 30px;
	color: #191F22;
}

ol ol,
ol ul,
ul ol,
ul ul
{
	margin-left: 0px;
	margin-top: 15px;
}

.main-section li
{
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	margin-bottom: 15px;
	width: 85%;
}

ol ol li,
ol ul li,
ul ol li,
ul ul li
{
	margin-bottom: 10px;
}

img
{
	mc-thumbnail-max-height: 48px;
	max-width: 100%;
}

a img
{
	border: none;
}

object
{
	mc-thumbnail: popup;
}

.hide
{
	display: none;
}

/*MadCap elements*/

div.headerBar
{
	border-top-color: #BDBBBB;
	border-top-style: none;
	border-top-width: 1px;
	border-bottom-color: #BDBBBB;
	border-bottom-style: none;
	border-bottom-width: 1px;
	margin-bottom: 4px;
	margin-top: 4px;
	background-color: #d9d6d4;
}

MadCap|breadcrumbsProxy
{
	border-width: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #2D2926;
	padding-bottom: 9px;
	padding-left: 15px;
	padding-top: 8px;
	vertical-align: middle;
}

MadCap|topicToolbarProxy
{
	padding-bottom: 5px;
	padding-left: 15px;
	padding-top: 4px;
	padding-right: 2px;
	vertical-align: middle;
}

@media screen and (max-width: 768px)
{
	MadCap|breadcrumbsProxy
	{
		display: none;
	}

	MadCap|topicToolbarProxy
	{
		border-color: #BDBBBB;
		border-style: solid;
		border-width: 1px;
		padding-left: 2px;
	}
}

MadCap|miniTocProxy
{
	border-bottom-color: #bdbbbb;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #bdbbbb;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 30px;
	margin-bottom: 15px;
	text-decoration: none;
	padding: 15px;
	color: blue;
	background-color: #ffffff;
}

div.miniTOC
{
	display: none;
}

html.noMenu div.miniTOC,
html.searchTopic div.miniTOC
{
	display: block;
}

html.noMenu div.sideContent,
html.searchTopic div.sideContent
{
	display: none;
}

MadCap|dropDown
{
	margin-bottom: 5px;
}

.MCDropDown_Closed > .MCDropDownHead > .MCDropDownHotSpot_
{
	background-image: url('../images/assets/c-arrow-12.png') !important;
}

.MCDropDown_Open > .MCDropDownHead > .MCDropDownHotSpot_
{
	background-image: url('../images/assets/c-arrow-down-12.png') !important;
}

div.MCMiniTocBox_0 a:link,
div.MCMiniTocBox_0 a:visited
{
	font-weight: normal !important;
}

div.MCMiniTocBox_0 a:hover,
div.MCMiniTocBox_0 a:active
{
	text-decoration: underline;
}

p.MiniTOC1_0
{
	margin: 8px 12px;
	font-size: 19px;
}

p.MiniTOC2_0
{
	margin: 5px 40px;
}

p.MiniTOC3_0
{
	margin: 5px 68px;
}

a.MiniTOC1:link
{
	font-size: 19px;
}

a.MiniTOC2:link
{
	font-size: 16px;
}

a.MiniTOC3:link
{
	font-size: 14px;
}

img.MCPopupThumbnail_0
{
	border: none;
}

hr.DropdownsSeparator
{
	width: 95%;
	text-align: left;
	margin-left: 0;
}

MadCap|glossaryTerm
{
	border-bottom: 1px dotted;
	mc-image-position: left;
	margin-left: 2px;
	mc-image-spacing: 1px;
	mc-closed-image: url('../images/assets/expanding-closed.gif');
	mc-open-image: url('../images/assets/expanding-open.gif');
	font-weight: normal;
	color: inherit;
}

MadCap|popupHead
{
	border-bottom: 1px dotted;
	margin-left: 2px;
	font-weight: normal;
	color: inherit;
}

span.MCTextPopup.popup.popupHead.MCTextPopup_Closed:before
{
	content: url('../images/assets/expanding-closed.gif');
}

span.MCTextPopup.popup.popupHead.MCTextPopup_Open:before
{
	content: url('../images/assets/expanding-open.gif');
}

MadCap|tocProxy
{
	border-top-color: #5bc3a9;
}

/*Tasks*/

h1.stepsHeader,
MadCap|dropDownHotspot.WhatToDo
{
	font-family: 'Lato', Arial, sans-serif;
	font-size: 15px;
	border-bottom: 1px solid #D9D6D4;
	color: #2D2926;
	display: block;
	font-style: italic;
	font-weight: bold;
	margin: 25px 15px 10px 30px;
	text-align: left;
	width: 50%;
}

h1.stepsHeader
{
	line-height: 20px;
	padding-bottom: 5px;
}

h1 + img,
div.MCDropDownBody.dropDownBody > img
{
	float: right;
	margin-left: 5px;
}

h1.stepsHeader + p,
h1.stepsHeader + img + p,
p.Supplemental,
div.MCDropDownBody.dropDownBody > p
{
	color: #191F22;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin-left: 80px;
	padding-bottom: 5px;
	width: 75%;
}

div.MCDropDownBody.dropDownBody > p
{
	margin-left: 15px;
}

li p
{
	font-size: 14px;
	color: #636365;
	display: block;
	margin: 10px 30px 0px 15px;
	text-align: left;
}

/*Search highlights*/

span.SearchHighlight1
{
	color: #000000;
	background-color: #f0e68c;
}

span.SearchHighlight2
{
	background-color: #e6e6fa;
}

span.SearchHighlight3
{
	color: #000000;
	background-color: #ffdab9;
}

span.SearchHighlight4
{
	color: #000000;
	background-color: #dcdcdc;
}

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: #000000;
	background-color: #e3cad4;
}

span.SearchHighlight10
{
	color: #ffffff;
	background-color: #e0ffff;
}

/*Master pages*/

td.FooterTopicMasterAlignRight
{
	text-align: right;
}

p.FooterTopicMasterAlignRight
{
	font-size: 11px;
	margin: 0px;
	color: #636365;
	line-height: 16px;
	font-weight: bold;
	text-align: right;
	padding: 0px;
	width: 100%;
}

p.FooterTopicMasterAlignLeft
{
	font-size: 8pt;
	color: #636365;
	margin: 0pt;
	line-height: 16px;
	font-weight: bold;
	padding: 0px;
	width: 100%;
}

p.buildLine
{
	font-size: 8pt;
	font-style: italic;
	color: #898889;
	padding-bottom: 0px;
	margin-left: 0px;
	width: 100%;
}

.footer
{
	border-top-style: solid;
	border-top-color: #d3d3d3;
	border-top-width: 1px;
	padding-top: 4px;
	margin-top: 4px;
	clear: both;
}

.footerMobile
{
	display: none;
}

@media screen and (max-width: 500px)
{
	.footerMobile
	{
		display: block;
		border-top-style: solid;
		border-top-color: #d3d3d3;
		border-top-width: 1px;
		padding-top: 4px;
		margin-top: 4px;
	}

	.footer
	{
		display: none;
	}
}

/*Landing page*/

div.logo img
{
	width: 100%;
	max-width: 750px;
}

@media screen and (max-width: 500px)
{
	div.logo
	{
		display: none;
	}

	img.logo
	{
		display: none;
	}
}

div.welcomeButtonsRow
{
	width: 705px !important;
	height: 56px;
	text-align: center;
	overflow: visible;
}

div.welcomeButtonsRow h1
{
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: normal;
	color: #2D2926;
}

div.welcomeButtonsRow p
{
	margin: 0px;
	padding: 2px 0px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #636365;
	line-height: 14px;
	width: 90%;
}

div.homeButton
{
	margin-bottom: 7px;
}

div.homeButton a
{
	display: block;
	padding: 16px 10px 16px 16px;
	height: 56px;
	width: 230px;
	overflow: visible;
	text-decoration: none;
}

div.homeButton a:link,
div.homeButton a:visited
{
	background-color: #D9D6D4;
}

div.homeButton a:hover,
div.homeButton a:active,
div.homeButton a:hover p,
div.homeButton a:active p,
div.homeButton a:hover h1,
div.homeButton a:active h1
{
	background-color: #2D2926;
	color: #FFFFFF !important;
}

p.Plogue
{
	font-weight: normal;
	font-style: italic;
	color: #898889;
	font-size: 11pt;
}

/*Tables*/

MadCap|dropDownHotspot
{
	font-weight: bold;
	color: #636365;
	font-size: 16px;
	margin-bottom: 15px;
}

caption
{
	font-weight: bold;
	font-style: normal;
	margin-bottom: .5em;
	margin-top: 10px;
}

thead a:link,
thead a:visited
{
	color: #ffffff;
}

span.tableSortArrow:after[sortorder="DESC"]
{
	content: url('../images/assets/sortdown.png');
}

span.tableSortArrow:after[sortorder="ASC"]
{
	content: url('../images/assets/sortup.png');
}

span.tableSortArrow:not([sortorder]):after
{
	content: url('../images/assets/sortnone.png');
}

div.MCDropDownBody.dropDownBody table
{
	margin-left: 0px;
	margin-top: 10px;
}

/*Images*/

img.leftFloat
{
	float: left;
}

img.rightFloat
{
	float: right;
	margin-left: 10px;
}

@media screen
{
	.printOnly
	{
		display: none;
	}
}

@media print
{
	.screenOnly
	{
		display: none;
	}
}

/*Uncategorized styles*/

.button-separator
{
	background-color: #FFFFFF;
}

.landingMobile
{
	display: none;
}

.button
{
	position: static;
}

.main-section
{
	padding-top: 140px;
	z-index: 0;
}

nav.tab-bar
{
	z-index: 1;
}

MadCap|indexProxy
{
	mc-output-support: all;
	padding-left: 0px;
}

.dropDownHotspot:link
{
	padding-left: 16px !important;
}

.MCDropDown_Image_Icon
{
	margin-left: -16px;
}

p.IndexHeading
{
	text-align: left;
	padding: 5px;
	font-family: 'Arvo', sans-serif;
	background-color: #d9d6d4;
	color: #636365;
	font-size: 18px;
	font-weight: normal;
}

p.Index1
{
	padding-left: 5px;
}

a:not([href])
{
	display: block;
	position: relative;
	top: -138px;
	visibility: hidden;
}

div.GlossaryPageTerm a
{
	top: auto;
	visibility: visible;
}

div.sideContent
{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 35px;
	width: 300px;
}

div.sideContent li
{
	width: 100%;
}

div.sideContent ul.sub-menu a:before
{
	content: url('../images/assets/topic-menu.png');
	margin-left: -16px;
}

div.sideContent .dropDownHotspot
{
	background-image: none !important;
	font-weight: normal;
	font-size: 12px;
	background-color: #888988;
	color: #ffffff;
	padding-left: 4px !important;
	padding-right: 4px;
}

div.sideContent .dropDownBody
{
	margin-left: 0px;
}

div.sideContent .MCDropDown_Open .dropDownHotspot:before
{
	content: "Hide ";
}

div.sideContent .MCDropDown_Closed .dropDownHotspot:before
{
	content: "Show ";
}

div.sideContent .dropDownHead
{
	text-align: right;
}

@media screen and (max-width: 776px)
{
	div.sideContent
	{
		display: none;
	}

	div.miniTOC
	{
		display: block;
	}
}

div.tableScroll
{
	overflow-x: auto;
}

MadCap|glossaryProxy
{
	border-top-style: none;
	border-top-width: 0px;
}

#searchPane a
{
	top: 0px;
	visibility: visible;
	display: inline;
}

@media print
{
	nav.tab-bar
	{
		display: none;
	}

	.right-off-canvas-menu
	{
		display: none;
	}

	.main-section
	{
		padding-top: 0px;
	}
}

.helpContent
{
	position: relative;
}

.helpButtons
{
	text-align: center;
	overflow: visible;
}

.helpButton
{
	width: 100%;
	background-color: #D9D6D4;
}

div.helpButtons h1
{
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: normal;
	color: #2D2926;
}

div.helpButtons p
{
	margin: 0px;
	padding: 2px 0px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #636365;
	line-height: 14px;
	width: 90%;
}

div.helpButton
{
	margin-bottom: 7px;
	width: 228px !important;
}

div.helpButton a
{
	display: block;
	padding: 16px 10px 16px 16px;
	height: 56px;
	width: 228px;
	overflow: visible;
	text-decoration: none;
}

div.helpButton a:link,
div.helpButton a:visited
{
	border: 1px solid #2D2926;
	background-color: #D9D6D4;
}

div.helpButton a:hover,
div.helpButton a:active,
div.helpButton a:hover h1,
div.helpButton a:active h1
{
	background-color: #2D2926;
	color: #FFFFFF !important;
}

div.listing p
{
	margin: 0px 0px 5px 16px !important;
	padding: 0px !important;
	line-height: normal !important;
	font-size: 16px !important;
}

div.listing ul
{
	margin-top: 5px;
	margin-bottom: 15px;
	list-style-image: url('../Images/Assets/topic.png');
	padding-left: 17px;
}

div.listing li
{
	font-size: 16px;
	margin-bottom: 5px;
}

/*-----------------------------------------------------------*/

html.Topic
{
	mc-master-page: url('../master-pages/newpage.flmsp');
}

html.Popup
{
	
}

p.ContextTop
{
	color: #636365;
	margin-left: 40px;
	width: 60%;
}

p.About
{
	margin-left: 80px;
}

p.TutorialStepHeader
{
	font-size: 15px;
	border-bottom: 1px solid #D9D6D4;
	color: #2D2926;
	font-style: italic;
	font-weight: bold;
	margin: 25px 15px 15px 100px;
	width: 60%;
}

p.WhatToDo
{
	font-size: 15px;
	color: #2D2926;
	margin-left: 100px;
	width: 60%;
}

p.Step
{
	font-size: 15px;
	color: #2D2926;
	margin-left: 120px;
	width: 60%;
}

p.Context
{
	font-size: 15px;
	color: #636365;
	margin: 15px 15px 15px 140px;
	width: 60%;
}

p.StepSubsequent
{
	font-size: 15px;
	color: #2D2926;
	margin-left: 160px;
	width: 60%;
}

p.ContextSubsequent
{
	font-size: 15px;
	color: #636365;
	margin: 15px 15px 15px 180px;
	width: 60%;
}

p.FigureImage
{
	margin: 20px 15px 5px 120px;
}

p.FigureImageSubsequent
{
	margin: 20px 15px 5px 160px;
}

p.Note
{
	background-color: #D9D6D4;
	color: #636365 !important;
	float: right !important;
	line-height: 20px !important;
	margin: 5px 0px 20px 20px;
	padding: 15px 15px 15px 65px !important;
	width: 400px !important;
	font-style: italic;
	display: block !important;
	/*clear: both !important;*/
	min-height: 95px;
}

p.Note:before
{
	content: url('../images/assets/aria-logomark-sm.png');
	float: left;
	margin-left: -50px;
}

p.Tip
{
	background-color: #D9D6D4;
	border-left: 1px none #000000;
	border-style: none;
	border-width: 1px;
	line-height: 20px;
	margin: 15px 0px 35px 35px;
	padding: 15px 18px;
	width: 80%;
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
	display: block;
	mc-auto-number-format: 'Tip: ';
}

@media screen and (max-width: 500px)
{
	.landingWeb
	{
		display: none;
	}

	.landingMobile
	{
		display: block;
	}

	img.rightFloat,
	img.leftFloat
	{
		max-width: 60%;
	}

	h1 + p img
	{
		max-width: 100%;
	}

	h1.stepsHeader,
	.dropDownHotspot.dropDownHotspotWhatToDo:link
	{
		width: 85%;
		margin-left: 30px;
	}

	p.Note
	{
		width: 100% !important;
		float: none !important;
		margin: 0px;
	}

	p.seeAlso ~ p
	{
		margin: 0px;
	}

	h1.stepsHeader + p,
	h1.stepsHeader + img + p,
	p.Supplemental,
	div.MCDropDownBody.dropDownBody > p
	{
		margin-left: 15px;
		width: 75%;
	}

	h1.stepsHeader + p
	{
		margin-left: 30px;
	}

	div.MCDropDownBody p.Note
	{
		width: 85% !important;
	}

	.button
	{
		position: relative;
	}

	.main-section
	{
		padding-top: 0px;
	}
}

ol.About,
ul.About
{
	margin-left: 60px;
}

ol.WhatToDo,
ul.WhatToDo
{
	color: #2D2926;
	font-size: 15px;
	margin-left: 80px;
}

ol.Subsequent,
ul.Subsequent
{
	color: #2D2926;
	font-size: 15px;
	margin-left: 120px;
}

a.Popup
{
	mc-popup-width: 700px;
	mc-popup-height: 600px;
}

/*-MacCap----------------------------------------------------------*/

MadCap|popupBody
{
	border: none 0px #000000;
	color: #ffffff;
	background-color: #636365;
}

MadCap|toggler
{
	mc-closed-image: url('../images/assets/toggler_more.png');
	mc-open-image: url('../images/assets/toggler_less.png');
	color: #2D2926;
	border-bottom-align: left;
	font-size: 15px;
	display: block;
	font-style: italic;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
}

/*-MadCap Classes------------------------------------------------------------*/

MadCap|dropDownHotspot.WhatToDo
{
	font-size: 15px;
	border-bottom: 1px solid #D9D6D4;
	color: #2D2926;
	display: block;
	font-style: italic;
	font-weight: bold;
	margin: 25px 15px 10px 100px;
	text-align: left;
	width: 60%;
}

MadCap|dropDownHotspot.TableHeading
{
	font-weight: bold;
	color: #2D2926;
	font-size: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}

/*-User Manual Home----------------------------------------------------------*/

div.welcomeButtons
{
	margin-left: 30px;
	width: 100%;
}

div.homeButton h1
{
	margin: 0px 0px 4px 0px;
	font-size: 20px;
}

div.homeButton p
{
	margin: 0px;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #636365;
	line-height: 14px;
	width: 90%;
}

/*-Master Page------------------------------*/

p.FooterTopicBuildCheck
{
	font-size: 11px;
	margin: 0px 15px 0px 15px;
	color: #636365;
	line-height: 16px;
	font-style: italic;
	padding: 0px;
	width: 100%;
}

div.cover
{
	max-width: 100%;
}

img.cover
{
	max-width: 95%;
}

/*-Last Resort--------------------
[class*="column"] + [class*="column"]:last-child 
	{float: none !important;
}
-----------------------*/
