var mod_pagespeed_WsQFLHDp1P = "(function($){if(typeof _wpcf7=='undefined'||_wpcf7===null)_wpcf7={};_wpcf7=$.extend({cached:0},_wpcf7);$(function(){_wpcf7.supportHtml5=$.wpcf7SupportHtml5();$('div.wpcf7 > form').wpcf7InitForm();});$.fn.wpcf7InitForm=function(){this.ajaxForm({beforeSubmit:function(arr,$form,options){$form.wpcf7ClearResponseOutput();$form.find('[aria-invalid]').attr('aria-invalid','false');$form.find('img.ajax-loader').css({visibility:'visible'});return true;},beforeSerialize:function($form,options){$form.find('[placeholder].placeheld').each(function(i,n){$(n).val('');});return true;},data:{'_wpcf7_is_ajax_call':1},dataType:'json',success:$.wpcf7AjaxSuccess,error:function(xhr,status,error,$form){var e=$('
').text(error.message);$form.after(e);}});if(_wpcf7.cached)this.wpcf7OnloadRefill();this.wpcf7ToggleSubmit();this.find('.wpcf7-submit').wpcf7AjaxLoader();this.find('.wpcf7-acceptance').click(function(){$(this).closest('form').wpcf7ToggleSubmit();});this.find('.wpcf7-exclusive-checkbox').wpcf7ExclusiveCheckbox();this.find('.wpcf7-list-item.has-free-text').wpcf7ToggleCheckboxFreetext();this.find('[placeholder]').wpcf7Placeholder();if(_wpcf7.jqueryUi&&!_wpcf7.supportHtml5.date){this.find('input.wpcf7-date[type=\"date\"]').each(function(){$(this).datepicker({dateFormat:'yy-mm-dd',minDate:new Date($(this).attr('min')),maxDate:new Date($(this).attr('max'))});});}if(_wpcf7.jqueryUi&&!_wpcf7.supportHtml5.number){this.find('input.wpcf7-number[type=\"number\"]').each(function(){$(this).spinner({min:$(this).attr('min'),max:$(this).attr('max'),step:$(this).attr('step')});});}this.find('.wpcf7-character-count').wpcf7CharacterCount();this.find('.wpcf7-validates-as-url').change(function(){$(this).wpcf7NormalizeUrl();});};$.wpcf7AjaxSuccess=function(data,status,xhr,$form){if(!$.isPlainObject(data)||$.isEmptyObject(data))return;var $responseOutput=$form.find('div.wpcf7-response-output');$form.wpcf7ClearResponseOutput();$form.find('.wpcf7-form-control').removeClass('wpcf7-not-valid');$form.removeClass('invalid spam sent failed');if(data.captcha)$form.wpcf7RefillCaptcha(data.captcha);if(data.quiz)$form.wpcf7RefillQuiz(data.quiz);if(data.invalids){$.each(data.invalids,function(i,n){$form.find(n.into).wpcf7NotValidTip(n.message);$form.find(n.into).find('.wpcf7-form-control').addClass('wpcf7-not-valid');$form.find(n.into).find('[aria-invalid]').attr('aria-invalid','true');});$responseOutput.addClass('wpcf7-validation-errors');$form.addClass('invalid');$(data.into).trigger('invalid.wpcf7');}else if(1==data.spam){$responseOutput.addClass('wpcf7-spam-blocked');$form.addClass('spam');$(data.into).trigger('spam.wpcf7');}else if(1==data.mailSent){$responseOutput.addClass('wpcf7-mail-sent-ok');$form.addClass('sent');if(data.onSentOk)$.each(data.onSentOk,function(i,n){eval(n)});$(data.into).trigger('mailsent.wpcf7');}else{$responseOutput.addClass('wpcf7-mail-sent-ng');$form.addClass('failed');$(data.into).trigger('mailfailed.wpcf7');}if(data.onSubmit)$.each(data.onSubmit,function(i,n){eval(n)});$(data.into).trigger('submit.wpcf7');if(1==data.mailSent)$form.resetForm();$form.find('[placeholder].placeheld').each(function(i,n){$(n).val($(n).attr('placeholder'));});$responseOutput.append(data.message).slideDown('fast');$responseOutput.attr('role','alert');$.wpcf7UpdateScreenReaderResponse($form,data);};$.fn.wpcf7ExclusiveCheckbox=function(){return this.find('input:checkbox').click(function(){$(this).closest('.wpcf7-checkbox').find('input:checkbox').not(this).removeAttr('checked');});};$.fn.wpcf7Placeholder=function(){if(_wpcf7.supportHtml5.placeholder)return this;return this.each(function(){$(this).val($(this).attr('placeholder'));$(this).addClass('placeheld');$(this).focus(function(){if($(this).hasClass('placeheld'))$(this).val('').removeClass('placeheld');});$(this).blur(function(){if(''==$(this).val()){$(this).val($(this).attr('placeholder'));$(this).addClass('placeheld');}});});};$.fn.wpcf7AjaxLoader=function(){return this.each(function(){var loader=$('').attr({src:_wpcf7.loaderUrl,alt:_wpcf7.sending}).css('visibility','hidden');$(this).after(loader);});};$.fn.wpcf7ToggleSubmit=function(){return this.each(function(){var form=$(this);if(this.tagName.toLowerCase()!='form')form=$(this).find('form').first();if(form.hasClass('wpcf7-acceptance-as-validation'))return;var submit=form.find('input:submit');if(!submit.length)return;var acceptances=form.find('input:checkbox.wpcf7-acceptance');if(!acceptances.length)return;submit.removeAttr('disabled');acceptances.each(function(i,n){n=$(n);if(n.hasClass('wpcf7-invert')&&n.is(':checked')||!n.hasClass('wpcf7-invert')&&!n.is(':checked'))submit.attr('disabled','disabled');});});};$.fn.wpcf7ToggleCheckboxFreetext=function(){return this.each(function(){var $wrap=$(this).closest('.wpcf7-form-control');if($(this).find(':checkbox, :radio').is(':checked')){$(this).find(':input.wpcf7-free-text').prop('disabled',false);}else{$(this).find(':input.wpcf7-free-text').prop('disabled',true);}$wrap.find(':checkbox, :radio').change(function(){var $cb=$('.has-free-text',$wrap).find(':checkbox, :radio');var $freetext=$(':input.wpcf7-free-text',$wrap);if($cb.is(':checked')){$freetext.prop('disabled',false).focus();}else{$freetext.prop('disabled',true);}});});};$.fn.wpcf7CharacterCount=function(){return this.each(function(){var $count=$(this);var name=$count.attr('data-target-name');var down=$count.hasClass('down');var starting=parseInt($count.attr('data-starting-value'),10);var maximum=parseInt($count.attr('data-maximum-value'),10);var minimum=parseInt($count.attr('data-minimum-value'),10);var updateCount=function($target){var length=$target.val().length;var count=down?starting-length:length;$count.attr('data-current-value',count);$count.text(count);if(maximum&&maximum'+message+'');if($into.is('.use-floating-validation-tip *')){$('.wpcf7-not-valid-tip',$into).mouseover(function(){$(this).wpcf7FadeOut();});$(':input',$into).focus(function(){$('.wpcf7-not-valid-tip',$into).not(':hidden').wpcf7FadeOut();});}});};$.fn.wpcf7FadeOut=function(){return this.each(function(){$(this).animate({opacity:0},'fast',function(){$(this).css({'z-index':-100});});});};$.fn.wpcf7OnloadRefill=function(){return this.each(function(){var url=$(this).attr('action');if(0');$.each(data.invalids,function(i,n){if(n.idref){var $li=$('
  • ').append($('').attr('href','#'+n.idref).append(n.message));}else{var $li=$('
  • ').append(n.message);}$invalids.append($li);});$response.append($invalids);}$response.attr('role','alert').focus();}};$.wpcf7SupportHtml5=function(){var features={};var input=document.createElement('input');features.placeholder='placeholder'in input;var inputTypes=['email','url','tel','number','range','date'];$.each(inputTypes,function(index,value){input.setAttribute('type',value);features[value]=input.type!=='text';});return features;};})(jQuery);"; var mod_pagespeed_3pHMoh81kG = "jQuery(function(){if('undefined'===typeof wp||!wp.customize||!wp.customize.selectiveRefresh){return;}function addtoany_init(){if(window.a2a){a2a.init_all('page');}}wp.customize.selectiveRefresh.bind('partial-content-rendered',function(placement){if(placement.container){addtoany_init();}});});"; var mod_pagespeed_0XqlDZhZBV = "(function(e,h,l,c){e.fn.sonar=function(o,n){if(typeof o===\"boolean\"){n=o;o=c}return e.sonar(this[0],o,n)};var f=l.body,a=\"scrollin\",m=\"scrollout\",b=function(r,n,t){if(r){f||(f=l.body);var s=r,u=0,v=f.offsetHeight,o=h.innerHeight||l.documentElement.clientHeight||f.clientHeight||0,q=l.documentElement.scrollTop||h.pageYOffset||f.scrollTop||0,p=r.offsetHeight||0;if(!r.sonarElemTop||r.sonarBodyHeight!==v){if(s.offsetParent){do{u+=s.offsetTop}while(s=s.offsetParent)}r.sonarElemTop=u;r.sonarBodyHeight=v}n=n===c?0:n;return(!(r.sonarElemTop+(t?0:p)q+o+n))}},d={},j=0,i=function(){setTimeout(function(){var s,o,t,q,p,r,n;for(t in d){o=d[t];for(r=0,n=o.length;r0&&setInterval(function(){for(var a=0;a0)for(var d=0;d0&&jQuery(\"#\"+b.clone_id).remove(),j=!0,h=!1,i=!1);else{var k=jQuery(this).scrollTop();k+b.fixed_margin_bottom>=f?(i||(b.obj.css(\"position\",\"fixed\"),b.obj.css(\"top\",\"\"),b.obj.css(\"width\",g),jQuery(\"#\"+b.clone_id).length<=0&&b.obj.before(b.clone),i=!0,h=!1,j=!1),b.obj.css(\"bottom\",k+d+b.next_widgets_height-f)):k>=c?h||(b.obj.css(\"position\",\"fixed\"),b.obj.css(\"top\",b.fixed_margin_top),b.obj.css(\"bottom\",\"\"),b.obj.css(\"width\",g),jQuery(\"#\"+b.clone_id).length<=0&&b.obj.before(b.clone),h=!0,i=!1,j=!1):j||(b.obj.css(\"position\",\"\"),b.obj.css(\"top\",\"\"),b.obj.css(\"bottom\",\"\"),b.obj.css(\"width\",\"\"),jQuery(\"#\"+b.clone_id).length>0&&jQuery(\"#\"+b.clone_id).remove(),j=!0,h=!1,i=!1)}}).trigger(\"scroll.\"+a.sidebar)}if(!a)return!1;if(!a.widgets)return!1;if(a.widgets.length<1)return!1;a.sidebar||(a.sidebar=\"q2w3-default-sidebar\");var c=new Array,d=jQuery(window).height(),e=jQuery(document).height(),f=a.margin_top;jQuery(\"#wpadminbar\").length&&(f=a.margin_top+jQuery(\"#wpadminbar\").height()),jQuery(\".q2w3-widget-clone-\"+a.sidebar).remove();for(var g=0;g=0;g--)c[g]&&(c[g].next_widgets_height=h,c[g].fixed_margin_bottom+=h,h+=c[g].height,i||(i=widget_obj.parent(),i.addClass(\"q2w3-fixed-widget-container\"),i.css(\"height\",\"\"),i.height(i.height())));jQuery(window).off(\"scroll.\"+a.sidebar);for(var g=0;g0?window.jQuery?q2w3_sidebar_options[0].window_load_hook?jQuery(window).load(q2w3_sidebar_init()):jQuery(document).ready(q2w3_sidebar_init()):console.log(\"jQuery is not loaded!\"):console.log(\"q2w3_sidebar_options not found!\");"; var mod_pagespeed_wIazdW6lpO = "!function(a,b){\"use strict\";function c(){if(!e){e=!0;var a,c,d,f,g=-1!==navigator.appVersion.indexOf(\"MSIE 10\"),h=!!navigator.userAgent.match(/Trident.*rv:11\\./),i=b.querySelectorAll(\"iframe.wp-embedded-content\");for(c=0;c1e3)g=1e3;else if(200>~~g)g=200;f.height=g}if(\"link\"===d.message)if(h=b.createElement(\"a\"),i=b.createElement(\"a\"),h.href=f.getAttribute(\"src\"),i.href=d.value,i.host===h.host)if(b.activeElement===f)a.top.location.href=d.value}else;}},d)a.addEventListener(\"message\",a.wp.receiveEmbedMessage,!1),b.addEventListener(\"DOMContentLoaded\",c,!1),a.addEventListener(\"load\",c,!1)}(window,document);"; var mod_pagespeed_bYAB5liodR = "(function(e){function t(){if(!e.fn.ajaxSubmit.debug)return;var t=\"[jquery.form] \"+Array.prototype.join.call(arguments,\"\");if(window.console&&window.console.log){window.console.log(t)}else if(window.opera&&window.opera.postError){window.opera.postError(t)}}e.fn.ajaxSubmit=function(n){function w(i){function S(e){var t=e.contentWindow?e.contentWindow.document:e.contentDocument?e.contentDocument:e.document;return t}function x(){function u(){try{var e=S(p).readyState;t(\"state = \"+e);if(e.toLowerCase()==\"uninitialized\")setTimeout(u,50)}catch(n){t(\"Server abort: \",n,\" (\",n.name,\")\");L(E);y&&clearTimeout(y);y=undefined}}var n=o.attr(\"target\"),i=o.attr(\"action\");s.setAttribute(\"target\",c);if(!r){s.setAttribute(\"method\",\"POST\")}if(i!=f.url){s.setAttribute(\"action\",f.url)}if(!f.skipEncodingOverride&&(!r||/post/i.test(r))){o.attr({encoding:\"multipart/form-data\",enctype:\"multipart/form-data\"})}if(f.timeout){y=setTimeout(function(){g=true;L(w)},f.timeout)}var a=[];try{if(f.extraData){for(var l in f.extraData){a.push(e('').attr(\"value\",f.extraData[l]).appendTo(s)[0])}}if(!f.iframeTarget){h.appendTo(\"body\");p.attachEvent?p.attachEvent(\"onload\",L):p.addEventListener(\"load\",L,false)}setTimeout(u,15);s.submit()}finally{s.setAttribute(\"action\",i);if(n){s.setAttribute(\"target\",n)}else{o.removeAttr(\"target\")}e(a).remove()}}function L(n){if(d.aborted||k){return}try{N=S(p)}catch(r){t(\"cannot access response document: \",r);n=E}if(n===w&&d){d.abort(\"timeout\");return}else if(n==E&&d){d.abort(\"server abort\");return}if(!N||N.location.href==f.iframeSrc){if(!g)return}p.detachEvent?p.detachEvent(\"onload\",L):p.removeEventListener(\"load\",L,false);var i=\"success\",s;try{if(g){throw\"timeout\"}var o=f.dataType==\"xml\"||N.XMLDocument||e.isXMLDoc(N);t(\"isXml=\"+o);if(!o&&window.opera&&(N.body==null||N.body.innerHTML==\"\")){if(--C){t(\"requeing onLoad callback, DOM not available\");setTimeout(L,250);return}}var u=N.body?N.body:N.documentElement;d.responseText=u?u.innerHTML:null;d.responseXML=N.XMLDocument?N.XMLDocument:N;if(o)f.dataType=\"xml\";d.getResponseHeader=function(e){var t={\"content-type\":f.dataType};return t[e]};if(u){d.status=Number(u.getAttribute(\"status\"))||d.status;d.statusText=u.getAttribute(\"statusText\")||d.statusText}var a=(f.dataType||\"\").toLowerCase();var c=/(json|script|text)/.test(a);if(c||f.textarea){var v=N.getElementsByTagName(\"textarea\")[0];if(v){d.responseText=v.value;d.status=Number(v.getAttribute(\"status\"))||d.status;d.statusText=v.getAttribute(\"statusText\")||d.statusText}else if(c){var m=N.getElementsByTagName(\"pre\")[0];var b=N.getElementsByTagName(\"body\")[0];if(m){d.responseText=m.textContent?m.textContent:m.innerText}else if(b){d.responseText=b.textContent?b.textContent:b.innerText}}}else if(a==\"xml\"&&!d.responseXML&&d.responseText!=null){d.responseXML=A(d.responseText)}try{T=M(d,a,f)}catch(n){i=\"parsererror\";d.error=s=n||i}}catch(n){t(\"error caught: \",n);i=\"error\";d.error=s=n||i}if(d.aborted){t(\"upload aborted\");i=null}if(d.status){i=d.status>=200&&d.status<300||d.status===304?\"success\":\"error\"}if(i===\"success\"){f.success&&f.success.call(f.context,T,\"success\",d);l&&e.event.trigger(\"ajaxSuccess\",[d,f])}else if(i){if(s==undefined)s=d.statusText;f.error&&f.error.call(f.context,d,i,s);l&&e.event.trigger(\"ajaxError\",[d,f,s])}l&&e.event.trigger(\"ajaxComplete\",[d,f]);if(l&&!--e.active){e.event.trigger(\"ajaxStop\")}f.complete&&f.complete.call(f.context,d,i);k=true;if(f.timeout)clearTimeout(y);setTimeout(function(){if(!f.iframeTarget)h.remove();d.responseXML=null},100)}var s=o[0],u,a,f,l,c,h,p,d,v,m,g,y;var b=!!e.fn.prop;if(i){if(b){for(a=0;a');h.css({position:\"absolute\",top:\"-1000px\",left:\"-1000px\"})}p=h[0];d={aborted:0,responseText:null,responseXML:null,status:0,statusText:\"n/a\",getAllResponseHeaders:function(){},getResponseHeader:function(){},setRequestHeader:function(){},abort:function(n){var r=n===\"timeout\"?\"timeout\":\"aborted\";t(\"aborting upload... \"+r);this.aborted=1;h.attr(\"src\",f.iframeSrc);d.error=r;f.error&&f.error.call(f.context,d,r,n);l&&e.event.trigger(\"ajaxError\",[d,f,r]);f.complete&&f.complete.call(f.context,d,r)}};l=f.global;if(l&&!(e.active++)){e.event.trigger(\"ajaxStart\")}if(l){e.event.trigger(\"ajaxSend\",[d,f])}if(f.beforeSend&&f.beforeSend.call(f.context,d,f)===false){if(f.global){e.active--}return}if(d.aborted){return}v=s.clk;if(v){m=v.name;if(m&&!v.disabled){f.extraData=f.extraData||{};f.extraData[m]=v.value;if(v.type==\"image\"){f.extraData[m+\".x\"]=s.clk_x;f.extraData[m+\".y\"]=s.clk_y}}}var w=1;var E=2;if(f.forceSync){x()}else{setTimeout(x,10)}var T,N,C=50,k;var A=e.parseXML||function(e,t){if(window.ActiveXObject){t=new ActiveXObject(\"Microsoft.XMLDOM\");t.async=\"false\";t.loadXML(e)}else{t=(new DOMParser).parseFromString(e,\"text/xml\")}return t&&t.documentElement&&t.documentElement.nodeName!=\"parsererror\"?t:null};var O=e.parseJSON||function(e){return window[\"eval\"](\"(\"+e+\")\")};var M=function(t,n,r){var i=t.getResponseHeader(\"content-type\")||\"\",s=n===\"xml\"||!n&&i.indexOf(\"xml\")>=0,o=s?t.responseXML:t.responseText;if(s&&o.documentElement.nodeName===\"parsererror\"){e.error&&e.error(\"parsererror\")}if(r&&r.dataFilter){o=r.dataFilter(o,n)}if(typeof o===\"string\"){if(n===\"json\"||!n&&i.indexOf(\"json\")>=0){o=O(o)}else if(n===\"script\"||!n&&i.indexOf(\"javascript\")>=0){e.globalEval(o)}}return o}}if(!this.length){t(\"ajaxSubmit: skipping submit process - no element selected\");return this}var r,i,s,o=this;if(typeof n==\"function\"){n={success:n}}r=this.attr(\"method\");i=this.attr(\"action\");s=typeof i===\"string\"?e.trim(i):\"\";s=s||window.location.href||\"\";if(s){s=(s.match(/^([^#]+)/)||[])[1]}n=e.extend(true,{url:s,success:e.ajaxSettings.success,type:r||\"GET\",iframeSrc:/^https/i.test(window.location.href||\"\")?\"javascript:false\":\"about:blank\"},n);var u={};this.trigger(\"form-pre-serialize\",[this,n,u]);if(u.veto){t(\"ajaxSubmit: submit vetoed via form-pre-serialize trigger\");return this}if(n.beforeSerialize&&n.beforeSerialize(this,n)===false){t(\"ajaxSubmit: submit aborted via beforeSerialize callback\");return this}var a=n.traditional;if(a===undefined){a=e.ajaxSettings.traditional}var f,l,c,h=this.formToArray(n.semantic);if(n.data){n.extraData=n.data;f=e.param(n.data,a)}if(n.beforeSubmit&&n.beforeSubmit(h,this,n)===false){t(\"ajaxSubmit: submit aborted via beforeSubmit callback\");return this}this.trigger(\"form-submit-validate\",[h,this,n,u]);if(u.veto){t(\"ajaxSubmit: submit vetoed via form-submit-validate trigger\");return this}var p=e.param(h,a);if(f)p=p?p+\"&\"+f:f;if(n.type.toUpperCase()==\"GET\"){n.url+=(n.url.indexOf(\"?\")>=0?\"&\":\"?\")+p;n.data=null}else{n.data=p}var d=[];if(n.resetForm){d.push(function(){o.resetForm()})}if(n.clearForm){d.push(function(){o.clearForm(n.includeHidden)})}if(!n.dataType&&n.target){var v=n.success||function(){};d.push(function(t){var r=n.replaceTarget?\"replaceWith\":\"html\";e(n.target)[r](t).each(v,arguments)})}else if(n.success){d.push(n.success)}n.success=function(e,t,r){var i=n.context||n;for(var s=0,u=d.length;s0;var g=\"multipart/form-data\";var y=o.attr(\"enctype\")==g||o.attr(\"encoding\")==g;if(n.iframe!==false&&(m||n.iframe||y)){if(n.closeKeepAlive){e.get(n.closeKeepAlive,function(){w(h)})}else{w(h)}}else{if(e.browser.msie&&r==\"get\"&&typeof n.type===\"undefined\"){var b=o[0].getAttribute(\"method\");if(typeof b===\"string\")n.type=b}e.ajax(n)}this.trigger(\"form-submit-notify\",[this,n]);return this};e.fn.ajaxForm=function(n){if(this.length===0){var r={s:this.selector,c:this.context};if(!e.isReady&&r.s){t(\"DOM not ready, queuing ajaxForm\");e(function(){e(r.s,r.c).ajaxForm(n)});return this}t(\"terminating; zero elements found by selector\"+(e.isReady?\"\":\" (DOM not ready)\"));return this}return this.ajaxFormUnbind().bind(\"submit.form-plugin\",function(t){if(!t.isDefaultPrevented()){t.preventDefault();e(this).ajaxSubmit(n)}}).bind(\"click.form-plugin\",function(t){var n=t.target;var r=e(n);if(!r.is(\":submit,input:image\")){var i=r.closest(\":submit\");if(i.length==0){return}n=i[0]}var s=this;s.clk=n;if(n.type==\"image\"){if(t.offsetX!=undefined){s.clk_x=t.offsetX;s.clk_y=t.offsetY}else if(typeof e.fn.offset==\"function\"){var o=r.offset();s.clk_x=t.pageX-o.left;s.clk_y=t.pageY-o.top}else{s.clk_x=t.pageX-n.offsetLeft;s.clk_y=t.pageY-n.offsetTop}}setTimeout(function(){s.clk=s.clk_x=s.clk_y=null},100)})};e.fn.ajaxFormUnbind=function(){return this.unbind(\"submit.form-plugin click.form-plugin\")};e.fn.formToArray=function(t){var n=[];if(this.length===0){return n}var r=this[0];var i=t?r.getElementsByTagName(\"*\"):r.elements;if(!i){return n}var s,o,u,a,f,l,c;for(s=0,l=i.length;s ›'].join('')),over=function(){var $$=$(this),menu=getMenu($$);clearTimeout(menu.sfTimer);$$.showSuperfishUl().siblings().hideSuperfishUl();},out=function(){var $$=$(this),menu=getMenu($$),o=sf.op;clearTimeout(menu.sfTimer);menu.sfTimer=setTimeout(function(){o.retainPath=($.inArray($$[0],o.$path)>-1);$$.hideSuperfishUl();if(o.$path.length&&$$.parents(['li.',o.hoverClass].join('')).length<1){over.call(o.$path);}},o.delay);},getMenu=function($menu){var menu=$menu.parents(['ul.',c.menuClass,':first'].join(''))[0];sf.op=sf.o[menu.serial];return menu;},addArrow=function($a){$a.addClass(c.anchorClass).append($arrow.clone());};return this.each(function(){var s=this.serial=sf.o.length;var o=$.extend({},sf.defaults,op);o.$path=$('li.'+o.pathClass,this).slice(0,o.pathLevels).each(function(){$(this).addClass([o.hoverClass,c.bcClass].join(' ')).filter('li:has(ul)').removeClass(o.pathClass);});sf.o[s]=sf.op=o;$('li:has(ul)',this)[($.fn.hoverIntent&&!o.disableHI)?'hoverIntent':'hover'](over,out).each(function(){if(o.autoArrows)addArrow($('>a:first-child',this));}).not('.'+c.bcClass).hideSuperfishUl();var $a=$('a',this);$a.each(function(i){var $li=$a.eq(i).parents('li');$a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call($li);});});o.onInit.call(this);}).each(function(){var menuClasses=[c.menuClass];if(sf.op.dropShadows&&!($.browser.msie&&$.browser.version<7))menuClasses.push(c.shadowClass);$(this).addClass(menuClasses.join(' '));});};var sf=$.fn.superfish;sf.o=[];sf.op={};sf.IE7fix=function(){var o=sf.op;if($.browser.msie&&$.browser.version>6&&o.dropShadows&&o.animation.opacity!=undefined)this.toggleClass(sf.c.shadowClass+'-off');};sf.c={bcClass:'sf-breadcrumb',menuClass:'sf-js-enabled',anchorClass:'sf-with-ul',arrowClass:'sf-sub-indicator',shadowClass:'sf-shadow'};sf.defaults={hoverClass:'sfHover',pathClass:'overideThisToUse',pathLevels:1,delay:800,animation:{opacity:'show'},speed:'normal',autoArrows:true,dropShadows:true,disableHI:false,onInit:function(){},onBeforeShow:function(){},onShow:function(){},onHide:function(){}};$.fn.extend({hideSuperfishUl:function(){var o=sf.op,not=(o.retainPath===true)?o.$path:'';o.retainPath=false;var $ul=$(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass).find('>ul').hide().css('visibility','hidden');o.onHide.call($ul);return this;},showSuperfishUl:function(){var o=sf.op,sh=sf.c.shadowClass+'-off',$ul=this.addClass(o.hoverClass).find('>ul:hidden').css('visibility','visible');sf.IE7fix.call($ul);o.onBeforeShow.call($ul);$ul.animate(o.animation,o.speed,function(){sf.IE7fix.call($ul);o.onShow.call($ul);});return this;}});})(jQuery);jQuery(document).ready(function($){$(\"#navigation ul.menu,ul.header-menu\").superfish({delay:500,animation:{opacity:'show',height:'show'},speed:300,autoArrows:false,dropShadows:false,});});"; var mod_pagespeed_sOz1marbOu = "(function($){jQuery.browser={};jQuery.browser.mozilla=/mozilla/.test(navigator.userAgent.toLowerCase())&&!/webkit/.test(navigator.userAgent.toLowerCase());jQuery.browser.webkit=/webkit/.test(navigator.userAgent.toLowerCase());jQuery.browser.opera=/opera/.test(navigator.userAgent.toLowerCase());jQuery.browser.msie=/msie/.test(navigator.userAgent.toLowerCase());if(!Array.prototype.indexOf){Array.prototype.indexOf=function(elt){var len=this.length>>>0;var from=Number(arguments[1])||0;from=(from<0)?Math.ceil(from):Math.floor(from);if(from<0)from+=len;for(;from0){createPreloadContainer();createOverlayLoader();}else{destroyQueryLoader();}};var createPreloadContainer=function(){qLimageContainer=$(\"
    \").appendTo(\"body\").css({display:\"none\",width:0,height:0,overflow:\"hidden\"});for(var i=0;qLimages.length>i;i++){$.ajax({url:qLimages[i],type:'HEAD',complete:function(data){if(!qLdestroyed){qLimageCounter++;addImageForPreload(this['url']);}}});}};var addImageForPreload=function(url){var image=$(\"\").attr(\"src\",url).bind(\"load error\",function(){completeImageLoading();}).appendTo(qLimageContainer);};var completeImageLoading=function(){qLdone++;var percentage=(qLdone/qLimageCounter)*100;$(qLbar).stop().animate({width:percentage+\"%\",minWidth:percentage+\"%\"},200);if(qLoptions.percentage==true){$(qLpercentage).text(Math.ceil(percentage)+\"%\");}if(qLdone==qLimageCounter){destroyQueryLoader();}};var destroyQueryLoader=function(){$(qLimageContainer).remove();qLoptions.onLoadComplete();qLdestroyed=true;};var createOverlayLoader=function(){qLoverlay=$(\"
    \").css({width:\"100%\",height:\"100%\",backgroundColor:qLoptions.backgroundColor,backgroundPosition:\"fixed\",position:\"fixed\",zIndex:666999,top:0,left:0}).appendTo(\"body\");qLbar=$(\"
    \").css({height:qLoptions.barHeight+\"px\",marginTop:\"-\"+(qLoptions.barHeight/2)+\"px\",backgroundColor:qLoptions.barColor,width:\"0%\",position:\"absolute\",top:\"50%\"}).appendTo(qLoverlay);if(qLoptions.percentage==true){qLpercentage=$(\"
    \").text(\"0%\").css({height:\"40px\",width:\"100px\",position:\"absolute\",fontSize:\"3em\",top:\"50%\",left:\"50%\",marginTop:\"-\"+(59+qLoptions.barHeight)+\"px\",textAlign:\"center\",marginLeft:\"-50px\",color:qLoptions.barColor}).appendTo(qLoverlay);}if(!qLimages.length){destroyQueryLoader()}};var findImageInElement=function(element){var url=\"\";if($(element).css(\"background-image\")!=\"none\"){var url=$(element).css(\"background-image\");}else if(typeof($(element).attr(\"src\"))!=\"undefined\"&&element.nodeName.toLowerCase()==\"img\"){var url=$(element).attr(\"src\");}if(url.indexOf(\"gradient\")==-1){url=url.replace(/url\\(\\\"/g,\"\");url=url.replace(/url\\(/g,\"\");url=url.replace(/\\\"\\)/g,\"\");url=url.replace(/\\)/g,\"\");var urls=url.split(\", \");for(var i=0;i0&&qLimages.indexOf(urls[i])==-1&&!urls[i].match(/^(data:)/i)){var extra=\"\";if($.browser.msie&&$.browser.version<9){extra=\"?\"+Math.floor(Math.random()*3000);}qLimages.push(urls[i]+extra);}}}}\n$.fn.queryLoader2=function(options){if(options){$.extend(qLoptions,options);}this.each(function(){findImageInElement(this);if(qLoptions.deepSearch==true){$(this).find(\"*:not(script)\").each(function(){findImageInElement(this);});}});afterEach();return this;};var BrowserDetect={init:function(){this.browser=this.searchString(this.dataBrowser)||\"An unknown browser\";this.version=this.searchVersion(navigator.userAgent)||this.searchVersion(navigator.appVersion)||\"an unknown version\";this.OS=this.searchString(this.dataOS)||\"an unknown OS\";},searchString:function(data){for(var i=0;i ').appendTo($this),emH=dummy.height();dummy.remove();return emH;};var resizeSlabs=function resizeSlabs(){var parentWidth=$this.width(),fs;$this.removeClass(\"slabtextdone slabtextinactive\");if(viewportBreakpoint&&viewportBreakpoint>viewportWidth||headerBreakpoint&&headerBreakpoint>parentWidth){$this.addClass(\"slabtextinactive\");return;}fs=grabPixelFontSize();if(!keepSpans&&(forceNewCharCount||fs!=origFontSize)){origFontSize=fs;var newCharPerLine=Math.min(60,Math.floor(parentWidth/(origFontSize*fontRatio))),wordIndex=0,lineText=[],counter=0,preText=\"\",postText=\"\",finalText=\"\",preDiff,postDiff;if(newCharPerLine!=idealCharPerLine){idealCharPerLine=newCharPerLine;while(wordIndex=words.length){break;}}preDiff=idealCharPerLine-preText.length;postDiff=postText.length-idealCharPerLine;if((preDiff2)){finalText=preText;wordIndex--;}else{finalText=postText;}lineText.push(''+$.trim(settings.wrapAmpersand?finalText.replace(\"&\",'&'):finalText)+\"\");}$this.html(lineText.join(\" \"));if(headLink){$this.wrapInner('\");}}}else{origFontSize=fs;}$(\"span.slabtext\",$this).each(function(){var $span=$(this),innerText=$span.text(),wordSpacing=innerText.split(\" \").length>1,diff,ratio,fontSize;if(postTweak){$span.css({\"word-spacing\":0,\"letter-spacing\":0});}ratio=parentWidth/$span.width();fontSize=parseFloat(this.style.fontSize)||origFontSize;$span.css(\"font-size\",Math.min((fontSize*ratio).toFixed(precision),settings.maxFontSize)+\"px\");diff=!!postTweak?parentWidth-$span.width():false;if(diff){$span.css((wordSpacing?\"word\":\"letter\")+\"-spacing\",(diff/(wordSpacing?innerText.split(\" \").length-1:innerText.length)).toFixed(precision)+\"px\");}});$this.addClass(\"slabtextdone\");};resizeSlabs();if(!settings.noResizeEvent){$(window).resize(function(){if($(window).width()==viewportWidth){return;}viewportWidth=$(window).width();clearTimeout(resizeThrottle);resizeThrottle=setTimeout(resizeSlabs,resizeThrottleTime);});}});};})(jQuery);"; var mod_pagespeed_yWbMxgUSAR = "(function($){var $window=$(window);var windowHeight=$window.height();$window.resize(function(){windowHeight=$window.height();});$.fn.parallax=function(xpos,speedFactor,outerHeight){var $this=$(this);var getHeight;var firstTop;var paddingTop=0;function update(){$this.each(function(){firstTop=$this.offset().top;});if(outerHeight){getHeight=function(jqo){return jqo.outerHeight(true);};}else{getHeight=function(jqo){return jqo.height();};}if(arguments.length<1||xpos===null)xpos=\"50%\";if(arguments.length<2||speedFactor===null)speedFactor=0.5;if(arguments.length<3||outerHeight===null)outerHeight=true;var pos=$window.scrollTop();$this.each(function(){var $element=$(this);var top=$element.offset().top;var height=getHeight($element);if(top+heightpos+windowHeight){return;}$this.css('backgroundPosition',xpos+\" \"+Math.round((firstTop-pos)*speedFactor)+\"px\");});}$window.bind('scroll',update).resize(update);update();};})(jQuery);";