$(document).ready(function(){$(window).resize(function(){var n=$(window).width();n>991&&$("#tableOfContentsCollapse, #treeviewCollapse").collapse("show")});$("#affixer").affix({offset:{top:250,bottom:function(){return $("aside").bottom=$("footer").outerHeight(!0)+100}}});$("[data-clampedwidth]").each(function(){var n=$(this),i=n.data("clampedwidth"),t=function(){var t=$(i).width();n.css("width",t)};t();$(window).resize(t)});$("#tableOfContentsToggle").click(function(n){n.preventDefault();$(this).children().toggleClass("fa-caret-right fa-caret-left");$(".expandable").toggleClass("sr-only-expandable");$("#tableOfContentsWrapper").attr("data-expanded",$("#tableOfContentsWrapper").attr("data-expanded")==="false"?"true":"false");$("#tableOfContentsWrapper").attr("data-expanded")==="true"?$("#tableOfContentsWrapper").css("width",$(window).width()*.75):$("#tableOfContentsWrapper").css("width","")})})