	#page-search {
	width: 85%;
	display: inline-block;
}
#page-search-go {
	margin-top: -4px;
}
.faq-all-prompt {
	font-weight: bold;
	padding: 6px 6px 12px 3px;
}
.faq-back-to-top {
	display: none;
	text-align: right;
}
.filtered .faq-back-to-top {
	display: block;
}
.filtered em.match-text {
  background:#ff6;
  font-weight:bold;
  font-style:normal;
}
.filtered .mb-1,
.filtered .mb-2,
.filtered .mb-3 {
	margin: 0!important;
}
.filtered .pt-1,
.filtered .pt-2,
.filtered .pt-3 {
	padding-top: 0!important;
}
.filtered h3 {
	margin-top: 0;
}
.filtered .faq-filter {
	display: block!important;
}
.filtered .row.faq-all {
	margin-top: 18px;
}
.content h3 {
	font-size: 1.875rem !important;
}

/* On this page and other top row content */
.filtered > div.row:nth-child(2) {
	display: none!important;
}
/* Footnotes */
.filtered .footnotes {
	display: none!important;
}
/* See Also cards */
.filtered .card.bl-3.bl-secondary.mb-3 {
	display: none!important;
}

.faq-filter .form-control-clear {
	display: none;
	position: absolute;
	right: 15%;
	width: 20px;
	height: 20px;
	font-size: 1.6rem;
}
.faq-filter .form-control-clear:hover {
	cursor: pointer;
}

.filtered a[href="#"] {
               display: none;
}

.filtered .vc_empty_space.col-12.pt-4 {
	display: none;
}

