.faqs .collapsed::before {
    font-family: FontAwesome;
    content: "\f067";
    float: right;
    margin: 1em;
    z-index: -1;
    position: relative;
}
.faqs .expanded::before {
    font-family: FontAwesome;
    content:"\f068";
    float: right;
}

.hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.hidden.show {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	padding-left: 1em;
}

@media print {
  .hidden {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    }
}

.faqs .faq {
    background-color: #DDDDDD;
    /* padding: 1em 1em .5em 1em; */
    margin-bottom: 1em;
    position: relative;
    z-index: 1;
}

.faqs .faq:hover {
    background-color: #f9f9f9;
}

.faqs .faq a {
    color: black !important;
    font-size: 18px !important;
    display: block;
    padding: 1em 2em 1em 1em;
    font-family: Mallory;
}
.faqs .faq a:hover {
    text-decoration: none;
}
.faqs .faq h2 a { font-size: 22px !important; }

#block-system-main .faqs .faq a, #block-system-main .faqs .faq a:hover {
    text-decoration: none;
}

#expand {
    margin-bottom: 20px;
}

.anchorlink {
    margin-top: -2em;
    margin-bottom: 1em;
    display: flex; 
    justify-content: flex-end;
}
.anchorlink a {
    text-decoration: none;
}