/*! jQuery v2.2.4 | (c) jQuery Foundation | jquery.org/license */ function setScreenSize(){screenType=getWidth()>1279?"desktop":"mobile"}function isIE(n){return n=n||navigator.userAgent,n.indexOf("MSIE ")>-1||n.indexOf("Trident/")>-1||n.indexOf("Edge/")>-1}function formTracking(n){var u=n.attr("id")==undefined?"n/a":n.attr("id"),r=window.location.href,t=n.attr("name"),f=$('input[type="email"]',n).length>0?$('input[type="email"]',n).val():"n/a",i;t==undefined&&(i=r.split("/"),t=i[i.length-1],t=t==""?i[i.length-2]:t);window.dataLayer=window.dataLayer||[];dataLayer.push({event:"formSubmit",formId:u,formUrl:r,formName:t,mail:f})}function scroll(n){var t=$("header.header-main").outerHeight(!0),i=$("#"+n).offset().top;$("html, body").stop().animate({scrollTop:i-t},750)}function getHeight(){var n;return typeof innerHeight!="undefined"?window.innerHeight:typeof document.documentElement!="undefined"&&typeof document.documentElement.clientHeight!="undefined"&&document.documentElement.clientHeight!=0?document.documentElement.clientHeight:document.getElementsByTagName("body")[0].clientHeight}function getWidth(){var n;return typeof innerWidth!="undefined"?window.innerWidth:typeof document.documentElement!="undefined"&&typeof document.documentElement.clientWidth!="undefined"&&document.documentElement.clientWidth!=0?document.documentElement.clientWidth:document.getElementsByTagName("body")[0].clientWidth}function scroll(n){var t=$("header.header-main").outerHeight(!0),i=$(n).offset().top;$("html, body").stop().animate({scrollTop:i-t},1e3)}function toggleHeroVideoPlay(n){var t=$(".hero__controls button");n.paused?(t.attr("aria-pressed",!1),n.play()):(t.attr("aria-pressed",!0),n.pause())}function facebookShare(){return window.open("https://www.facebook.com/sharer/sharer.php?u="+windowLocation,"facebookWindow","height=380,width=660,resizable=0,toolbar=0,menubar=0,status=0,location=0,scrollbars=0"),!1}function twitterShare(){var n;return n=$("h1").length>0?encodeURIComponent($("h1").text()):encodeURIComponent($(document).find("title").text()),window.open("http://twitter.com/intent/tweet?text="+n+" "+windowLocation,"twitterWindow","height=380,width=660,resizable=0,toolbar=0,menubar=0,status=0,location=0,scrollbars=0"),!1}function linkedInShare(){var n;return n=$("h1").length>0?encodeURIComponent($("h1").text()):encodeURIComponent($(document).find("title").text()),window.open("http://www.linkedin.com/shareArticle?mini=true&url="+windowLocation+"&title="+n+"","linkedInWindow","height=480,width=660,resizable=0,toolbar=0,menubar=0,status=0,location=0,scrollbars=0"),!1}function xingShare(){var n;return n=$("h1").length>0?encodeURIComponent($("h1").text()):encodeURIComponent($(document).find("title").text()),window.open("https://www.xing.com/spi/shares/new?url="+windowLocation+"&title="+n+"","xingWindow","height=480,width=660,resizable=0,toolbar=0,menubar=0,status=0,location=0,scrollbars=0"),!1}function setVideoDimensions(){var n=getHeight()-parseInt($("header.header-main").outerHeight())-parseInt($(".video-expander .options").outerHeight())*2,t=parseInt($(".vidyard_player").outerHeight());targetW=0;targetH=0;targetW=t>n?n*1.777777778:1600;$(".video-expander .vidyard_player").css({"max-width":targetW+"px"});$(".video-expander .options").css({"max-width":targetW+32+"px"})}function prettyDate(n){if(n==="0001-01-01T00:00:00")return"";var t=new Date(n),i=t.getMonth(),r=t.getFullYear();return["January","February","March","April","May","June","July","August","September","October","November","December"][i]+" "+r}function resetTooltip(n){n.attr("aria-expanded","false");n.find("span").attr("aria-hidden","true")}function prepareTooltips(){$(".tooltip").each(function(){var n=$(this),t=n.attr("data-id"),i=n.attr("data-text"),r=n.attr("data-position")!=undefined?n.attr("data-position"):"";n.attr("aria-label")==undefined&&n.attr("aria-label","Tooltip with more info");n.attr("aria-expanded","false").attr("aria-describedby",t).wrap('