SlideToggle return to initial click

SlideToggle return to initial click

Hey - how's it going?

I'm using multiple slidetoggles on a page where the hidden content is quite long. I also have my slide toggle button beneath the hidden content, so when you get to the bottom you can close it.

I've made up some code and got pretty close to what I want, very close in fact - but the problem is when the Close (2nd click) of the Toggle is made to hide the content again it always stays at the bottom of the page.

What I want to do is return to the initial click event position, or to the parent class above (.services)

Here is my code so far... just can't quite get it

https://jsfiddle.net/agua/ztyym0yb/1/

Any ideas?