/* FAQ PAGE */
.faq-block{
    margin-bottom: 1.75rem;
    scroll-margin-top: 1.75rem;
}
.faq-block .section-title{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.accordion-title h3{
	font-size: 1.25rem;
	margin: 0;
}

/* JQUERY UI ACCORDION */
.faqacc{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}
.faqacc li ul{
	display:none;
	margin:0;
	padding:.5rem;
}
.faqacc li {
	display:block;
	margin:0 0 0.5rem 0;
}
.faqacc li ul li {
	border-bottom:0px transparent none;
	margin:0 0 .5rem 0;
    padding: 0 .5rem;		
}
.faqacc .table-trigger{
	display:flex;
    justify-content: space-between;
	width:100%;
	font-size:1.125rem;
	font-weight:600;
	padding:.75rem;
	border-bottom:1px #cfcfcf solid;
}
.faqacc .table-trigger:focus{
	background: #f6f6f6;
}
.faqacc .table-trigger span{
	margin-left:1rem;
}


/* FOUNDATION ACCORDION */
.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -1rem;
    content: "+";
    font-size: 1.75rem;
}