.faq-title{
	font-family: 'MontserratSemiBold';
	font-size: 30px !important;
	line-height: 1;
	margin: 0;
}
.single-faq-box{
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
	padding: 30px;
	border-radius: 18px;
	cursor: pointer;
}
.single-faq-box p{
	font-size: 25px;
}
.faq-accordion{
	display: none;
}
p.text-references{
	font-size: 18px;
	margin-bottom: 5px;
}
ol.text-references *{
	font-size: 14px !important;
	margin-bottom: 5px;
	color: #58595B;
}
.text-references a{
	color: #00AFAA;
}
.text-references strong{
	font-family: 'MontserratSemiBold';
}
.single-faq-box *{
	color: #116e79;
}
.faq-accordion *{
	color: #58595b;
}
.single-faq-box ol{
	padding-left: 20px;
}

.open-close-faq{
	width: 40px;
	height: 40px;
	display: block;
	background-size: contain;
	background-position: center;
	background-image: url("../../images/open-faq.png");
	transition: all .3s ease-in-out;
	transform: rotate(0deg);
}
.single-faq-box.opened .open-close-faq{
	transform: rotate(45deg);
}
