/*
Welcome to custom CSS for the WSU Spine Theme!

You may delete these comments and get started with your custom stylesheet.
Before doing so, please review the WSU web standards:

https://brand.wsu.edu/media/web/web-standards/

As a general rule of thumb, if your styles target aspects of the spine
(#spine), that's against standard, whereas if you're styling elsewhere on
the page, it's all good.
*/
/*! —» Issue fix: Accordion nesting (@author: daniel.rieck@wsu.edu) «— */
.wsu-accordion--open .wsu-accordion:not(.wsu-accordion--open) .wsu-accordion__content {
	max-height: 0;
	visibility: hidden;
	overflow: hidden;
	transition: max-height cubic-bezier(0,0,.03,1) .3s, visibility 0 .4s;
}

.wsu-accordion--open .wsu-accordion:not(.wsu-accordion--open) .wsu-accordion__title::before {
	content: "\F137";
}