<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#faqs {
	margin-top:20px;
	position:relative;
}
.category {
	clear:left;
	font-size:16px;
	font-weight:bold;
}
.category h2 .category-clickable {
	cursor:pointer;
}
.question {
	clear:left;
	margin:10px 0px 10px 0px;
	cursor:pointer;
	font-weight:bold;
}
.answer {
	color:#000000;
	padding:10px;
	box-sizing:border-box;
	display:none;
	line-height:1.4;
	padding-top:0px;
}

#faqs .answer {
	padding-left:0px;
}

#faqs {
	margin-bottom:40px;
	display:table;
	min-height:350px;
}

#faqs .description {
	font-size:11px;
	color:#515151;
	font-style:italic;
	clear:left;
	margin:10px 0px 5px 0px;
	font-weight:normal;
	text-align:left;
}
.plus,.minus {
	margin-left:10px;
	font-size:11px;
	font-weight:normal;
	cursor:pointer;
}
.minus {
	display:none;
	
}
.arrow {
	display:inline;
	vertical-align:middle;
	zoom:1;
	height:15px;
	width:15px;
	padding-right:30px;
}
.expand {
	background-image:url(/images/shared_images/black_down_arrow.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding-right:25px;
}
.collapse {
	background-image:url(/images/shared_images/black_arrow_up.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding-right:25px;
}
.cir-expand {
	background-image:url(/images/faq/cir-expand.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding-right:23px;
}
.cir-collapse {
	background-image:url(/images/faq/cir-collapse.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding-right:23px;
}
.faq-error {
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	clear:left;
	float:left;
	padding:10px;
}

.expander span{
	padding:5px 24px 5px 0px;
	font-size:12px;
	font-weight:bold;
	margin-bottom:15px;
	position:relative;
	margin-right:10px;
	background-repeat:no-repeat;
	cursor:pointer;
}
.expander .expand-all {
	background-image:url(/images/faq/sq-plus.png);
	background-position:100% 50%;
}
.expander .collapse-all {
	background-image:url(/images/faq/sq-minus.png);
	background-position:100% 50%;
	
}
.single-expander .plus,.single-expander .minus {
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	padding-right:30px;
}
.title-bar {
	padding: 5px 10px 10px 10px;
	box-sizing: border-box;
	border-bottom:1px solid #cdcdcd;
}
#title_holder {
	float: left;
	font-size: 14px;
	line-height: 1.3;
}
#title_holder .title {
	color: #444;
	font-weight: 500;
	font-size: 24px;
}

.user-search {
	padding-right: 20px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background-size: 16px;
	line-height: 2;
	background-image: url(/images/documents/search.png);

}
#faq_questions_answers {
	padding:10px;
	box-sizing:border-box;
}
.sidebar-title {
		border-bottom:1px solid #cdcdcd;
		height: 45px;
		width: 100%;
		position: absolute;
		top: 0px;
		z-index: 0;
		background-color:#f8f8f8;
	}
.category-title-box {
	box-sizing: border-box;
	padding-left:10px;
	color: #444;
	font-family: 'Segoe UI','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size: 20px;
	position: relative;
	padding-right: 40px;
	border-bottom:1px solid #cdcdcd;
	line-height:46px;
}
#category_container,
#answer_container {
	box-sizing: border-box;
	border: 1px solid #cdcdcd;
	min-height: 400px;
	position: relative;
	display: table-cell;
	min-width: 220px;
	vertical-align: top;

}
#category_container {
	background-color: #f8f8f8;
}
#category_list {
	padding:10px 20px 10px 10px;
	box-sizing:border-box;
}
#answer_container {
	width:100%;
}
#list_toggle, #mobile_category_toggle {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	height: 34px;
	width: 34px;
	background-repeat: no-repeat;
	background-position: center center;
}
a.question,
.category-title {
	font-size:14px;
	color: #444;
	font-family: 'Segoe UI','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.category-title {
	font-weight:bold;
	margin-top:15px;
	cursor:pointer;

}
.category-title.collapsed {
	padding: 0 20px 0px 0px;
	color: #FFF;
	background-image: url(/images/shared_images/white_down.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size:10px;
}
.category-title.expanded {
	background-image: url(/images/shared_images/white_up.png);
}
a.question {
	white-space: normal;
	padding-left: 10px;
	position: relative;
	display: block;
	line-height: 1;
	margin-top: 5px;
	font-weight:normal;
	display:none;
	clear:left;
}
a.question:before {
	position: absolute;
	left: 0px;
	height: 10px;
	width: 10px;
	content: '•';
}
#mobile_category_toggle {
position:absolute;
right:5px;
top:5px;
cursor:pointer;
height:34px;
width:34px;
background-repeat:no-repeat;
background-position:center center;
}

#mobile_category_toggle { 
	display:none;
	background-image:url(/images/documents/slideup.png);
}
#mobile_category_toggle.collapsed {
	background-image:url(/images/documents/slidedown.png);
}
#mobile_content_column 	.arrow { padding-top:3px;}
@media (min-width : 320px) and (max-width :767px) {
	#faqs {
		display: block;
	}

	#category_container,
	#answer_container {
		clear: left;
		width: 100% !important;
		min-height: initial;
		max-width: 100%;
		display: block;
	}

	#list_toggle {
		display: none;
	}

	#mobile_folder_toggle {
		display: block;
	}

	.titlebar {
		padding-left: 5px;
	}

	.user-search {
		clear: left;
		display: inline-block;
	}

	#mobile_content_column #mobile_category_toggle {
		display: block;
	}

	.category-title-box {
		background-color: #444;
		color: #FFF;
	}
}</pre></body></html>