/*<meta />*/

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

/* CentralSquare Documentation Team Flare Stylesheet */

/* 
CHANGE LOG FOR CURRENT RELEASE
=============================================================================== 
2020-06-26 Q1 Update - amendments (AE and DH) - Made the following additions, changes, removals:
		Removed p.ManualTitle3.
		Updated p.ManualTitle1.
		Updated p.ManualTitle2.
		Updated div.footer with left:20% and removed width:100% so footer doesn't obscure TOC scroll in Side Nav skin.
		Added body color #000000 to @media print for legibility of printed text.
		Split HTML5 medium into Tripane-HTML5 and Side-Nav-HTML5 (same styles except the following).
		Added div.footer values to @media Tripane-HTML5 so footer spans full topic frame for all sizes.
		Added .body-container to @media Side-Nav-HTML5 so footer doesn't obscure browser's vertical scroll.
		Added .invisible-label to @media Side-Nav-HTML5 to remove artifact from brand logo (overrides skin CSS).
		Added @media tablet/mobile queries to switch footer back to left:0 so it's full width when TOC is hidden.

2020-05-29 Q1 Update (AE and DH) - Made the following additions, changes, removals:
		Added PT Serif font-faces to align with Branding Book.
		Added body color #192231 to align with Kevlar font color.
		Updated link colors throughout to #1066c7 to align with Kevlar.
		Added/updated link hover color throughout to #0a4280 to align with Kevlar.
		Updated visited link color to #1066c7 throughout to match link color (i.e. no visited color).
		Updated div.footer bg color to #192231 to match skin.
		Updated tip label color to #1B6875 to align with Branding Book.
		Updated warning label color to #B71800 to align with Branding Book.
		Added img.inline_icon_small for smaller icons the same height as text.
		Added margin-top for P selector to improve spacing.
		Updated MadCap!xref default to just show link without bold to align with Style Guide.			
		Removed underline from all glossary term links.
		Added margin-top for P selector in print media improve spacing.
		Added HTML5 MEDIUM OVERRIDES section.
		In HTML5 medium, added heading and p.h#mimic styles in PT Serif font to align with Branding Book.	
===============================================================================    
*/

/* Selectors are sorted alphabetically by element */
/** HTML PRIMARY **/

html
{
	font-size: 62.5%;
	/* =10px */
}

@font-face 
{
	font-family: 'PT Serif';
	src: url(../Fonts/PTSerif-Regular.ttf);
}

@font-face 
{
	font-family: 'PT Bold';
	src: url(../Fonts/PTSerif-Bold.ttf);
}

@font-face 
{
	font-family: 'PT Italic';
	src: url(../Fonts/PTSerif-Italic.ttf);
}

body
{
	color: #192231;
	font-family: Arial, sans-serif;
	font-size: 1.4rem;
	padding: 0 10px 10px 5px;
	text-align: left;
}

/** ADDRESS/HYPERLINK CLASSES **/

a,
a:link,
a:active
{
	color: #1066c7;
	text-decoration: none;
}

a:visited
{
	color: #1066c7;
}

a:hover
{
	cursor: pointer;
	color: #0a4280;
	text-decoration: underline;
}

a.MCBreadcrumbsLink
{
	color: #1066c7;
	font-style: italic;
	font-size: 1.2rem;
}

a.MCBreadcrumbsLink:hover
{
	text-decoration: underline;
}

a.MiniTOC1:link,
a.MiniTOC1:active
{
	color: #1066c7;
}

a.MiniTOC1:visited
{
	color: #1066c7;
}

a.MiniTOC1:hover
{
	cursor: pointer;
	color: #0a4280;
	text-decoration: underline;
}

a.MiniTOC2:link,
a.MiniTOC2:active
{
	color: #1066c7;
}

a.MiniTOC2:visited
{
	color: #1066c7;
}

a.MiniTOC2:hover
{
	cursor: pointer;
	color: #0a4280;
	text-decoration: underline;
}

a.MiniTOC3:link,
a.MiniTOC3:active
{
	color: #1066c7;
}

a.MiniTOC3:visited
{
	color: #1066c7;
}

a.MiniTOC3:hover
{
	cursor: pointer;
	color: #0a4280;
	text-decoration: underline;
}

/* BOLD AND ITALICS CLASSES */

b,
b.KeysandType,
b.UIElement,
span.KeysandType,
span.UIElement
{
	font-size: inherit;
	font-weight: bold;
}

br
{
	margin-bottom: 3pt;
}

em,
i
{
	/* em is used for emphasizing words or phrases. */
	/* i is used for general italicizing purposes & document titles in body content. */
	font-size: inherit;
	font-style: italic;
}

strong
{
	font-size: inherit;
	font-weight: bolder;
}

/** CODE CLASSES **/

code
{
	font-family: "Courier New", Courier, monospace;
}

code.blue
{
	color: #0000ff;
}

code.maroon
{
	color: #800000;
}

code.green
{
	color: #008000;
}

code.red
{
	color: #ff0000;
}

code.gray
{
	color: #9b9ea0;
}

code.limegreen
{
	color: #00ff00;
}

/** DIV CLASSES **/

div
{
	
}

div.footer
{
	background-color: #192231;
	bottom: 0;
	left: 20%;
	padding: 5px 0 5px 10px;
	position: fixed;
	right: 0;
	z-index: 99;
}

div.inThisSectionTocBox
{
	mc-auto-number-class: inThisSectionTocBoxTitle;
	mc-auto-number-format: 'In this section';
	padding-top: 10px;
}

div.seeAlsoTocBox
{
	mc-auto-number-class: seeAlsoTocBoxTitle;
	mc-auto-number-format: 'See also';
	padding-top: 10px;
}

div.note_box
{
	background-color: #e5e5e5;
	background-repeat: no-repeat;
	border: solid 1px #370761;
	border-radius: 6px;
	margin-bottom: 6pt;
	padding: 0 10px 5px 10px;
}

/** GENERIC CLASSES **/

.example
{
	mc-auto-number-format: '{color #000000}{b}Example:\00a0{/b}{/color}';
}

.example_nobox
{
	margin-left: 18pt;
	mc-auto-number-format: '{color #000000}{b}Example:\00a0\00a0{/b}{/color}';
	padding-left: 56pt;
	text-indent: -56pt;
}

.example_nobox_list
{
	mc-auto-number-format: '{color #000000}{b}Example:\00a0\00a0{/b}{/color}';
	padding-left: 56pt;
	text-indent: -56pt;
}

.important
{
	mc-auto-number-format: '{color #f4490c}{b}Important:\00a0{/b}{/color}';
}

.important_nobox
{
	margin-left: 18pt;
	mc-auto-number-format: '{color #f4490c}{b}Important:\00a0\00a0{/b}{/color}';
	padding-left: 62pt;
	text-indent: -62pt;
}

.important_nobox_list
{
	mc-auto-number-format: '{color #f4490c}{b}Important:\00a0\00a0{/b}{/color}';
	padding-left: 62pt;
	text-indent: -62pt;
}

.note_nobox
{
	margin-left: 18pt;
	mc-auto-number-format: '{color #370761}{b}Note:\00a0\00a0{/b}{/color}';
	padding-left: 35pt;
	text-indent: -35pt;
}

.note_nobox_list
{
	mc-auto-number-format: '{color #370761}{b}Note:\00a0\00a0{/b}{/color}';
	padding-left: 35pt;
	text-indent: -35pt;
}

.note_tag
{
	mc-auto-number-format: '{color #370761}{b}Note:\00a0{/b}{/color}';
}

.notes_nobox
{
	margin-left: 18pt;
	mc-auto-number-format: '{color #370761}{b}Notes:\00a0\00a0{/b}{/color}';
	padding-left: 42pt;
	text-indent: -42pt;
}

.notes_nobox_list
{
	mc-auto-number-format: '{color #370761}{b}Notes:\00a0\00a0{/b}{/color}';
	padding-left: 42pt;
	text-indent: -42pt;
}

.notes_tag
{
	mc-auto-number-format: '{color #370761}{b}Notes:\00a0{/b}{/color}';
}

.tip
{
	mc-auto-number-format: '{color #1B6875}{b}Tip:\00a0{/b}{/color}';
}

.tip_nobox
{
	margin-left: 18pt;
	mc-auto-number-format: '{color #1B6875}{b}Tip:\00a0\00a0{/b}{/color}';
	padding-left: 27pt;
	text-indent: -27pt;
}

.tip_nobox_list
{
	mc-auto-number-format: '{color #1B6875}{b}Tip:\00a0\00a0{/b}{/color}';
	padding-left: 27pt;
	text-indent: -27pt;
}

.warning
{
	mc-auto-number-format: '{color #B71800}{b}Warning:\00a0{/b}{/color}';
}

.warning_nobox
{
	margin-left: 18pt;
	mc-auto-number-format: '{color #B71800}{b}Warning:\00a0\00a0{/b}{/color}';
	padding-left: 55pt;
	text-indent: -55pt;
}

.warning_nobox_list
{
	mc-auto-number-format: '{color #B71800}{b}Warning:\00a0\00a0{/b}{/color}';
	text-indent: -55pt;
	padding-left: 55pt;
}

/** HTML HEADINGS **/

h1
{
	color: #192231;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 6pt;
}

h2
{
	color: #f4490c;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 6pt;
}

h3
{
	color: #192231;
	font-size: 1.9rem;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 6pt;
}

h4
{
	color: #f4490c;
	font-size: 1.9rem;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 6pt;
}

h5
{
	color: #192231;
	font-size: 1.7rem;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 6pt;
}

h6
{
	color: #f4490c;
	font-size: 1.7rem;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 6pt;
}

/** IMAGE CLASSES **/

img
{
	border: solid 1.5px #a9a9a9;
	max-width: 100%;
}

img.FloatLeft
{
	float: left;
	padding-right: 6px;
}

img.FloatRight
{
	float: right;
	padding-left: 6px;
}

img.inline_icon
{
	margin-top: 3px;
	max-height: 25px;
	max-width: 25px;
	border: none;
}

img.inline_icon_small
{
	margin-top: 3px;
	border: none;
	max-height: 14px;
	max-width: 14px;
}

img.no_border
{
	border: none;
}

/** LIST ITEM CLASSES **/

li
{
	margin-bottom: 6pt;
	padding-left: .5pt;
}

li.first
{
	list-style-type: disc;
	margin-bottom: 6pt;
}

li.first_ns
{
	list-style-type: disc;
	margin: 0;
}

li.first_indent
{
	list-style-type: disc;
	margin: 0 0 6pt 18pt;
}

li.first_indent_ns
{
	list-style-type: disc;
	margin: 0 0 0 18pt;
}

li.second
{
	list-style-type: circle;
	margin: 0 0 6pt 11pt;
}

li.second_ns
{
	list-style-type: circle;
	margin: 0 0 0 11pt;
}

li.second_indent
{
	list-style-type: circle;
	margin: 0 0 6pt 33pt;
}

li.second_indent_ns
{
	list-style-type: circle;
	margin: 0 0 0 33pt;
}

li.third
{
	list-style-type: square;
	margin: 0 0 6pt 25pt;
}

li.third_ns
{
	list-style-type: square;
	margin: 0 0 0 25pt;
}

li.third_indent
{
	list-style-type: square;
	margin: 0 0 6pt 48pt;
}

li.third_indent_ns
{
	list-style-type: square;
	margin: 0 0 0 48pt;
}

li.fourth
{
	list-style-type: disc;
	margin: 0 0 6pt 42pt;
}

li.fourth_ns
{
	list-style-type: disc;
	margin: 0 0 0 42pt;
}

li.fourth_indent
{
	list-style-type: disc;
	margin: 0 0 6pt 63pt;
}

li.fourth_indent_ns
{
	list-style-type: disc;
	margin: 0 0 0 63pt;
}

/** MADCAP CUSTOM CONTROLS **/

MadCap|bodyProxy
{
	margin-bottom: 6pt;
}

MadCap|breadcrumbsProxy
{
	/* used for HTML5 navigation to parent topics */
	border-bottom: 0.5px solid #e5e5e5;
	border-top: 0.5px solid #e5e5e5;
	font-size: 1.2rem;
	font-style: italic;
	margin-bottom: 6pt;
	mc-breadcrumbs-prefix: 'You are here: ';
	padding: 5px;
}

MadCap|conceptLink
{
	color: #B80000;
	/* CST Burnt Orange #B80000 color value */
	font-size: 1.2em;
	font-weight: bold;
	mc-image: url;
	mc-label: 'SEE ALSO';
	padding-top: 8px;
	text-decoration: none;
}

MadCap|conceptLink:hover
{
	color: #FFBF2C;
	/* CST Gold #FFBF2C color value */
	font-weight: bold;
}

MadCap|dropDown
{
	margin-bottom: 6pt;
}

MadCap|dropDownBody
{
	
}

MadCap|dropDownHead
{
	margin-bottom: 6pt;
}

MadCap|dropDownHotspot
{
	
}

MadCap|dropDownHotspot:hover
{
	text-decoration: none;
}

MadCap|miniTocProxy
{
	/* Used to customize the mini Table of Contents styling. */
	border-top-style: solid;
}

MadCap|miniTocProxy.inThisSection
{
	/* Used to transform the mini TOC into a "In this section" section. */
	border-top-style: solid;
}

MadCap|miniTocProxy.seeAlso
{
	/* Used to transform the mini TOC into a "See also" section. */
	border-top-style: solid;
}

MadCap|tocProxy
{
	/* Used to customize the Table of Contents styling. */
	border-top-style: solid;
}

MadCap|xref
{
	/* Custom cross-reference styling. */
	color: #1066c7;
	text-decoration: none;
	mc-format: '{paratext}';
}

MadCap|xref:hover
{
	color: #0a4280;
	cursor: pointer;
	text-decoration: underline;
}

MadCap|xref:visited
{
	color: #1066c7;
	text-decoration: none;
}

MadCap|xref.IndexPageNumber
{
	color: #1066c7;
}

MadCap|xref.list
{
	mc-format: '{b}{paratext}{/b}';
}

MadCap|xref.midsentence
{
	mc-format: 'refer to {b}{paratext}{/b}';
}

/** ORDERED LISTS **/

ol
{
	margin-bottom: 6pt;
}

ol ol
{
	margin-left: -12px;
}

ol ul
{
	margin-left: -26px;
}

/** PARAGRAPH CLASSES **/

p
{
	padding: 0;
	margin-bottom: 6pt;
	margin-top: .5em;
}

p.footer
{
	color: #ffffff;
	font-size: 1rem;
	font-weight: bold;
	margin-right: 25px;
	text-align: right;
}

p.h1mimic
{
	/* Used to mimic the h1 selector without creating a TOC entry. */
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 6pt;
	color: #192231;
}

p.h2mimic
{
	/* Used to mimic the h2 selector without creating a TOC entry. */
	color: #f4490c;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 6pt;
}

p.h3mimic
{
	/* Used to mimic the h3 selector without creating a TOC entry. */
	font-size: 1.9rem;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 6pt;
	color: #192231;
}

p.h4mimic
{
	/* Used to mimic the h4 selector. */
	color: #f4490c;
	font-size: 1.9rem;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 6pt;
}

p.h5mimic
{
	/* Used to mimic the h5 selector. */
	font-size: 1.7rem;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 6pt;
	color: #192231;
}

p.h6mimic
{
	/* Used to mimic the h6 selector. */
	color: #f4490c;
	font-size: 1.7rem;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 6pt;
}

p.MiniTOC1
{
	display: list-item;
	font-size: 1.3rem;
	font-weight: normal;
	list-style-type: disc;
	margin-bottom: 3pt;
}

p.MiniTOC2
{
	display: list-item;
	font-size: 1.3rem;
	list-style-type: circle;
	margin-bottom: 3pt;
}

p.MiniTOC3
{
	display: list-item;
	font-size: 1.3rem;
	list-style-type: square;
	margin-bottom: 3pt;
}

/** SPAN CLASSES **/

span.inThisSectionTocBoxTitle
{
	color: #000000;
	font-size: 1.6rem;
	font-weight: bold;
	font-family: PT Serif;
}

span.seeAlsoTocBoxTitle
{
	color: #f4490c;
	font-size: 1.6rem;
	font-weight: bold;
}

/** TABLES **/

table
{
	margin-bottom: 6pt;
}

/** UNORDERED LISTS **/

ul
{
	margin-bottom: 6pt;
}

ul ol
{
	margin-left: -12px;
}

ul ul
{
	margin-left: -26px;
}

MadCap|glossaryTerm:hover
{
	color: #0a4280;
	font-weight: normal;
	text-decoration: underline;
}

MadCap|glossaryTerm:visited
{
	font-weight: normal;
	color: #a569f6;
}

MadCap|glossaryTerm.Hyperlink
{
	color: #1066c7;
	font-weight: normal;
}

MadCap|glossaryTerm.Popup
{
	color: #1066c7;
	font-weight: normal;
}

MadCap|glossaryTerm.Expanding
{
	color: #1066c7;
	font-weight: normal;
}

MadCap|glossaryTerm:focus
{
	color: #1066c7;
	font-weight: normal;
}

MadCap|glossaryTerm
{
	color: #1066c7;
	font-weight: normal;
}

/*** PRINT MEDIUM OVERRIDES ***/
/** These work in conjunction with or replace the default settings above for the specified selectors and classes to accommodate for the differences between HTML5 and print media. **/

@media print
{
	/** PRINT PRIMARY **/

	body
	{
		color: #000000;
		font-size: 11pt;
		mc-hyphenate: never;
		/* hyphentation fully turned off */
		padding: 0;
	}

	/** PRINT DIV CLASSES **/

	div.note_box
	{
		padding: 10px;
		page-break-inside: avoid;
	}

	/** PRINT GENERIC CLASSES **/

	.KWN
	{
		/* Keep With Next operates as it does in MS-Word but is only used in print media. Nothing appears different if editing in default medium. */
		page-break-after: avoid;
	}

	/** PRINT HEADINGS **/

	h1
	{
		font-size: 16pt;
		page-break-after: avoid;
		page-break-before: always;
		page-break-inside: avoid;
		mc-auto-number-format: 'GH:{n+} { =0}{ =0} ';
	}

	h2
	{
		font-size: 13pt;
		page-break-after: avoid;
		page-break-inside: avoid;
		mc-auto-number-format: 'GH:{n}.{n+} { =0}';
	}

	h3
	{
		font-size: 12pt;
		page-break-after: avoid;
		page-break-inside: avoid;
		mc-auto-number-format: 'GH:{n}.{n}.{n+} ';
	}

	h4
	{
		font-size: 12pt;
		mc-heading-level: 0;
		page-break-after: avoid;
		page-break-inside: avoid;
		mc-auto-number-format: 'GH:{n}.{n}.{n}.{n+} ';
	}

	h5
	{
		font-size: 11pt;
		mc-heading-level: 0;
		page-break-after: avoid;
		page-break-inside: avoid;
		mc-auto-number-format: 'GH:{n}.{n}.{n}.{n}.{n+} ';
	}

	h6
	{
		font-size: 11pt;
		mc-heading-level: 0;
		page-break-after: avoid;
		page-break-inside: avoid;
		mc-auto-number-format: 'GH:{n}.{n}.{n}.{n}.{n}.{n+} ';
	}

	h2.break
	{
		/* Forces page-break only (not a column break, etc.). */
		mc-heading-level: 2;
		page-break-before: always;
		page-break-after: avoid;
	}

	/** PRINT IMAGE CLASSES **/

	img
	{
		max-width: 90%;
		page-break-before: avoid;
	}

	/** PRINT LIST ITEM CLASSES **/

	li.second
	{
		margin-left: 14pt;
	}

	li.second_ns
	{
		margin-left: 14pt;
	}

	li.third
	{
		margin-left: 28pt;
	}

	li.third_ns
	{
		margin-left: 28pt;
	}

	li.fourth
	{
		margin-left: 42pt;
	}

	li.fourth_ns
	{
		margin-left: 42pt;
	}

	/** PRINT ORDERED LISTS **/

	ol
	{
		page-break-before: avoid;
	}

	ol.nobreak
	{
		page-break-inside: avoid;
	}

	ol ol
	{
		margin-left: 21pt;
		page-break-before: avoid;
	}

	ol ul
	{
		margin-left: 16px;
		page-break-before: avoid;
	}

	/** PRINT PARAGRAPH CLASSES **/

	p
	{
		mc-leader-indent: 5pt;
		margin-top: 1.2em;
	}

	p.h1mimic
	{
		/* Used to mimic the h1 selector without creating a TOC entry. Adds a page-break. */
		font-size: 16pt;
		page-break-after: avoid;
		page-break-before: always;
		page-break-inside: avoid;
	}

	p.h2mimic
	{
		/* Used to mimic the h2 selector without creating a TOC entry. */
		font-size: 13pt;
		page-break-after: avoid;
	}

	p.h3mimic
	{
		/* Used to mimic the h3 selector without creating a TOC entry. */
		font-size: 12pt;
		page-break-after: avoid;
	}

	p.h4mimic
	{
		/* Used to mimic the h4 selector. */
		font-size: 12pt;
		page-break-after: avoid;
	}

	p.h5mimic
	{
		/* Used to mimic the h5 selector. */
		font-size: 11pt;
		page-break-after: avoid;
	}

	p.h6mimic
	{
		/* Used to mimic the h6 selector. */
		font-size: 11pt;
		page-break-after: avoid;
	}

	p.ManualTitle1
	{
		/* Used for level-one text on title page; typically the product name (e.g., Mobile Enterprise). */
		font-size: 24pt;
		line-height: 1.5em;
		margin: 12pt 0 6pt 0;
		color: #192231;
		font-weight: normal;
		text-align: left;
	}

	p.ManualTitle2
	{
		/* Used for level-two text on title page; typically the type of document (e.g., User's Guide). */
		line-height: 1.5em;
		margin: 12pt 0 6pt 0;
		font-size: 14pt;
		color: #192231;
		font-weight: normal;
		text-align: left;
	}

	p.TOC1
	{
		font-weight: bold;
		mc-pagenum-display: all;
		mc-leader-format: '.';
		margin: 0 0 6pt 0;
		page-break-after: avoid;
	}

	p.TOC2
	{
		margin: 0 0 6pt 10pt;
	}

	p.TOC3
	{
		margin: 0 0 6pt 20pt;
	}

	p.TOC4
	{
		margin: 0 0 6pt 30pt;
	}

	/** PRINT TABLES **/

	tr
	{
		page-break-inside: avoid;
	}

	/** PRINT UNORDERED LISTS **/

	ul
	{
		margin-left: 15pt;
		page-break-before: avoid;
	}

	ul.nobreak
	{
		page-break-inside: avoid;
	}

	ul ol
	{
		margin-left: 21pt;
		page-break-before: avoid;
	}

	ul ul
	{
		margin-left: 12pt;
		page-break-before: avoid;
	}

	MadCap|xref
	{
		mc-format: '{paratext} (page {page})';
	}

	MadCap|xref.list
	{
		mc-format: '{paratext} (page {page})';
	}
}

/*** HTMLHELP MEDIUM OVERRIDES ***/
/** These work in conjunction with or replace the default settings above for the specified selectors and classes to accommodate for the differences between HTML5 and Windows Help. **/

@media chm
{
	body
	{
		font-size: 16px;
	}
}

/*** HTML5 MEDIUM OVERRIDES ***/
/** These work in conjunction with or replace the default settings above for the specified selectors and classes to accommodate for the differences between HTML5 and other mediums. **/

@media Tripane-HTML5
{
	body
	{
		color: #192231;
	}

	h1
	{
		color: #192231;
		font-size: 2.4rem;
		font-weight: bold;
		display: inline-block;
		margin: 3pt 0 6pt 0;
		padding-bottom: 10px;
		font-family: PT Serif;
		position: relative;
	}

	h1:before
	{
		content: "";
		position: absolute;
		width: 30px;
		border-bottom: 1px solid #F4490C;
		bottom: 0;
	}

	h2
	{
		font-family: PT Serif;
	}

	h3
	{
		font-family: PT Serif;
	}

	h4
	{
		font-family: PT Serif;
	}

	h5
	{
		font-family: PT Serif;
	}

	h6
	{
		font-family: PT Serif;
	}

	/* Used to ensure the footer spans the entire topic frame at all screen sizes. */

	div.footer
	{
		left: 0;
		width: 100%;
	}

	/* Used to mimic the heading selectors without creating TOC entries. */

	p.h1mimic
	{
		font-family: PT Serif;
	}

	p.h2mimic
	{
		font-family: PT Serif;
	}

	p.h3mimic
	{
		font-family: PT Serif;
	}

	p.h4mimic
	{
		font-family: PT Serif;
	}

	p.h5mimic
	{
		font-family: PT Serif;
	}

	p.h6mimic
	{
		font-family: PT Serif;
	}
}

@media Side-Nav-HTML5
{
	body
	{
		color: #192231;
	}

	/* Used to ensure the browser's vertical scroll bar is not obscured by the footer */

	.body-container
	{
		height: calc(100% - 2.5em);
	}

	h1
	{
		color: #192231;
		font-size: 2.4rem;
		font-weight: bold;
		display: inline-block;
		margin: 3pt 0 6pt 0;
		padding-bottom: 10px;
		font-family: PT Serif;
		position: relative;
	}

	h1:before
	{
		content: "";
		position: absolute;
		width: 30px;
		border-bottom: 1px solid #F4490C;
		bottom: 0;
	}

	h2
	{
		font-family: PT Serif;
	}

	h3
	{
		font-family: PT Serif;
	}

	h4
	{
		font-family: PT Serif;
	}

	h5
	{
		font-family: PT Serif;
	}

	h6
	{
		font-family: PT Serif;
	}

	/* Used to mimic the heading selectors without creating TOC entries. */

	p.h1mimic
	{
		font-family: PT Serif;
	}

	p.h2mimic
	{
		font-family: PT Serif;
	}

	p.h3mimic
	{
		font-family: PT Serif;
	}

	p.h4mimic
	{
		font-family: PT Serif;
	}

	p.h5mimic
	{
		font-family: PT Serif;
	}

	p.h6mimic
	{
		font-family: PT Serif;
	}

	/* Used to remove image artifact on brand logo */

	.invisible-label
	{
		display: none;
	}
}

.invisible-label
{
	display: none;
}

p.h6mimic
{
	font-family: PT Serif;
}

p.h5mimic
{
	font-family: PT Serif;
}

p.h4mimic
{
	font-family: PT Serif;
}

p.h3mimic
{
	font-family: PT Serif;
}

p.h2mimic
{
	font-family: PT Serif;
}

p.h1mimic
{
	font-family: PT Serif;
}

h6
{
	font-family: PT Serif;
}

h5
{
	font-family: PT Serif;
}

h4
{
	font-family: PT Serif;
}

h3
{
	font-family: PT Serif;
}

h2
{
	font-family: PT Serif;
}

h1:before
{
	content: "";
	position: absolute;
	width: 30px;
	border-bottom: 1px solid #F4490C;
	bottom: 0;
}

h1
{
	color: #192231;
	font-size: 2.4rem;
	font-weight: bold;
	display: inline-block;
	margin: 3pt 0 6pt 0;
	padding-bottom: 10px;
	font-family: PT Serif;
	position: relative;
}

.body-container
{
	height: calc(100% - 2.5em);
}

body
{
	color: #192231;
}

@media only screen and (max-width: 1279px)
{
	div.footer
	{
		left: 0;
	}
}

@media only screen and (max-width: 767px)
{
	div.footer
	{
		left: 0;
	}
}

