.faqs {
	padding: 15px;
	max-width: var(--width-medium);
	margin: 0 auto;
}
.faqs .faq-title {
	padding-bottom: 20px;
}
.faqs .faq-title a {
	font-weight: bold;
}
.faqs .faq-title h1 {
	font-size: 32px;
	margin-bottom: 25px;
	line-height: 1.25;
	color: var(--grey-dark);
	font-family: var(--georgia);
	font-style: normal;
	font-weight: normal;
}
.faqs .faq-title h2 {
	font-size: 21px;
	margin-bottom: 20px;
	line-height: 1.4;
	color: #494949;
	font-family: var(--sofia);
	font-weight: 600;
}
.faqs .faq-title h3 {
	font-size: 23px;
	margin-bottom: 15px;
	line-height: 1.1;
	color: var(--grey-dark);
	font-family: var(--georgia);
	font-style: normal;
	font-weight: normal;
}
.faqs .faq-title h4 {
	font-size: 19px;
	margin-bottom: 10px;
	line-height: 1.3;
	color: var(--grey-dark);
	font-family: var(--sofia);
	font-style: normal;
	font-weight: 700;
}
.faqs .faq-title h5 {
	font-size: 21px;
	margin-bottom: 10px;
	line-height: 1;
	color: var(--dark-blue);
	font-family: var(--sofia);
	font-style: normal;
	font-weight: 700;
}
.faqs .faq-title h6 {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1;
	color: var(--grey-dark);
	font-family: var(--sofia);
	font-style: normal;
	font-weight: 700;
}
.faqs .faq-title p {
	font-size: var(--text-base);
	margin-bottom: 15px;
	line-height: 1.4;
	color: var(--grey);
	font-family: var(--sofia);
	font-style: normal;
	font-weight: normal;
}
@media screen and (min-width: 64em) {
	.faqs .faq-title h1 {
		font-size: 60px;
		margin-bottom: 35px;
		line-height: 1.1;
	}
	.faqs .faq-title h2 {
		font-size: 32px;
		margin-bottom: 20px;
		line-height: 1.2;
	}
	.faqs .faq-title h3 {
		font-size: 27px;
		margin-bottom: 12px;
		line-height: 1;
	}
	.faqs .faq-title h4 {
		font-size: 23px;
		margin-bottom: 10px;
		line-height: 1.3;
	}
	.faqs .faq-title h5 {
		font-size: 25px;
		margin-bottom: 10px;
		line-height: 1.2;
	}
	.faqs .faq-title h6 {
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 1;
	}
	.faqs .faq-title p {
		font-size: 18px;
		line-height: 1.6;
		margin-bottom: 20px;
	}
}
.faqs .faq-item { padding-bottom: 0; }
.faqs .faq-item .question-wrapper > p:first-child { display: inline; }
.faqs .faq-item .back-to-top-wrapper {
	margin-bottom: 20px;
}
.faqs .faq-item .back-to-top {
	position: relative;
	top: -1px;
	line-height: 33px;
}
#faq-top ul,
#faq-top ol {
	margin: 0 0 35px 0;
}
#faq-top ul li,
#faq-top ol li {
	margin-bottom: 0;
}
.faqs .faq-item .q {
	font-size: 1.125em;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.faqs .faq-item .q {
	float: left;
	margin-right: 6px;
}
.faqs .faq-item .question > *:nth-child(2) { /* second child 'should' be the content the entered into question */ 
	display: inline;
}
.faqs .group-heading {
	margin-bottom: 25px;
}
.faqs .faq-item .question.alternate {
	padding: 12px;
	background-color: var(--red);
}
.faqs .faq-item .question.alternate * {
	color: white;
}
.faqs .faq-item .question {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 9px;
}
.faqs .faq-item .answer {
	padding-top: 26px;
}
.faqs .faq-item.accordion .answer {
	display: none;
}
.faqs .faq-item .answer p a,
.faqs .answer-link {
	text-decoration: underline;
	text-underline-offset: 2px;
}
.faqs .answer-link {
	display: block;
	padding-bottom: 25px;
}
.faqs .faq-item .answer-top {
	position: relative;
}
.faqs .faq-item .a {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.4;
	margin-bottom: 15px;
}
.faqs .faq-item .question p {
	margin: 0;
}
.faqs .faq-item .question .question-text {
	margin: 4px 6px 4px 0;
}
.faqs .faq-item .question .question-text p {
	font-weight: 900;
}
.faqs .faq-item .question {
	border-bottom: 1px solid var(--grey-alt-1);
}
.faqs .faq-item.accordion .question {
	cursor: pointer;
}
.faqs .faq-item .question .toggle-answer {
	margin-left: auto;
	cursor: pointer;
}
.faqs .faq-item .question .toggle-answer .icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: baseline;
	width: 30px;
	height: 30px;
	background-color: transparent;
	color: var(--grey);
	font-size: 2rem;
	margin-bottom: 5px;
}
.faqs .faq-item .question.alternate .toggle-answer .icon {
	color: white;
}
.faqs .faq-item .question .toggle-answer .fa-angle-down {
	display: inline-block;
}
.faqs .faq-item .question .toggle-answer .fa-angle-up {
	display: none;
}
.faqs .faq-item .question.open .toggle-answer .fa-angle-down {
	display: none;
}
.faqs .faq-item .question.open .toggle-answer .fa-angle-up {
	display: inline-block;
}

:is(.faqs .core-styles, .faqs .contentRender_name_plugins_core_textbox) :is(ul, ol) {
	padding-left: var(--space-5);
}

@media (min-width: 64em) {
	.faqs .faq-item .a {
		position: absolute;
		top: 3px;
		left: 0;
		line-height: 1.4;
		margin-bottom: 15px;
	}
}
