/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

:root
{
	--White: #ffffff;
	--Dark: #696969;
	--Medium: #a9a9a9;
	--Light: #d3d3d3;
	--Brand1: #d3d3d3;
	--Brand2: #f5f5f5;
}

@font-face {
    font-family: 'latoregular';
    src: url('lato-regular-webfont.woff2') format('woff2'),
         url('lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'poppinsbold';
    src: url('poppins-bold-webfont.woff2') format('woff2'),
         url('poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body
{
	color: var(--Dark);
	font-family: latoregular;
}

.body-container
{
	padding-left: 2%;
	padding-top: 2%;
}

/* Content */

img
{
	border: none;
	max-width: 100%;
}

p
{
	font-size: 12.0pt;
	letter-spacing: 0.25;
	font: latoregular;
	font-variant: inherit;
	font-family: latoregular;
	margin-bottom: 10px;
	margin-top: 10px;
	font-style: inherit;
	color: #666666;
	line-height: 10pt;
}

p.table-text
{
	font-size: 12pt;
}

/* Headings */

h1
{
	font-weight: normal;
	color: #696969;
	font-style: normal;
	font-size: 22pt;
	text-transform: uppercase;
	text-align: center;
	font-family: poppinsbold;
}

h2
{
	font-weight: normal;
	font-family: latoregular;
	color: #696969;
	font-size: 18pt;
	font-style: normal;
}

h3
{
	color: #696969;
	font-family: latoregular;
	font-size: 20pt;
	font-style: normal;
	font-weight: bold;
}

h4
{
	font-size: 12.0pt;
	color: #696969;
	font-family: latoregular;
	font-weight: normal;
}

h5
{
	font-family: latoregular;
	color: #666666;
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 1px;
	margin-top: 1px;
}

h6
{
	color: #696969;
	font-family: latoregular;
	font-size: 12pt;
	font-weight: normal;
}

/* Home page topic */

div.home-layout
{
	padding: 1% 4%;
}

div.home-section
{
	border-bottom: solid 1px var(--Light);
	padding: 1% 0;
}

div.home-tiles	/*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;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2%;
	font-family: latoregular;
	color: #696969;
}

div.home-tiles > div:nth-child(1)
{
	width: 48%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 48%;
	margin-left: 4%;
}

div.home-tiles-layout	/*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;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles-layout::before
{
	content: ' ';
	display: table;
}

div.home-tiles-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles-layout > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.home-tiles-layout p
{
	line-height: 1.2;
}

div.quick-links	/*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;
	margin-left: auto;
	margin-right: auto;
	font-family: latoregular;
	color: #696969;
	font-style: normal;
	font-weight: normal;
	font-size: 14pt;
	padding-bottom: 10px;
}

div.quick-links::before
{
	content: ' ';
	display: table;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.quick-links > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.quick-links > div:nth-child(1)
{
	width: 16.66666%;
	margin-left: 2%;
}

div.quick-links > div:nth-child(2)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(3)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(4)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(5)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
}

div.topic-hero
{
	background-size: cover;
	background-attachment: scroll;
	padding: 3px;
	background-image: url('../../Images-All-Icons/Images-Hero/Hero Image 02.jpg');
}

div.topic-hero h1
{
	color: var(--White);
	font-size: 32pt;
	text-align: center;
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	padding: 0;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

MadCap|breadcrumbsProxy
{
	font-family: latoregular;
	border-bottom-color: #808080;
	mc-breadcrumbs-count: 5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-size: 2px;
	color: #808080;
	padding-top: 10px;
	mc-toc-depth: 9;
	font-size: 12pt;
	font-weight: normal;
}

/* Links */

a
{
	color: #e72702;
	font-family: latoregular;
	text-decoration: none;
}

a:link
{
	color: #696969;
	text-decoration: none;
}

a:visited
{
	color: #696969;
	text-decoration: none;
}

a:focus
{
	color: #e72702;
	text-decoration: none;
}

a:hover
{
	color: #e72702;
	text-decoration: none;
}

a:active
{
	color: #e72702;
	font-weight: bold;
}

MadCap|dropDown
{
	border-bottom: 1px solid var(--Light);
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images(MadcapInitiated)/Minus.png');
	mc-closed-image: url('../Images(MadcapInitiated)/Plus.png');
	padding: 10px 0;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: var(--Dark);
	font-size: 20pt;
	font-weight: bold;
	border-bottom: none;
}

MadCap|expandingBody
{
	color: var(--Dark);
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: var(--Brand1);
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: var(--Brand1);
}

/* Lists */

ol,
ul
{
	letter-spacing: .25;
	line-height: 20pt;
}

/* Master page */

div.home-footer
{
	padding: 2% 5%;
	background-color: #0a1b2e;
}

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;
}

/* Side Navigation */

nav.sidenav-wrapper
{
	display: none;
}

p.TOC1
{
	font: latoregular;
}

a.MCBreadcrumbsLink
{
	border-bottom: solid 1px #a9a9a9;
	mc-breadcrumbs-count: 9;
}

MadCap|pageFooter
{
	font-family: latoregular;
	color: #696969;
	font-size: 12pt;
	background: #dcdcdc;
}

a.Popup
{
	
}

span.mc-variable
{
	
}

hr
{
	font-weight: lighter;
}

@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;
	}
}

div.divLatestUpdates	/*Padding required*/
{
	padding-top: 20px;
}


/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 1, 2024 */



