Floating Accordion
Notes:
The parent container Section has class of relativeContainer (to hold the floating absoluteChild) and max500Ctr assigning max width of 500px and centering the accordion.
The Row Layout child has class of absoluteChild which allows accordion to float or expand below the parent container. If you don’t want the accordion to float beyond its parent, remove or break the absoluteChild class.