Dev Note
How the search bar works: The search bar is connected to the containers that hold all of the documents, like Assessor here. For the search to work, just make sure the container you want to be searchable has the CSS Class “searchable-container”. This will make it so any text in the container is searchable.
Jump to Links: Each section needs a matching CSS ID for the “Jump to” links to work. For example, give the Assessor container the ID “assessor”, then link to it using “#assessor” in the text box.