jQuery.easing.jswing=jQuery.easing.swing;jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(n,t,i,r,u){return jQuery.easing[jQuery.easing.def](n,t,i,r,u)},easeInQuad:function(n,t,i,r,u){return r*(t/=u)*t+i},easeOutQuad:function(n,t,i,r,u){return-r*(t/=u)*(t-2)+i},easeInOutQuad:function(n,t,i,r,u){return(t/=u/2)<1?r/2*t*t+i:-r/2*(--t*(t-2)-1)+i},easeInCubic:function(n,t,i,r,u){return r*(t/=u)*t*t+i},easeOutCubic:function(n,t,i,r,u){return r*((t=t/u-1)*t*t+1)+i},easeInOutCubic:function(n,t,i,r,u){return(t/=u/2)<1?r/2*t*t*t+i:r/2*((t-=2)*t*t+2)+i},easeInQuart:function(n,t,i,r,u){return r*(t/=u)*t*t*t+i},easeOutQuart:function(n,t,i,r,u){return-r*((t=t/u-1)*t*t*t-1)+i},easeInOutQuart:function(n,t,i,r,u){return(t/=u/2)<1?r/2*t*t*t*t+i:-r/2*((t-=2)*t*t*t-2)+i},easeInQuint:function(n,t,i,r,u){return r*(t/=u)*t*t*t*t+i},easeOutQuint:function(n,t,i,r,u){return r*((t=t/u-1)*t*t*t*t+1)+i},easeInOutQuint:function(n,t,i,r,u){return(t/=u/2)<1?r/2*t*t*t*t*t+i:r/2*((t-=2)*t*t*t*t+2)+i},easeInSine:function(n,t,i,r,u){return-r*Math.cos(t/u*(Math.PI/2))+r+i},easeOutSine:function(n,t,i,r,u){return r*Math.sin(t/u*(Math.PI/2))+i},easeInOutSine:function(n,t,i,r,u){return-r/2*(Math.cos(Math.PI*t/u)-1)+i},easeInExpo:function(n,t,i,r,u){return t==0?i:r*Math.pow(2,10*(t/u-1))+i},easeOutExpo:function(n,t,i,r,u){return t==u?i+r:r*(-Math.pow(2,-10*t/u)+1)+i},easeInOutExpo:function(n,t,i,r,u){return t==0?i:t==u?i+r:(t/=u/2)<1?r/2*Math.pow(2,10*(t-1))+i:r/2*(-Math.pow(2,-10*--t)+2)+i},easeInCirc:function(n,t,i,r,u){return-r*(Math.sqrt(1-(t/=u)*t)-1)+i},easeOutCirc:function(n,t,i,r,u){return r*Math.sqrt(1-(t=t/u-1)*t)+i},easeInOutCirc:function(n,t,i,r,u){return(t/=u/2)<1?-r/2*(Math.sqrt(1-t*t)-1)+i:r/2*(Math.sqrt(1-(t-=2)*t)+1)+i},easeInElastic:function(n,t,i,r,u){var o=1.70158,f=0,e=r;return t==0?i:(t/=u)==1?i+r:(f||(f=u*.3),e<Math.abs(r)?(e=r,o=f/4):o=f/(2*Math.PI)*Math.asin(r/e),-(e*Math.pow(2,10*(t-=1))*Math.sin((t*u-o)*2*Math.PI/f))+i)},easeOutElastic:function(n,t,i,r,u){var o=1.70158,f=0,e=r;return t==0?i:(t/=u)==1?i+r:(f||(f=u*.3),e<Math.abs(r)?(e=r,o=f/4):o=f/(2*Math.PI)*Math.asin(r/e),e*Math.pow(2,-10*t)*Math.sin((t*u-o)*2*Math.PI/f)+r+i)},easeInOutElastic:function(n,t,i,r,u){var o=1.70158,f=0,e=r;return t==0?i:(t/=u/2)==2?i+r:(f||(f=u*.3*1.5),e<Math.abs(r)?(e=r,o=f/4):o=f/(2*Math.PI)*Math.asin(r/e),t<1)?-.5*e*Math.pow(2,10*(t-=1))*Math.sin((t*u-o)*2*Math.PI/f)+i:e*Math.pow(2,-10*(t-=1))*Math.sin((t*u-o)*2*Math.PI/f)*.5+r+i},easeInBack:function(n,t,i,r,u,f){return f==undefined&&(f=1.70158),r*(t/=u)*t*((f+1)*t-f)+i},easeOutBack:function(n,t,i,r,u,f){return f==undefined&&(f=1.70158),r*((t=t/u-1)*t*((f+1)*t+f)+1)+i},easeInOutBack:function(n,t,i,r,u,f){return(f==undefined&&(f=1.70158),(t/=u/2)<1)?r/2*t*t*(((f*=1.525)+1)*t-f)+i:r/2*((t-=2)*t*(((f*=1.525)+1)*t+f)+2)+i},easeInBounce:function(n,t,i,r,u){return r-jQuery.easing.easeOutBounce(n,u-t,0,r,u)+i},easeOutBounce:function(n,t,i,r,u){return(t/=u)<1/2.75?r*7.5625*t*t+i:t<2/2.75?r*(7.5625*(t-=1.5/2.75)*t+.75)+i:t<2.5/2.75?r*(7.5625*(t-=2.25/2.75)*t+.9375)+i:r*(7.5625*(t-=2.625/2.75)*t+.984375)+i},easeInOutBounce:function(n,t,i,r,u){return t<u/2?jQuery.easing.easeInBounce(n,t*2,0,r,u)*.5+i:jQuery.easing.easeOutBounce(n,t*2-u,0,r,u)*.5+r*.5+i}}),function(n){"use strict";function r(n){for(var t,r=n+"=",f=decodeURIComponent(document.cookie),u=f.split(";"),i=0;i<u.length;i++){for(t=u[i];t.charAt(0)===" ";)t=t.substring(1);if(t.indexOf(r)==0)return t.substring(r.length,t.length)}return""}function u(){var n=new Date;n.setFullYear(n.getFullYear()+10);document.cookie="cookiesAccepted=true; path=/; expires="+n.toUTCString()}var i='<div id="cookie-popup-container"><div class="cookie-popup" style="display: none;"><div class="cookie-popup-inner"><div class="cookie-popup-left"><div class="cookie-popup-headline">This website uses cookies<\/div><div class="cookie-popup-sub-headline">By using this site, you agree to our use of cookies.<\/div><\/div><div class="cookie-popup-right"><a href="#" class="cookie-popup-accept-cookies">Accept<\/a><a href="#" class="cookie-popup-learn-more">More info<\/a><\/div><\/div><div class="cookie-popup-lower" style="display: none;">Cookies are small files stored on your computer, which websites use to improve your browsing experience. They may be used to save your progress or user preferences. <a href="https://www.verisk3e.com/privacy" style="color:#ffffff; text-decoration: underline;" target="_blank">See Verisk 3E Privacy Policy<\/a> <\/div><\/div><\/div>',t;n.extend({acceptCookies:function(u){var o=r("cookiesAccepted"),f,e;o||(f=n(i),e="bottom",u!=undefined&&(e=u.position!=undefined?u.position:"bottom",u.title!=undefined&&f.find(".cookie-popup-headline").text(u.title),u.text!=undefined&&f.find(".cookie-popup-sub-headline").text(u.text),u.acceptButtonText!=undefined&&f.find(".cookie-popup-accept-cookies").text(u.acceptButtonText),u.learnMoreButtonText!=undefined&&f.find(".cookie-popup-learn-more").text(u.learnMoreButtonText),u.learnMoreInfoText!=undefined&&f.find(".cookie-popup-lower").html(u.learnMoreInfoText),u.theme!=undefined&&f.addClass("theme-"+u.theme),u.onAccept!=undefined&&(t=u.onAccept),u.learnMore!=undefined&&u.learnMore===!1&&f.find(".cookie-popup-learn-more").remove()),f.find(".cookie-popup").addClass("position-"+e),n("body").append(f),n(".cookie-popup").slideToggle())}});n(document).on("click",".cookie-popup-accept-cookies",function(i){i.preventDefault();u();n(".cookie-popup").slideToggle();typeof t=="function"&&t()}).on("click",".cookie-popup-learn-more",function(t){t.preventDefault();n(".cookie-popup-lower").slideToggle()})}(jQuery);$(window).scroll(function(){$(this).scrollTop()>100?$(".scrollup").fadeIn():$(".scrollup").fadeOut()});$(".scrollup").click(function(){return $("html, body").animate({scrollTop:0},600),!1});$("#main-nav").scrollspy();$('a[href*="#"]:not([href="#"])').click(function(){if(location.pathname.replace(/^\//,"")==this.pathname.replace(/^\//,"")||location.hostname==this.hostname){var n=$(this.hash);n=n.length?n:$("[name="+this.hash.slice(1)+"]");n.length&&($(".navbar").css("position")=="fixed"?$("html,body").animate({scrollTop:n.offset().top-84},1e3):$("html,body").animate({scrollTop:n.offset().top},1e3))}});var fastspring,Msds;(function(n){var t=function(){function n(){var n=this;this.setCompleteUrl=function(t){n.completeUrl=t};this.onOrderComplete=function(t){$.ajax({type:"POST",data:""+JSON.stringify(t),dataType:"json",contentType:"application/json; charset=utf-8",url:n.completeUrl,processData:!1}).fail(function(){alert("Something went wrong. Please contact verisk3e.")})};this.onFsPopupClosed=function(n){n&&window.location.reload()}}return n}();n.MsdsApp=t;n.msdsApp=new t})(Msds||(Msds={}))