/*   
Theme Name: HubSuite
Version: 1.0
Author: den
*/

.textLink {
	transition: 0.5s;
}
body .textLink:hover {
	    border-bottom: 1px solid transparent;
}
.button {
	margin-top: 10px;
}
body .faqItem>div p {
	padding: 0px 50px;
	    overflow: visible;
    display: block;
    height: auto;
}
body .faqItem.active>div p {
    padding: 0px 50px;
}
body .faqItem > div {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

body .faqItem.active > div {
  opacity: 1;
}
body .faqItem button {
	    padding-bottom: 0;
}
body .faqItem {
    padding-bottom: 26px;
}
#solutions {
	    padding-bottom: 20px;
}
.solutionsSection.section.moduleCtaSection {
    padding-top: 1px;	
}
.audiencePanel {
	display: none!important
}
.audiencePanel.active {
	display: grid!important;
}
.scenarioAnswer {
	display: none!important;
}
.scenarioAnswer.active {
	display: flex!important;
}
.audiencePanel.active {
	display: grid!important;
}
.flowPanel {
	display: none!important;
}
.flowPanel.active {
	display: block!important;
}