.frequently-asked-questions .floating-image{
	left: -3%;
	top: 10%;
}

/*Accordions*/
.faq-heading {
	padding: 1em;
	color: var(--color-white);
	font-size: var(--font-size-quinary-heading);
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-wrap: nowrap;
	margin-bottom: 0;
    cursor: pointer;
	font-weight: 500;
	border-bottom: 2px solid var(--color-white);
}

.faq-answer {
	margin: unset;
	max-width: 90%;
}

.answer ul{
	margin-bottom: 0;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2em 2em 1em;
	overflow: auto;
}


span.ui-accordion-header-icon.ui-icon.iconClosed:before {
	content: url("https://kryosphere.flywheelsites.com/wp-content/uploads/2024/01/accordion-closed.svg");
	width: 21px;
	height: 11px;
}

span.ui-accordion-header-icon.ui-icon.iconOpen:before {
	content: url("https://kryosphere.flywheelsites.com/wp-content/uploads/2024/01/accordion-open.svg");
	width: 21px;
	height: 11px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/*XS Devices 0 - 767px*/
@media only screen and (max-width: 47.9375em) {
	.answer ul{
		margin-left: 0;
		padding-left: 0;
	}
	.answer p a + a{
		margin-top: .5em;
	}	
	.ui-accordion .ui-accordion-content	{
			padding: 1em;
	}
}

/*Devices 768px in width*/
@media only screen and (min-width: 48em) {

}

/*Devices 1024px in width*/
@media only screen and (min-width: 64em) {
.answer p a + a{
	margin-left: 1em;
}


}

/*Devices 1200px+ in width*/
@media only screen and (min-width: 75em) {

}