jQuery(document).ready(function(){jQuery('.scrollbar-inner').scrollbar();$('#events').slick({slidesToShow:1,slidesToScroll:1,arrows:false,fade:true,asNavFor:'#events-thumbs',infinite:false,centerMode:true,});$('#events-thumbs').slick({slidesToShow:15,asNavFor:'#events',dots:false,centerMode:true,focusOnSelect:true,infinite:false,variableWidth:true});smoothScroll.init({offset:20});gumshoe.init({offset:21});if(window.location.hash){var hash=smoothScroll.escapeCharacters(window.location.hash);var toggle=document.querySelector('a[href*="'+ hash+'"]');var options={};smoothScroll.animateScroll(hash,toggle,options);}});