.bio-toggle{display:block;margin-top:1rem;cursor:pointer}.bio-toggle:after{content:"";display:inline-block;width:12px;height:12px;background-image:url("../../images/arrow-continue-orange.svg");background-repeat:no-repeat;background-size:12px;margin-left:.5rem;transition:all .25s ease-in-out}.bio-toggle.active::after{transform:rotate(-180deg)}.bio{position:relative}.bio .bio-text{position:relative;background-color:#fff;padding:0;margin-top:1rem;z-index:1;max-height:0;overflow:auto;transition:max-height .5s;height:auto;display:block}.bio.active.active::after{transform:rotate(-180deg)}.bio.active .bio-text{margin-top:1rem;max-height:200px}