Site footer

The base footer on our site. Set the layout based on the number of columns needed.

Example CSS for layout:

.c-site-footer__inner {grid-template-columns: repeat(4, 1fr);}

To render the standard footer, use a combination of c-site-footer__inner--standard for layout and c-site-footer__links--standard for proper link spacing.

.c-site-footer
.c-site-footer__inner--standard
This is our default footer.