* Use `.active` on `li.side-nav-c2` and it's child `a` nav link to denote current selected category and link
* If you have a solid dark color or black background, add `.theme-alt` at the same level as `.side-navigation` to get white navigation links
* Add `.panel` to `li.side-nav-c2` for full accordion operation
* `.side-navigation` begins as `display: none;` at `$vp1` and becomes visible at `$vp3`
* `a.navigation-btn` is visible on `$vp1` and `$vp2` to enable toggling visibility of `.side-navigation`
* Use your own JavaScript to show/hide navigation on `$vp1` and `$vp2`, though you can use the example from `.side-navigation-large` above as a reference
