/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

:root
{
	--Brand1: var(--palette-primary-main);
	--Brand2: #CDE0E7;
	--Dark: var(--palette-light-text-primary);
	--Medium: #b9bec1;
	--Light: #d0d3d5;
	--White: #ffffff;
}

body
{
	color: var(--palette-light-text-primary);
	font-family: var(--typography-font-family);
	font-weight: var(--typography-body1-font-weight);
	font-size: var(--typography-body1-font-size);
	line-height: var(--typography-body1-line-height);
	letter-spacing: var(--typography-body1-letter-spacing);
}

.body-container
{
	padding-left: 2%;
	padding-top: 2%;
}

/* Content */

address
{
	mc-hidden: hidden;
}

img
{
	border: none;
	max-width: 100%;
}

p
{
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Headings */

h1
{
	margin-top: 0;
	/* 	font-size: 3rem;  */
	font-weight: var(--typography-h1-font-weight);
	font-size: var(--typography-h1-font-size);
	line-height: var(--typography-h1-line-height);
	letter-spacing: var(--typography-h1-letter-spacing);
}

h2
{
	font-weight: var(--typography-h2-font-weight);
	font-size: var(--typography-h2-font-size);
	line-height: var(--typography-h2-line-height);
	letter-spacing: var(--typography-h2-letter-spacing);
}

h3
{
	font-weight: var(--typography-h3-font-weight);
	font-size: var(--typography-h3-font-size);
	line-height: var(--typography-h3-line-height);
	letter-spacing: var(--typography-h3-letter-spacing);
}

h4
{
	font-weight: var(--typography-h4-font-weight);
	font-size: var(--typography-h4-font-size);
	line-height: var(--typography-h4-line-height);
	letter-spacing: var(--typography-h4-letter-spacing);
}

h5
{
	font-weight: var(--typography-h5-font-weight);
	font-size: var(--typography-h5-font-size);
	line-height: var(--typography-h5-line-height);
	letter-spacing: var(--typography-h5-letter-spacing);
}

h6
{
	font-weight: var(--typography-h6-font-weight);
	font-size: var(--typography-h6-font-size);
	line-height: var(--typography-h6-line-height);
	letter-spacing: var(--typography-h6-letter-spacing);
}

/* Links */

a
{
	color: var(--Brand1);
}

a:link
{
	color: var(--Brand1);
}

a:visited
{
	color: var(--Brand1);
}

/* Lists */

dd,
dd p,
dt,
dt p,
li,
li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

dl,
ol,
ul
{
	letter-spacing: .25;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Master page */

div.home-footer
{
	background-color: var(--Brand1);
	padding: 2% 5%;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: var(--White);
}

p.footer-sub
{
	color: var(--White);
	font-size: 14pt;
	margin-top: 14px;
}

p.TableIntroHeading
{
	mc-next-tag: p;
}

p.cover-text-guide-name
{
	mc-hidden: hidden;
}

/* -> Specific Styling Functions <- */

div.RespFieldDefinitions	/*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;
}

/* --------> MADCAP FLARE <-------- */

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	border-bottom-width: 0;
	color: var(--palette-light-text-secondary);
	font-size: .9em;
	font-style: italic;
	mc-breadcrumbs-prefix: 'You are here: ';
}

MadCap|dropDown
{
	border-bottom: none;
	padding: 1px 0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-closed-image: url('icons/mcclosearrow.png') !important;
	mc-open-image: url('icons/mcopenarrow.png') !important;
	/* 	
	mc-closed-image: url('icons/Plus.png');	
	mc-open-image: url('icons/Minus.png');                 */
}

MadCap|dropDownBody
{
	border-bottom: solid 1px #A9A9A9;
	padding: 1px 30px 0;
}

MadCap|dropDownHead
{
	page-break-after: avoid;
	color: #006A56;
	/* color: #008eff; blue   */
	border-bottom-width: 1px;
}

MadCap|dropDownHotspot
{
	border-bottom: none;
	cursor: hand;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
}

.dropDownHotspot:link:focus
{
	background-color: transparent;
	/*	color: #006A56;                  */
	color: var(--Brand1) !important;
}

MadCap|expandingBody
{
	color: var(--Dark);
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
}

MadCap|footnote
{
	vertical-align: top;
}

MadCap|glossaryProxy
{
	font-style: normal;
	font-weight: normal;
}

MadCap|glossaryTerm
{
	font-weight: normal;
	font-style: normal;
	color: #3b73af;
}

MadCap|glossaryTerm.Popup
{
	color: #3b73af;
}

MadCap|glossaryTerm.Hyperlink
{
	color: #3b73af;
}

MadCap|glossaryTerm.Expanding
{
	color: #3b73af;
}

MadCap|glossaryTerm:hover
{
	color: #3b73af;
}

MadCap|glossaryTerm:focus
{
	color: #3b73af;
}

MadCap|helpControlMenuItem.Highlighted
{
	background-color: #f5f5f5;
	color: #000000;
	font-family: Lato;
}

MadCap|helpControlMenuItem
{
	font-family: Lato;
	color: #696969;
	font-size: 12pt;
	padding-top: 2px;
	padding-bottom: 2px;
	padding: 2px;
}

MadCap|helpControlMenu
{
	background-color: #f8f8f8;
	border: solid 2px #dfdfdf;
	border-left: solid 5px #636363;
}

MadCap|indexProxy
{
	border-top-style: none;
}

MadCap|miniTocProxy
{
	border: none 2px #000000;
}

MadCap|pageFooter
{
	vertical-align: top;
}

MadCap|popupBody
{
	background-color: #f5f5f5;
}

MadCap|relatedTopicsControlListItem
{
	color: var(--palette-primary-main);
}

MadCap|relatedTopicsControlList
{
	color: var(--palette-primary-main);
}

MadCap|relatedTopics
{
	background-color: var(--palette-primary-main);
	border-color: #1c75bc;
	border-style: solid;
	border-radius: 0;
	border-width: 1px;
	color: #ffffff;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 500;
	padding: 8px 16px;
	mc-help-control-display: popup;
	mc-image: none;
	mc-label: 'Related Topics';
	padding: 5x;
	text-transform: uppercase;
}

MadCap|tocProxy
{
	border-top-style: none;
	border-top-width: 0px;
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{i}{paratext}{/i}';
	text-decoration: underline;
	color: var(--Brand1);
}

/* MEDIA QUERIES */

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 40%;
		margin-left: 30%;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 24%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 24%;
		margin-left: 19%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 24%;
		margin-left: 14%;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 5%;
	}

	div.home-tiles-layout p
	{
		line-height: 1.2;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 49%;
		margin-left: 25.5%;
	}
}

@media print
{
	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}
}

