@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
/*<meta conditions="" />*/

@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('../MasterPages/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: #0080A8;
	text-decoration: none;
}

a:link
{
	color: #0080A8;
	text-decoration: none;
	font-weight: bold;
	font-style: inherit;
}

a:visited
{
	color: #898889;
	text-decoration: none;
}

a:visited[href^="http"]
{
	background: url('../Images/Assets/external-v.png') no-repeat;
	padding-left: 11px;
}

a:hover
{
	text-decoration: underline;
}

div.GlossaryPageTerm a:hover
{
	text-decoration: none;
	cursor: default;
}

h1
{
	color: #0080A8;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin: 35px 0px 15px 0px;
}

h2
{
	color: #898889;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	width: 100%;
	margin: 35px 0px 15px 0px;
}

h3
{
	color: #898889;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 16px;
	font-weight: bold;
	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: #146791;
}

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%;
}

ul.tools li
{
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	width: 85%;
	margin-bottom: 0px;
}

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;
}

img[src$=".png"] 
{
    image-rendering: -moz-crisp-edges;         	/* Firefox */
    image-rendering: -o-crisp-edges;         	/* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
    image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;  	/* IE (non-standard property) */
}

img.float
{
	float: right;
	margin-left: 5px;
}

object
{
	mc-thumbnail: popup;
}

.hide
{
	display: none;
}

/*Tutorials*/

p.FigureText
{
	text-align: left;
	border-left-style: none;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	mc-auto-number-format: ;
	mc-float: center;
	margin: 0px 15px 15px 0px;
	line-height: 1.4em;
	color: #636365;
}

p.FigureHeading
{
	border-bottom: 1px solid #D9D6D4;
	color: #636365;
	display: block;
	font-style: italic;
	margin: 5px 15px 10px 0px;
	padding-top: 6px;
	text-align: left;
	width: 50%;
	font-size: 15px;
}

p.TutorialSectionIntro
{
	text-align: left;
	border-left-style: none;
	margin: 25px 0px 0px 25px;
	font-size: 19px;
	mc-auto-number-format: ;
	font-weight: normal;
	font-style: italic;
	color: #636365;
}

li.TutorialChapterIntroList
{
	text-align: left;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	color: #636365;
	margin: 15px 0px 0px 25px
}

p.tutorialDocLink
{
	font-size: 15px;
	display: block;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	background-color: #D9D6D4;
}

p.TutorialSubtitle
{
	margin-top: 25px;
	border-left-style: none;
	border-left-width: 1px;
	border-left-color: #000000;
	border-right-style: none;
	border-right-width: 1px;
	border-top-style: none;
	border-top-width: 1px;
	border-bottom-style: none;
	border-bottom-width: 1px;
	color: #0080A8;
	mc-auto-number-format: ;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

ol.TutorialTOC
{
	list-style-type: lower-alpha;
}

div.TutorialSteps
{
	margin-left: 25px;
}

/*MadCap elements*/

div.headerBar
{
	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: #0080A8;
	padding-bottom: 9px;
	padding-left: 15px;
	padding-top: 9px;
	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
	{
		padding-left: 2px;
	}
}

MadCap|miniTocProxy
{
	margin-top: 30px;
	margin-bottom: 15px;
	text-decoration: none;
	padding: 15px;
	color: #0080A8;
	background-image: url('../Images/Assets/menuBkgd.png');
	background-repeat: repeat-x;
	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/cArrow12.png') !important;
	padding-bottom: 1px;
}

.MCDropDown_Open > .MCDropDownHead > .MCDropDownHotSpot_
{
	background-image: url('../Images/Assets/cArrowDown12.png') !important;
	padding-bottom: 1px;
}

.MCDropDown_Closed > .MCDropDownHead > .MCDropDownHotSpot_QSV
{
	background-image: url('../Images/Assets/Arrow12.png') !important;
	padding-bottom: 1px;
	color: #ffffff;
}

.MCDropDown_Open > .MCDropDownHead > .MCDropDownHotSpot_QSV
{
	background-image: url('../Images/Assets/ArrowDown12.png') !important;
	padding-bottom: 1px;
	color: #ffffff;
}

div.MCMiniTocBox_0 a:link,
div.MCMiniTocBox_0 a:visited
{
	font-weight: normal !important;
	color: #0080A8;
}

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/ExpandingClosed.gif');
	mc-open-image: url('../Images/Assets/ExpandingOpen.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/ExpandingClosed.gif');
}

span.MCTextPopup.popup.popupHead.MCTextPopup_Open:before
{
	content: url('../Images/Assets/ExpandingOpen.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: #0080A8;
	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;
	margin: 25px 15px 10px 0px;
}

h1 + img,
div.MCDropDownBody.dropDownBody > img
{
	float: right;
	margin-left: 5px;
}

h1.stepsHeader + img + p,
p.Supplemental,
div.MCDropDownBody.dropDownBody > p
{
	color: #146791;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	padding-bottom: 5px;
	width: 75%;
}

h1.stepsHeader + p
{
	color: #2A6A72;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	padding-bottom: 5px;
	width: 75%;
}

div.MCDropDownBody.dropDownBody > p
{
	margin-left: 15px;
}

div.MCDropDownBody.dropDownBody > p > img
{
    image-rendering: -moz-crisp-edges;         	/* Firefox */
    image-rendering: -o-crisp-edges;         	/* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
    image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;  	/* IE (non-standard property) */
}

li p
{
	font-size: 14px;
	color: #636365;
	display: block;
	margin: 10px 30px 0px 15px;
	text-align: left;
}

/*Other paragraphs*/

p.Tip
{
	background-color: #D9D6D4;
	padding: 15px 18px !important;
	color: #0080A8 !important;
	line-height: 23px !important;
	font-size: 16px;
	width: 100%;
	mc-auto-number-format: 'Tip: ';
}

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;*/
	mc-auto-number-format: 'Noteman says: ';
	min-height: 95px;
}

p.Note:before
{
	content: url('../Images/Assets/noteman-sm.png');
	float: left;
	margin-left: -50px;
}

p.Warning
{
	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: 'WARNING! ';
}

p.Legacy
{
	background-color: #D9D6D4;
	border-left: 1px none #000000;
	border-style: none;
	border-width: 1px;
	line-height: 20px;
	padding: 15px 30px;
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
	display: block;
	mc-auto-number-format: 'WARNING! ';
}

p.Legacy:before
{
	content: url('../Images/Assets/stop.png');
	float: left;
	margin-left: -20px;
	padding-right: 10px;
}

p.seeAlso
{
	margin-top: 4em;
}

/*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;
}

/*QSVs*/

MadCap|dropDown.QSV
{
	background-color: #0080A8;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold !important;
	margin-bottom: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	text-decoration: none;
	display: block;
	clear: both;
}

p.QSV
{
	text-align: center;
	margin-bottom: 4pt;
	margin-top: 4pt;
	margin-right: 6.5pt;
}

div.MCDropDown.dropDown.dropDownQSV.MCDropDown_Open div.MCDropDownBody.dropDownBody p
{
	margin-left: 0px;
}

/*Master pages*/

td.FooterTopicMasterAlignRight
{
	text-align: right;
}

p.FooterTopicMasterAlignRight
{
	font-size: 8pt;
	color: #636365;
	margin: 0pt;
	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;
	font-weight: bold;
	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: 10px;
	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;
	}
}

div.welcomeButtonsRow
{
    margin-left: 31px;
    width: 705px;
    height: 98px;
    text-align: center;
    overflow: visible;
}

div.welcomeButtonsRow h1
{
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: normal;
	color: #0080A8;
}

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
{
	display: block;
    float: left;
    margin-right: 7px;
    text-align: left;
}

div.homeButton a
{
	display: block;
	padding: 16px 10px 16px 16px;
	width: 228px;
	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: #D9D6D4;
	color: #FFFFFF !important;
}

p.Plogue
{
	font-weight: normal;
	font-style: italic;
	color: #898889;
	font-size: 11pt;
}

/*Tables*/

MadCap|dropDownHotspot
{
	font-weight: bold;
	color: #0080A8;
	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;
	}
}

/*Inline formatting*/

span.figuredBass
{
	display: inline-block;
	line-height: 0.8em;
	font-size: 75%;
}

/*FinaleScript*/

code
{
	background-color: #d4eaf0;
	word-wrap: normal;
	font-family: monospace;
}

MadCap|dropDownHotspot.FScommand
{
	font-family: monospace;
	color: #0080A8;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: normal;
}

MadCap|dropDownHotspot.QSV
{
	font-family: monospace;
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: normal;
}

/* FS script example container */

figure
{
	display: block;
	margin: 1em 0;
	border: 1px solid #0080A8;
	border-radius: 3px;
	background: #eee;
	clear: both;
}

div.MCDropDownBody.dropDownBody > figure
{
	margin-left: 80px;
	width: 75%;
}

/* FS script example caption */

figure figcaption
{
	display: block;
	padding: 5px 10px 4px 10px;
	border-bottom: 1px solid #ccc;
	border-radius: 3px 3px 0 0;
	font-weight: bold;
	background: #ddd;
	color: #636365;
}

/* FS script example description */

figure + p
{
	margin-left: 0px !important;
}

/* FS the code example itself */

pre,
pre code,
pre samp
{
	display: block;
	margin: 0;
	background-color: #fefddb;
	cursor: text;
	color: #333;
	/* same core font for outer and inner elements */
	font: normal normal normal 1em / 1.4 monaco, courier, monospace;
}

pre
{
	padding: 10px;
	overflow-x: auto;
}

/* FS syntax highlighting */

pre span.command
{
	font-weight: bold;
	color: #030;
}

pre span.attribute
{
	font-weight: bold;
	color: #650065;
}

pre span.numeral
{
	color: #000080;
}

pre span.string
{
	color: #ac3300;
}

pre span.font
{
	color: #800000;
}

pre span.comment
{
	color: #bdbbbb;
}

/*Uncategorized styles*/

.button-separator
{
	background-color: #FFFFFF;
}

.landingMobile
{
	display: none;
}

.button
{
	position: static;
}

.main-section
{
	z-index: 0;
}

nav.tab-bar
{
	z-index: 1;
}

@media screen and (max-width: 500px)
{

	.landingWeb
	{
		display: none;
	}

	.landingMobile
	{
		display: block;
	}

	p.Note
	{
		width: 100% !important;
		float: none !important;
		margin: 0px;
	}

	p.Tip
	{
		margin: 0px;
	}

	p.Warning
	{
		width: 100%;
		margin-left: 0px;
	}

	img.rightFloat,
	img.leftFloat
	{
		max-width: 60%;
	}

	h1 + p img
	{
		max-width: 100%;
	}

	h1.stepsHeader,
	.dropDownHotspot.dropDownHotspotWhatToDo:link
	{
		width: 85%;
	}

	p.seeAlso ~ p
	{
		margin: 0px;
	}

	h1.stepsHeader + p,
	h1.stepsHeader + img + p,
	p.Supplemental,
	div.MCDropDownBody.dropDownBody > p
	{
		margin-left: 15px;
		width: 75%;
	}

	div.MCDropDownBody p.Note
	{
		width: 85% !important;
	}

	.button
	{
		position: relative;
	}

}

MadCap|indexProxy
{
	mc-output-support: all;
	padding-left: 0px;
}

.dropDownHotspot:link
{
	padding-left: 16px !important;
}

.MCDropDown_Image_Icon
{
	margin-left: -16px;
	padding-right: 20px;
}

p.IndexHeading
{
	text-align: left;
	padding: 5px;
	font-family: 'Lato', 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;
}

a[href^="http"]
{
	background: url('../Images/Assets/external.png') no-repeat;
	padding-left: 11px;
}

MadCap|dropDown.FSMeasUnit
{
	margin-top: -20px;
	margin-bottom: -20px;
}

.MCDropDownHotSpot_.MCDropDownHotSpot_FSMeasUnit
{
	font-weight: normal;
}

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%;
}

li + div, li + img
{	
	padding-bottom: 15px;
}

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;
	}

	p.Tip
	{
		width: 100%;
	}
}

div.tableScroll
{
	overflow-x: auto;
}

MadCap|glossaryProxy
{
	border-top-style: none;
	border-top-width: 0px;
}

.viMobile
{
	display: none;
}

.viDesktop
{
	display: block;
}

@media screen and (max-width: 768px)
{
	.viMobile
	{
		display: block;
	}

	.viDesktop
	{
		display: none;
	}
}

#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: #0080A8;
}

.featuredContent
{
	float: right;
	height: 100%;
	position: absolute;
	margin-left: 249px;
	padding-left: 0px;
}

.primaryFeature
{
	float: left;
	width: 60%;
	height: calc(100% - 7px);
}

.secondaryFeatures
{
	float: right;
	width: calc(40% - 7px);
	height: 100%;
	padding-right: 15px;
}

.secondaryFeature
{
	width: 100%;
	margin-bottom: 7px;
}

@media screen and (max-width: 1025px)
{
	.featuredContent
	{
		display: none;
	}
	
	.featureHeading
	{
		display: none;
	}
}

div.helpButtons h1
{
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
}

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
{
	background-color: #0080A8;
}

div.helpButton a:hover,
div.helpButton a:active,
div.helpButton a:hover h1,
div.helpButton a:active h1
{
	background-color: #61C3A8;
	color: #FFFFFF !important;
}

div.featuredContent a:hover,
div.featuredContent a:active,
div.featuredContent a:hover h1,
div.featuredContent a:active h1
{
	background: none;
	background-color: #61C3A8;
	color: #FFFFFF !important;
}

div.secondaryFeature a
{
	display: block;
    padding: 16px 10px 16px 16px;
    text-decoration: none;
    height: 87.5px;
    background-color: #0080A8;
}

div.secondaryFeature a h1,
div.primaryFeature a h1
{
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-weight: normal;
}

div.primaryFeature a
{
	height: 182px;
    display: block;
    padding: 16px 10px 16px 16px;
    text-decoration: none;
    background-color: #0080A8;
}

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;
}

div.homeButton a[href^="http"]
{
	background: none;
	background-color: #D9D6D4;
}

div.homeButton a[href^="http"]:hover
{
	background-color: #0075A0;
}

a.buttonMM {
    -webkit-appearance: none;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: none;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #0080A8;
	background-origin: padding-box;
	background-size: auto;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	height: 28px;
	letter-spacing: normal;
	line-height: 28px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 10px;
	margin-top: -10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-indent: 0px;
	text-rendering: auto;
	text-transform: uppercase;
	width: 114px;
	word-spacing: 0px;
	writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	z-index: 2;
}
