$(document).foundation({offcanvas:{open_method:"move",close_on_click:!0},reveal:{animation:"fadeAndPop",animation_speed:250,close_on_background_click:!0,close_on_esc:!0,dismiss_modal_class:"close-reveal-modal",bg_class:"reveal-modal-bg",open:function(){},opened:function(){},close:function(){},closed:function(){$("html").attr("style","overflow:auto;")},bg:$(".reveal-modal-bg"),css:{open:{opacity:0,visibility:"visible",display:"block"},close:{opacity:1,visibility:"hidden",display:"none"}}},equalizer:{equalize_on_stack:!1},abide:{live_validate:!0,focus_on_invalid:!0,error_labels:!0,validators:{diceRoll:function(){return[!0,!1][Math.round(Math.random())]},isAllowed:function(n){return["a@zurb.com","b.zurb.com"].indexOf(n.value)>-1},intRange:function(n){var i=parseInt(n.getAttribute("data-minvalue")),r=parseInt(n.getAttribute("data-maxvalue")),t=parseInt(n.value);return isNaN(i)||isNaN(r)||isNaN(t)?!1:t>=i&&t<=r}}},accordion:{active_class:"active",multi_expand:!0,toggleable:!0}});var menu=$(".left-off-canvas-menu");$(window).smartresize(function(){menu.height($(this).height())});$(document).trigger("resize");$(document).on("open.fndtn.offcanvas","[data-offcanvas]",function(){$("html").css("overflow","hidden")}).on("close.fndtn.offcanvas","[data-offcanvas]",function(){$("html").css("overflow","auto")});Foundation.libs.dropdown.css=function(n,t){var f=Math.max((t.width()-n.width())/2,8),i,r,u;return this.clear_idx(),i=t.data(this.attr_name(!0)+"-init")||this.settings,this.style(n,t,i),$(n)[0].style.bottom="4em",$(n)[0].style.top="auto",r=10,u=n.position().left+n.width()+r-$(document).width(),u>7&&($(n)[0].style.left="auto",$(n)[0].style.right="20px",$(n).addClass("right-offset")),n};$(document).on("opened","[data-reveal]",function(){$(this).appendTo($("form"))})