Sticky footer
See the CSS Tricks article Sticky Footer, Five Ways if you want to know how this works.
We are using the CSS Grid implementation, with syntax that works back to IE10 and 11.
This is the same level of support that FlexBox enjoys, but it eliminates certain display issues spotted in IE10 and 11, caused by components with overflow that is not set to visible (e.g. the carousel component) when used within a sidebar layout.
This page uses the sidebar layout and should display correctly.