Facebook Pixel Tracking

This content is password-protected. To view it, please enter the password below.

jQuery(document).ready(function($) { if ($('.vc_tta-tabs').length > 0) { function openTabFromHash() { var hash = window.location.hash; if (hash) { var $target = $(hash); if ($target.length) { var $tabNav = $('.vc_tta-tabs-list').find('a[href="' + hash + '"]'); if ($tabNav.length) { $tabNav.click(); $('html, body').animate({ scrollTop: $tabNav.closest('.vc_tta-tabs').offset().top - 100 }, 500); } } } } openTabFromHash(); $(window).on('hashchange', function() { openTabFromHash(); }); } });