﻿@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
enk/*<meta />*/

html
{
	font-size: 1rem;
}

body
{
	font-family: Arial;
	background-repeat: repeat-y;
	background-size: contain;
	background-color: #f0f4fa;
	/*background: #fff url('../Images/homepage-background.png') center;*/
	margin: 0;
}

#filterFAQs
{
  display: flex;
  mc-hidden: hidden;
}

#filterAndPills
{
	width: 25%;
	mc-hidden: hidden;
}

#FAQsDiv
{
	width: 75%;
}

.categoryControl 
{
	float: right;
	color: #0000EE;
	cursor: pointer;
	mc-hidden: hidden;
}

.categoryControl span
{
	padding: 0px 3px;
	mc-hidden: hidden;
}

#frontTitleBox
{
	background-color: #f0f4fa;
	background-image: linear-gradient(to right, #6086bf, #d4dbfc);
	/*background: url('../Images/brand-2021-c.jpg') no-repeat;*/
	background-size: cover;
	padding: 30px 50px 40px;
	margin-bottom: 40px;
}

#frontBody, #frontFooter
{
	padding: 0 200px;
}

#frontFooter
{
	margin: 20px 0px;
}

#logo
{
	width: 100px;
	margin: 20px;
}

.zzFooter
{
	font-size: 9pt;
	line-height: 12pt;
}

h1
{
	color: white;
	font-size: 24pt;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h2
{
	font-weight: bold;
	font-size: 10.0pt;
	color: #42058F;
}

h3
{
	font-weight: bold;
	font-size: 12.0pt;
}

h4
{
	font-size: 12.0pt;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
}

p,
li
{
	font-size: 10pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.subTitle
{
	color: white;
}

ol,
ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

img
{
	border: none;
}

a.Popup
{
	
}

/* Table styles */

p.ColHeading
{
	text-align: left;
	text-indent: 0px;
	margin-left: 4pt;
	margin-right: 4pt;
	margin-top: 2pt;
	margin-bottom: 2pt;
	font-weight: bold;
}

p.CellBody
{
	text-align: left;
	margin-left: 4pt;
	margin-right: 4pt;
	margin-top: 0pt;
	page-break-inside: avoid;
}

/* MadCap styles */

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #006600;
}

MadCap|expandingBody
{
	color: #777777;
	font-style: italic;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	font-style: italic;
	text-decoration: none;
	color: #006600;
}

div.Question>h2
{
	font-weight: bold;
	font-size: 12pt;
}

div.Answer
{

}

div.FAQ
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.category .FAQ 
{
	display: none;
}

.category .FAQ:first-child, .category .FAQ:nth-child(2), .category .FAQ:nth-child(3), .category .FAQ:nth-child(4), .category .FAQ:nth-child(5), .category .FAQ:nth-child(6)
{
	display: block;
}

.faqControl 
{
	display: block;
	padding: 0px 2px;
	color: #0000EE;
	cursor: pointer;
}

div.filterDIV
{
	margin: 6px 0;
	font-size: 14px;
}

div.filterDIV div.filterDIV div.filterDIV
{
	margin: 6px 0 6px 15px;
}


div.filterDIV>span
{
	cursor: pointer;
}

div.filterDIV div
{
	display: none;
}

div.filterDIV.showFilter>div
{
	display: block;
}

.filterBox
{
    margin-right: 5px;
}

.hasChildTag>span::after
{
	content: " +";
}

.hasChildTag.showFilter>span::after
{
	content: " -";
}

.hasChildTag.showFilter#filter>span::after
{
	content: "";
}

.category div.FAQ.hideTag, .hideCategory, div.filterDIV.showFilter>div.tagAbsent, .noShowFAQ div, .noShowFAQ div+p
{
	display: none;
}

.category div.FAQ.displayTag, div.filterDIV.showFilter>div.tagPresent
{
	display: block;
}

li.displayTag
{
	display: list-item;
}

#filterPills
{
	line-height: 40px;
}

.filterPill
{
	border-radius: 5px;
	background: #bbbbbb;
	padding: 5px;
	margin: 5px;
	cursor: pointer;  
}

.category-title
{
	font-size: 14pt;
	cursor: pointer;
	margin: 20px 0;
	background-color: #22178B;
	color: #ffffff;
}

.category-title::after 
{
	content: url('../Images/collapseText.png');
	margin: 2px;
}

.noShowFAQ .category-title::after 
{
	content: url('../Images/expandText.png');
	margin: 2px;
}

.keyword
{
	margin: 4px;
	font-size: 9pt;
	line-height: 10pt;
	color: #999999;
	font-style: italic;
}

.keywordFilter
{
	margin: 4px;
	font-size: 9pt;
	line-height: 10pt;
	color: #0077C8;
	font-style: italic;
	cursor: pointer;
}

img#spinner
{
	width: 20px;
	height: 20px;
}

#searchButton
{
	margin: 10px 0;
}

@media all and (max-width: 1430px) 
{
	#frontBody, #frontFooter
	{
		padding: 0 100px;
	}
		
	#frontTitleBox
	{
		padding: 30px 50px 40px;
		margin-bottom:40px
	}
}

@media all and (max-width: 991px) 
{
	#frontBody, #frontFooter
	{
		padding: 0 50px;
	}
	
	#frontTitleBox
	{
		padding: 20px 50px;
		margin-bottom:40px
	}
	
	#filterFAQs
	{
		display: block;
	}

	.category
	{
		clear: right;
	}

	div.filterDIV
	{
		width:max-content;
	}
}