#faq.section .themes .row.question {
	margin-left: 30px;
	width: calc(100% - 30px);
}
#faq.section .themes .row.question .level.level-1 {
	margin-left: 0;
}

#faq.section .row.theme {
	padding: 21px 12px 15px;
}
#faq.section .row.question {
	padding: 20px 12px 13px;
}
#faq.section .row.question.open {
	padding-bottom: 0;
}
.list .row.theme .toolbar ul {
	margin-right: 2px;
}

#faq.section .row .level-0 .toggleSections .icon-minus {
	top: -1px;
}
#faq.section .row.theme .level-0 .toggleSections.icon-plus {
	top: -1px;
}
#faq.section .row.question .level-1 .toggleSections.icon-plus {
	top: -5px;
}
#faq.section .row.theme .level-0 .toggleSections.icon-minus {
	top: 1px;
}
#faq.section .row.question .level-1 .toggleSections.icon-minus {
	top: -4px;
}
#faq.section .toggleSections.icon-plus,
#faq.section .toggleSections.icon-minus {
	background-color: transparent;
}

#faq.section .row .level-1 .toggleSections i {
	padding-top: 2px;
	top: -2px;
}
#faq.section .level-1 .toggleSections .icon-minus::before {
	padding-top: 0;
}

#faq.section .theme .level > span a {
	color: #333f52;
	font-size: 1.313rem;
	font-weight: 700;
	line-height: 1.286em;
}
#faq.section .question .level > span a {
	color: #333f52;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.333em;
}

#faq.section .question .answer p {
	color: #333f52;
	line-height: 1.5em;
}

#faq.section .toggleSections .icon-plus,
#faq.section .toggleSections .icon-minus {
	background-color: #fff;
}
#faq.section .list > .row.theme.open,
#faq.section .list > .row.theme.open .toggleSections i,
#faq.section .list > .row:hover .toggleSections i {
	background-color: #edf4fe;
}
#faq.section .row .toggleSections i {
	color: #5b789f;
	position: relative;
}
#faq.section .row .toggleSections i::before {
	left: 8px;
	position: absolute;
	top: 3px;
}
#faq.section .no-themes .row .toggleSections i.icon-minus::before {
	top: 1px;
}

#faq.section .theme .level .toggleSections > span {
	color: #333f52;
	font-size: 1.313rem;
	font-weight: 700;
	line-height: 1.286em;
}
#faq.section .question .level .toggleSections > span {
	color: #333f52;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.333em;
}
