/* * Foundation Responsive Library * http://foundation.zurb.com * Copyright 2014, ZURB * Free to use under the MIT license. * http://www.opensource.org/licenses/mit-license.php */ (function (e, t, n, r) { "use strict"; function l(e) { if (typeof e == "string" || e instanceof String)e = e.replace(/^['\\/"]+|(;\s?})+|['\\/"]+$/g, ""); return e } var i = function (t) { var n = t.length, r = e("head"); while (n--)r.has("." + t[n]).length === 0 && r.append('') }; i(["foundation-mq-small", "foundation-mq-medium", "foundation-mq-large", "foundation-mq-xlarge", "foundation-mq-xxlarge", "foundation-data-attribute-namespace"]), e(function () { typeof FastClick != "undefined" && typeof n.body != "undefined" && FastClick.attach(n.body) }); var s = function (t, r) { if (typeof t == "string") { if (r) { var i; if (r.jquery) { i = r[0]; if (!i)return r } else i = r; return e(i.querySelectorAll(t)) } return e(n.querySelectorAll(t)) } return e(t, r) }, o = function (e) { var t = []; return e || t.push("data"), this.namespace.length > 0 && t.push(this.namespace), t.push(this.name), t.join("-") }, u = function (e) { var t = e.split("-"), n = t.length, r = []; while (n--)n !== 0 ? r.push(t[n]) : this.namespace.length > 0 ? r.push(this.namespace, t[n]) : r.push(t[n]); return r.reverse().join("-") }, a = function (t, n) { var r = this, i = !s(this).data(this.attr_name(!0)); s(this.scope).is("[" + this.attr_name() + "]") ? (s(this.scope).data(this.attr_name(!0) + "-init", e.extend({}, this.settings, n || t, this.data_options(s(this.scope)))), i && this.events(this.scope)) : s("[" + this.attr_name() + "]", this.scope).each(function () { var i = !s(this).data(r.attr_name(!0) + "-init"); s(this).data(r.attr_name(!0) + "-init", e.extend({}, r.settings, n || t, r.data_options(s(this)))), i && r.events(this) }); if (typeof t == "string")return this[t].call(this, n) }, f = function (e, t) { function n() { t(e[0]) } function r() { this.one("load", n); if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)) { var e = this.attr("src"), t = e.match(/\?/) ? "&" : "?"; t += "random=" + (new Date).getTime(), this.attr("src", e + t) } } if (!e.attr("src")) { n(); return } e[0].complete || e[0].readyState === 4 ? n() : r.call(e) }; t.matchMedia = t.matchMedia || function (e) { var t, n = e.documentElement, r = n.firstElementChild || n.firstChild, i = e.createElement("body"), s = e.createElement("div"); return s.id = "mq-test-1", s.style.cssText = "position:absolute;top:-100em", i.style.background = "none", i.appendChild(s), function (e) { return s.innerHTML = '­', n.insertBefore(i, r), t = s.offsetWidth === 42, n.removeChild(i), { matches: t, media: e } } }(n), function (e) { function a() { n && (s(a), u && jQuery.fx.tick()) } var n, r = 0, i = ["webkit", "moz"], s = t.requestAnimationFrame, o = t.cancelAnimationFrame, u = "undefined" != typeof jQuery.fx; for (; r < i.length && !s; r++)s = t[i[r] + "RequestAnimationFrame"], o = o || t[i[r] + "CancelAnimationFrame"] || t[i[r] + "CancelRequestAnimationFrame"]; s ? (t.requestAnimationFrame = s, t.cancelAnimationFrame = o, u && (jQuery.fx.timer = function (e) { e() && jQuery.timers.push(e) && !n && (n = !0, a()) }, jQuery.fx.stop = function () { n = !1 })) : (t.requestAnimationFrame = function (e) { var n = (new Date).getTime(), i = Math.max(0, 16 - (n - r)), s = t.setTimeout(function () { e(n + i) }, i); return r = n + i, s }, t.cancelAnimationFrame = function (e) { clearTimeout(e) }) }(jQuery), t.Foundation = { name: "Foundation", version: "5.3.1", media_queries: { small: s(".foundation-mq-small").css("font-family").replace(/^[\/\\'"]+|(;\s?})+|[\/\\'"]+$/g, ""), medium: s(".foundation-mq-medium").css("font-family").replace(/^[\/\\'"]+|(;\s?})+|[\/\\'"]+$/g, ""), large: s(".foundation-mq-large").css("font-family").replace(/^[\/\\'"]+|(;\s?})+|[\/\\'"]+$/g, ""), xlarge: s(".foundation-mq-xlarge").css("font-family").replace(/^[\/\\'"]+|(;\s?})+|[\/\\'"]+$/g, ""), xxlarge: s(".foundation-mq-xxlarge").css("font-family").replace(/^[\/\\'"]+|(;\s?})+|[\/\\'"]+$/g, "") }, stylesheet: e("").appendTo("head")[0].sheet, global: {namespace: r}, init: function (e, t, n, r, i) { var o = [e, n, r, i], u = []; this.rtl = /rtl/i.test(s("html").attr("dir")), this.scope = e || this.scope, this.set_namespace(); if (t && typeof t == "string" && !/reflow/i.test(t))this.libs.hasOwnProperty(t) && u.push(this.init_lib(t, o)); else for (var a in this.libs)u.push(this.init_lib(a, t)); return e }, init_lib: function (t, n) { return this.libs.hasOwnProperty(t) ? (this.patch(this.libs[t]), n && n.hasOwnProperty(t) ? (typeof this.libs[t].settings != "undefined" ? e.extend(!0, this.libs[t].settings, n[t]) : typeof this.libs[t].defaults != "undefined" && e.extend(!0, this.libs[t].defaults, n[t]), this.libs[t].init.apply(this.libs[t], [this.scope, n[t]])) : (n = n instanceof Array ? n : new Array(n), this.libs[t].init.apply(this.libs[t], n))) : function () { } }, patch: function (e) { e.scope = this.scope, e.namespace = this.global.namespace, e.rtl = this.rtl, e.data_options = this.utils.data_options, e.attr_name = o, e.add_namespace = u, e.bindings = a, e.S = this.utils.S }, inherit: function (e, t) { var n = t.split(" "), r = n.length; while (r--)this.utils.hasOwnProperty(n[r]) && (e[n[r]] = this.utils[n[r]]) }, set_namespace: function () { var t = this.global.namespace === r ? e(".foundation-data-attribute-namespace").css("font-family") : this.global.namespace; this.global.namespace = t === r || /false/i.test(t) ? "" : t }, libs: {}, utils: { S: s, throttle: function (e, t) { var n = null; return function () { var r = this, i = arguments; n == null && (n = setTimeout(function () { e.apply(r, i), n = null }, t)) } }, debounce: function (e, t, n) { var r, i; return function () { var s = this, o = arguments, u = function () { r = null, n || (i = e.apply(s, o)) }, a = n && !r; return clearTimeout(r), r = setTimeout(u, t), a && (i = e.apply(s, o)), i } }, data_options: function (t, n) { function f(e) { return !isNaN(e - 0) && e !== null && e !== "" && e !== !1 && e !== !0 } function l(t) { return typeof t == "string" ? e.trim(t) : t } n = n || "options"; var r = {}, i, s, o, u = function (e) { var t = Foundation.global.namespace; return t.length > 0 ? e.data(t + "-" + n) : e.data(n) }, a = u(t); if (typeof a == "object")return a; o = (a || ":").split(";"), i = o.length; while (i--)s = o[i].split(":"), s = [s[0], s.slice(1).join(":")], /true/i.test(s[1]) && (s[1] = !0), /false/i.test(s[1]) && (s[1] = !1), f(s[1]) && (s[1].indexOf(".") === -1 ? s[1] = parseInt(s[1], 10) : s[1] = parseFloat(s[1])), s.length === 2 && s[0].length > 0 && (r[l(s[0])] = l(s[1])); return r }, register_media: function (t, n) { Foundation.media_queries[t] === r && (e("head").append(''), Foundation.media_queries[t] = l(e("." + n).css("font-family"))) }, add_custom_rule: function (e, t) { if (t === r && Foundation.stylesheet)Foundation.stylesheet.insertRule(e, Foundation.stylesheet.cssRules.length); else { var n = Foundation.media_queries[t]; n !== r && Foundation.stylesheet.insertRule("@media " + Foundation.media_queries[t] + "{ " + e + " }") } }, image_loaded: function (e, t) { var n = this, r = e.length; r === 0 && t(e), e.each(function () { f(n.S(this), function () { r -= 1, r === 0 && t(e) }) }) }, random_str: function () { return this.fidx || (this.fidx = 0), this.prefix = this.prefix || [this.name || "F", (+(new Date)).toString(36)].join("-"), this.prefix + (this.fidx++).toString(36) } } }, e.fn.foundation = function () { var e = Array.prototype.slice.call(arguments, 0); return this.each(function () { return Foundation.init.apply(Foundation, [this].concat(e)), this }) } })(jQuery, window, window.document), function (e, t, n, r) { "use strict"; Foundation.libs.abide = { name: "abide", version: "5.3.3", settings: { live_validate: !0, focus_on_invalid: !0, error_labels: !0, timeout: 1e3, patterns: { alpha: /^[a-zA-Z]+$/, alpha_numeric: /^[a-zA-Z0-9]+$/, integer: /^[-+]?\d+$/, number: /^[-+]?\d*(?:[\.\,]\d+)?$/, card: /^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11})$/, cvv: /^([0-9]){3,4}$/, email: /^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/, url: /^(https?|ftp|file|ssh):\/\/(((([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-zA-Z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-zA-Z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-zA-Z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-zA-Z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-zA-Z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-zA-Z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/, domain: /^([a-zA-Z0-9]([a-zA-Z0-9\-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,6}$/, datetime: /^([0-2][0-9]{3})\-([0-1][0-9])\-([0-3][0-9])T([0-5][0-9])\:([0-5][0-9])\:([0-5][0-9])(Z|([\-\+]([0-1][0-9])\:00))$/, date: /(?:19|20)[0-9]{2}-(?:(?:0[1-9]|1[0-2])-(?:0[1-9]|1[0-9]|2[0-9])|(?:(?!02)(?:0[1-9]|1[0-2])-(?:30))|(?:(?:0[13578]|1[02])-31))$/, time: /^(0[0-9]|1[0-9]|2[0-3])(:[0-5][0-9]){2}$/, dateISO: /^\d{4}[\/\-]\d{1,2}[\/\-]\d{1,2}$/, month_day_year: /^(0[1-9]|1[012])[- \/.](0[1-9]|[12][0-9]|3[01])[- \/.]\d{4}$/, color: /^#?([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$/ }, validators: { equalTo: function (e, t, r) { var i = n.getElementById(e.getAttribute(this.add_namespace("data-equalto"))).value, s = e.value, o = i === s; return o } } }, timer: null, init: function (e, t, n) { this.bindings(t, n) }, events: function (t) { var n = this, r = n.S(t).attr("novalidate", "novalidate"), i = r.data(this.attr_name(!0) + "-init") || {}; this.invalid_attr = this.add_namespace("data-invalid"), r.off(".abide").on("submit.fndtn.abide validate.fndtn.abide", function (e) { var t = /ajax/i.test(n.S(this).attr(n.attr_name())); return n.validate(n.S(this).find("input, textarea, select").get(), e, t) }).on("reset", function () { return n.reset(e(this)) }).find("input, textarea, select").off(".abide").on("blur.fndtn.abide change.fndtn.abide", function (e) { n.validate([this], e) }).on("keydown.fndtn.abide", function (e) { i.live_validate === !0 && (clearTimeout(n.timer), n.timer = setTimeout(function () { n.validate([this], e) }.bind(this), i.timeout)) }) }, reset: function (t) { t.removeAttr(this.invalid_attr), e(this.invalid_attr, t).removeAttr(this.invalid_attr), e(".error", t).not("small").removeClass("error") }, validate: function (e, t, n) { var r = this.parse_patterns(e), i = r.length, s = this.S(e[0]).closest("form"), o = /submit/.test(t.type); for (var u = 0; u < i; u++)if (!r[u] && (o || n))return this.settings.focus_on_invalid && e[u].focus(), s.trigger("invalid"), this.S(e[u]).closest("form").attr(this.invalid_attr, ""), !1; return (o || n) && s.trigger("valid"), s.removeAttr(this.invalid_attr), n ? !1 : !0 }, parse_patterns: function (e) { var t = e.length, n = []; while (t--)n.push(this.pattern(e[t])); return this.check_validation_and_apply_styles(n) }, pattern: function (e) { var t = e.getAttribute("type"), n = typeof e.getAttribute("required") == "string", r = e.getAttribute("pattern") || ""; return this.settings.patterns.hasOwnProperty(r) && r.length > 0 ? [e, this.settings.patterns[r], n] : r.length > 0 ? [e, new RegExp(r), n] : this.settings.patterns.hasOwnProperty(t) ? [e, this.settings.patterns[t], n] : (r = /.*/, [e, r, n]) }, check_validation_and_apply_styles: function (t) { var n = t.length, r = [], i = this.S(t[0][0]).closest("[data-" + this.attr_name(!0) + "]"), s = i.data(this.attr_name(!0) + "-init") || {}; while (n--) { var o = t[n][0], u = t[n][2], a = o.value.trim(), f = this.S(o).parent(), l = o.getAttribute(this.add_namespace("data-abide-validator")), c = o.type === "radio", h = o.type === "checkbox", p = this.S('label[for="' + o.getAttribute("id") + '"]'), d = u ? o.value.length > 0 : !0, v, m; o.getAttribute(this.add_namespace("data-equalto")) && (l = "equalTo"), f.is("label") ? v = f.parent() : v = f, c && u ? r.push(this.valid_radio(o, u)) : h && u ? r.push(this.valid_checkbox(o, u)) : (l && (m = this.settings.validators[l].apply(this, [o, u, v]), r.push(m)), t[n][1].test(a) && d || !u && o.value.length < 1 || e(o).attr("disabled") ? r.push(!0) : r.push(!1), r = [r.every(function (e) { return e })], r[0] ? (this.S(o).removeAttr(this.invalid_attr), v.removeClass("error"), p.length > 0 && this.settings.error_labels && p.removeClass("error"), e(o).triggerHandler("valid")) : (v.addClass("error"), this.S(o).attr(this.invalid_attr, ""), p.length > 0 && this.settings.error_labels && p.addClass("error"), e(o).triggerHandler("invalid"))) } return r }, valid_checkbox: function (e, t) { var e = this.S(e), n = e.is(":checked") || !t; return n ? e.removeAttr(this.invalid_attr).parent().removeClass("error") : e.attr(this.invalid_attr, "").parent().addClass("error"), n }, valid_radio: function (e, t) { var n = e.getAttribute("name"), r = this.S(e).closest("[data-" + this.attr_name(!0) + "]").find("[name='" + n + "']"), i = r.length, s = !1; for (var o = 0; o < i; o++)r[o].checked && (s = !0); for (var o = 0; o < i; o++)s ? this.S(r[o]).removeAttr(this.invalid_attr).parent().removeClass("error") : this.S(r[o]).attr(this.invalid_attr, "").parent().addClass("error"); return s }, valid_equal: function (e, t, r) { var i = n.getElementById(e.getAttribute(this.add_namespace("data-equalto"))).value, s = e.value, o = i === s; return o ? (this.S(e).removeAttr(this.invalid_attr), r.removeClass("error")) : (this.S(e).attr(this.invalid_attr, ""), r.addClass("error")), o }, valid_oneof: function (e, t, n, r) { var e = this.S(e), i = this.S("[" + this.add_namespace("data-oneof") + "]"), s = i.filter(":checked").length > 0; s ? e.removeAttr(this.invalid_attr).parent().removeClass("error") : e.attr(this.invalid_attr, "").parent().addClass("error"); if (!r) { var o = this; i.each(function () { o.valid_oneof.call(o, this, null, null, !0) }) } return s } } }(jQuery, window, window.document), function (e, t, n, r) { "use strict"; Foundation.libs.equalizer = { name: "equalizer", version: "5.3.3", settings: {use_tallest: !0, before_height_change: e.noop, after_height_change: e.noop, equalize_on_stack: !1}, init: function (e, t, n) { Foundation.inherit(this, "image_loaded"), this.bindings(t, n), this.reflow() }, events: function () { this.S(t).off(".equalizer").on("resize.fndtn.equalizer", function (e) { this.reflow() }.bind(this)) }, equalize: function (t) { var n = !1, r = t.find("[" + this.attr_name() + "-watch]:visible"), i = t.data(this.attr_name(!0) + "-init"); if (r.length === 0)return; var s = r.first().offset().top; i.before_height_change(), t.trigger("before-height-change").trigger("before-height-change.fndth.equalizer"), r.height("inherit"), r.each(function () { var t = e(this); t.offset().top !== s && (n = !0) }); if (i.equalize_on_stack === !1 && n)return; var o = r.map(function () { return e(this).outerHeight(!1) }).get(); if (i.use_tallest) { var u = Math.max.apply(null, o); r.css("height", u) } else { var a = Math.min.apply(null, o); r.css("height", a) } i.after_height_change(), t.trigger("after-height-change").trigger("after-height-change.fndtn.equalizer") }, reflow: function () { var t = this; this.S("[" + this.attr_name() + "]", this.scope).each(function () { var n = e(this); t.image_loaded(t.S("img", this), function () { t.equalize(n) }) }) } } }(jQuery, window, window.document), function (e, t, n, r) { "use strict"; Foundation.libs.interchange = { name: "interchange", version: "5.3.3", cache: {}, images_loaded: !1, nodes_loaded: !1, settings: { load_attr: "interchange", named_queries: { "default": "only screen", small: Foundation.media_queries.small, medium: Foundation.media_queries.medium, large: Foundation.media_queries.large, xlarge: Foundation.media_queries.xlarge, xxlarge: Foundation.media_queries.xxlarge, landscape: "only screen and (orientation: landscape)", portrait: "only screen and (orientation: portrait)", retina: "only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx)" }, directives: { replace: function (t, n, r) { if (/IMG/.test(t[0].nodeName)) { var i = t[0].src; if ((new RegExp(n, "i")).test(i))return; return t[0].src = n, r(t[0].src) } var s = t.data(this.data_attr + "-last-path"), o = this; if (s == n)return; return /\.(gif|jpg|jpeg|tiff|png)([?#].*)?/i.test(n) ? (e(t).css("background-image", "url(" + n + ")"), t.data("interchange-last-path", n), r(n)) : e.get(n, function (e) { t.html(e), t.data(o.data_attr + "-last-path", n), r() }) } } }, init: function (t, n, r) { Foundation.inherit(this, "throttle random_str"), this.data_attr = this.set_data_attr(), e.extend(!0, this.settings, n, r), this.bindings(n, r), this.load("images"), this.load("nodes") }, get_media_hash: function () { var e = ""; for (var t in this.settings.named_queries)e += matchMedia(this.settings.named_queries[t]).matches.toString(); return e }, events: function () { var n = this, r; return e(t).off(".interchange").on("resize.fndtn.interchange", n.throttle(function () { var e = n.get_media_hash(); e !== r && n.resize(), r = e }, 50)), this }, resize: function () { var t = this.cache; if (!this.images_loaded || !this.nodes_loaded) { setTimeout(e.proxy(this.resize, this), 50); return } for (var n in t)if (t.hasOwnProperty(n)) { var r = this.results(n, t[n]); r && this.settings.directives[r.scenario[1]].call(this, r.el, r.scenario[0], function () { if (arguments[0]instanceof Array)var e = arguments[0]; else var e = Array.prototype.slice.call(arguments, 0); r.el.trigger(r.scenario[1], e) }) } }, results: function (e, t) { var n = t.length; if (n > 0) { var r = this.S("[" + this.add_namespace("data-uuid") + '="' + e + '"]'); while (n--) { var i, s = t[n][2]; this.settings.named_queries.hasOwnProperty(s) ? i = matchMedia(this.settings.named_queries[s]) : i = matchMedia(s); if (i.matches)return {el: r, scenario: t[n]} } } return !1 }, load: function (e, t) { return (typeof this["cached_" + e] == "undefined" || t) && this["update_" + e](), this["cached_" + e] }, update_images: function () { var e = this.S("img[" + this.data_attr + "]"), t = e.length, n = t, r = 0, i = this.data_attr; this.cache = {}, this.cached_images = [], this.images_loaded = t === 0; while (n--) { r++; if (e[n]) { var s = e[n].getAttribute(i) || ""; s.length > 0 && this.cached_images.push(e[n]) } r === t && (this.images_loaded = !0, this.enhance("images")) } return this }, update_nodes: function () { var e = this.S("[" + this.data_attr + "]").not("img"), t = e.length, n = t, r = 0, i = this.data_attr; this.cached_nodes = [], this.nodes_loaded = t === 0; while (n--) { r++; var s = e[n].getAttribute(i) || ""; s.length > 0 && this.cached_nodes.push(e[n]), r === t && (this.nodes_loaded = !0, this.enhance("nodes")) } return this }, enhance: function (n) { var r = this["cached_" + n].length; while (r--)this.object(e(this["cached_" + n][r])); return e(t).trigger("resize").trigger("resize.fndtn.interchange") }, convert_directive: function (e) { var t = this.trim(e); return t.length > 0 ? t : "replace" }, parse_scenario: function (e) { var t = e[0].match(/(.+),\s*(\w+)\s*$/), n = e[1]; if (t)var r = t[1], i = t[2]; else var s = e[0].split(/,\s*$/), r = s[0], i = ""; return [this.trim(r), this.convert_directive(i), this.trim(n)] }, object: function (e) { var t = this.parse_data_attr(e), n = [], r = t.length; if (r > 0)while (r--) { var i = t[r].split(/\((.*?)(\))$/); if (i.length > 1) { var s = this.parse_scenario(i); n.push(s) } } return this.store(e, n) }, store: function (e, t) { var n = this.random_str(), r = e.data(this.add_namespace("uuid", !0)); return this.cache[r] ? this.cache[r] : (e.attr(this.add_namespace("data-uuid"), n), this.cache[n] = t) }, trim: function (t) { return typeof t == "string" ? e.trim(t) : t }, set_data_attr: function (e) { return e ? this.namespace.length > 0 ? this.namespace + "-" + this.settings.load_attr : this.settings.load_attr : this.namespace.length > 0 ? "data-" + this.namespace + "-" + this.settings.load_attr : "data-" + this.settings.load_attr }, parse_data_attr: function (e) { var t = e.attr(this.attr_name()).split(/\[(.*?)\]/), n = t.length, r = []; while (n--)t[n].replace(/[\W\d]+/, "").length > 4 && r.push(t[n]); return r }, reflow: function () { this.load("images", !0), this.load("nodes", !0) } } }(jQuery, window, window.document), function (e, t, n, r) { "use strict"; Foundation.libs.dropdown = { name: "dropdown", version: "5.3.3", settings: { active_class: "open", align: "bottom", is_hover: !1, opened: function () { }, closed: function () { } }, init: function (e, t, n) { Foundation.inherit(this, "throttle"), this.bindings(t, n) }, events: function (n) { var r = this, i = r.S; i(this.scope).off(".dropdown").on("click.fndtn.dropdown", "[" + this.attr_name() + "]", function (t) { var n = i(this).data(r.attr_name(!0) + "-init") || r.settings; if (!n.is_hover || Modernizr.touch)t.preventDefault(), r.toggle(e(this)) }).on("mouseenter.fndtn.dropdown", "[" + this.attr_name() + "], [" + this.attr_name() + "-content]", function (e) { var t = i(this), n, s; clearTimeout(r.timeout), t.data(r.data_attr()) ? (n = i("#" + t.data(r.data_attr())), s = t) : (n = t, s = i("[" + r.attr_name() + "='" + n.attr("id") + "']")); var o = s.data(r.attr_name(!0) + "-init") || r.settings; i(e.target).data(r.data_attr()) && o.is_hover && r.closeall.call(r), o.is_hover && r.open.apply(r, [n, s]) }).on("mouseleave.fndtn.dropdown", "[" + this.attr_name() + "], [" + this.attr_name() + "-content]", function (e) { var t = i(this); r.timeout = setTimeout(function () { if (t.data(r.data_attr())) { var e = t.data(r.data_attr(!0) + "-init") || r.settings; e.is_hover && r.close.call(r, i("#" + t.data(r.data_attr()))) } else { var n = i("[" + r.attr_name() + '="' + i(this).attr("id") + '"]'), e = n.data(r.attr_name(!0) + "-init") || r.settings; e.is_hover && r.close.call(r, t) } }.bind(this), 150) }).on("click.fndtn.dropdown", function (t) { var n = i(t.target).closest("[" + r.attr_name() + "-content]"); if (i(t.target).closest("[" + r.attr_name() + "]").length > 0)return; if (!i(t.target).data("revealId") && n.length > 0 && (i(t.target).is("[" + r.attr_name() + "-content]") || e.contains(n.first()[0], t.target))) { t.stopPropagation(); return } r.close.call(r, i("[" + r.attr_name() + "-content]")) }).on("opened.fndtn.dropdown", "[" + r.attr_name() + "-content]", function () { r.settings.opened.call(this) }).on("closed.fndtn.dropdown", "[" + r.attr_name() + "-content]", function () { r.settings.closed.call(this) }), i(t).off(".dropdown").on("resize.fndtn.dropdown", r.throttle(function () { r.resize.call(r) }, 50)), this.resize() }, close: function (e) { var t = this; e.each(function () { t.S(this).hasClass(t.settings.active_class) && (t.S(this).css(Foundation.rtl ? "right" : "left", "-99999px").removeClass(t.settings.active_class).prev("[" + t.attr_name() + "]").removeClass(t.settings.active_class).removeData("target"), t.S(this).trigger("closed").trigger("closed.fndtn.dropdown", [e])) }) }, closeall: function () { var t = this; e.each(t.S("[" + this.attr_name() + "-content]"), function () { t.close.call(t, t.S(this)) }) }, open: function (e, t) { this.css(e.addClass(this.settings.active_class), t), e.prev("[" + this.attr_name() + "]").addClass(this.settings.active_class), e.data("target", t.get(0)).trigger("opened").trigger("opened.fndtn.dropdown", [e, t]) }, data_attr: function () { return this.namespace.length > 0 ? this.namespace + "-" + this.name : this.name }, toggle: function (e) { var t = this.S("#" + e.data(this.data_attr())); if (t.length === 0)return; this.close.call(this, this.S("[" + this.attr_name() + "-content]").not(t)), t.hasClass(this.settings.active_class) ? (this.close.call(this, t), t.data("target") !== e.get(0) && this.open.call(this, t, e)) : this.open.call(this, t, e) }, resize: function () { var e = this.S("[" + this.attr_name() + "-content].open"), t = this.S("[" + this.attr_name() + "='" + e.attr("id") + "']"); e.length && t.length && this.css(e, t) }, css: function (e, t) { var n = Math.max((t.width() - e.width()) / 2, 8); this.clear_idx(); if (this.small()) { var r = this.dirs.bottom.call(e, t); e.attr("style", "").removeClass("drop-left drop-right drop-top").css({ position: "absolute", width: "95%", "max-width": "none", top: r.top }), e.css(Foundation.rtl ? "right" : "left", n) } else { var i = t.data(this.attr_name(!0) + "-init") || this.settings; this.style(e, t, i) } return e }, style: function (t, n, r) { var i = e.extend({position: "absolute"}, this.dirs[r.align].call(t, n, r)); t.attr("style", "").css(i) }, dirs: { _base: function (e) { var t = this.offsetParent(), n = t.offset(), r = e.offset(); return r.top -= n.top, r.left -= n.left, r }, top: function (e, t) { var n = Foundation.libs.dropdown, r = n.dirs._base.call(this, e), i = 8; return this.addClass("drop-top"), (e.outerWidth() < this.outerWidth() || n.small()) && n.adjust_pip(i, r), Foundation.rtl ? { left: r.left - this.outerWidth() + e.outerWidth(), top: r.top - this.outerHeight() } : {left: r.left, top: r.top - this.outerHeight()} }, bottom: function (e, t) { var n = Foundation.libs.dropdown, r = n.dirs._base.call(this, e), i = 8; return (e.outerWidth() < this.outerWidth() || n.small()) && n.adjust_pip(i, r), n.rtl ? { left: r.left - this.outerWidth() + e.outerWidth(), top: r.top + e.outerHeight() } : {left: r.left, top: r.top + e.outerHeight()} }, left: function (e, t) { var n = Foundation.libs.dropdown.dirs._base.call(this, e); return this.addClass("drop-left"), {left: n.left - this.outerWidth(), top: n.top} }, right: function (e, t) { var n = Foundation.libs.dropdown.dirs._base.call(this, e); return this.addClass("drop-right"), {left: n.left + e.outerWidth(), top: n.top} } }, adjust_pip: function (e, t) { var n = Foundation.stylesheet; this.small() && (e += t.left - 8), this.rule_idx = n.cssRules.length; var r = ".f-dropdown.open:before", i = ".f-dropdown.open:after", s = "left: " + e + "px;", o = "left: " + (e - 1) + "px;"; n.insertRule ? (n.insertRule([r, "{", s, "}"].join(" "), this.rule_idx), n.insertRule([i, "{", o, "}"].join(" "), this.rule_idx + 1)) : (n.addRule(r, s, this.rule_idx), n.addRule(i, o, this.rule_idx + 1)) }, clear_idx: function () { var e = Foundation.stylesheet; this.rule_idx && (e.deleteRule(this.rule_idx), e.deleteRule(this.rule_idx), delete this.rule_idx) }, small: function () { return matchMedia(Foundation.media_queries.small).matches && !matchMedia(Foundation.media_queries.medium).matches }, off: function () { this.S(this.scope).off(".fndtn.dropdown"), this.S("html, body").off(".fndtn.dropdown"), this.S(t).off(".fndtn.dropdown"), this.S("[data-dropdown-content]").off(".fndtn.dropdown") }, reflow: function () { } } }(jQuery, window, window.document), function (e, t, n, r) { "use strict"; Foundation.libs.accordion = { name: "accordion", version: "5.3.3", settings: { active_class: "active", multi_expand: !1, toggleable: !0, callback: function () { } }, init: function (e, t, n) { this.bindings(t, n) }, events: function () { var t = this, n = this.S; n(this.scope).off(".fndtn.accordion").on("click.fndtn.accordion", "[" + this.attr_name() + "] > dd > a", function (r) { var i = n(this).closest("[" + t.attr_name() + "]"), s = t.attr_name() + "=" + i.attr(t.attr_name()), o = i.data(t.attr_name(!0) + "-init"), u = n("#" + this.href.split("#")[1]), a = e("> dd", i), f = a.children(".content"), l = f.filter("." + o.active_class); r.preventDefault(), i.attr(t.attr_name()) && (f = f.add("[" + s + "] dd > .content"), a = a.add("[" + s + "] dd")); if (o.toggleable && u.is(l)) { u.parent("dd").toggleClass(o.active_class, !1), u.toggleClass(o.active_class, !1), o.callback(u), u.triggerHandler("toggled", [i]), i.triggerHandler("toggled", [u]); return } o.multi_expand || (f.removeClass(o.active_class), a.removeClass(o.active_class)), u.addClass(o.active_class).parent().addClass(o.active_class), o.callback(u), u.triggerHandler("toggled", [i]), i.triggerHandler("toggled", [u]) }) }, off: function () { }, reflow: function () { } } }(jQuery, window, window.document), function (e, t, n, r) { "use strict"; Foundation.libs.alert = { name: "alert", version: "5.3.3", settings: { callback: function () { } }, init: function (e, t, n) { this.bindings(t, n) }, events: function () { var t = this, n = this.S; e(this.scope).off(".alert").on("click.fndtn.alert", "[" + this.attr_name() + "] a.close", function (e) { var r = n(this).closest("[" + t.attr_name() + "]"), i = r.data(t.attr_name(!0) + "-init") || t.settings; e.preventDefault(), Modernizr.csstransitions ? (r.addClass("alert-close"), r.on("transitionend webkitTransitionEnd oTransitionEnd", function (e) { n(this).trigger("close").trigger("close.fndtn.alert").remove(), i.callback() })) : r.fadeOut(300, function () { n(this).trigger("close").trigger("close.fndtn.alert").remove(), i.callback() }) }) }, reflow: function () { } } }(jQuery, window, window.document), function (e, t, n, r) { "use strict"; Foundation.libs.clearing = { name: "clearing", version: "5.3.3", settings: { templates: {viewing: '×'}, close_selectors: ".clearing-close, div.clearing-blackout", open_selectors: "", skip_selector: "", touch_label: "", init: !1, locked: !1 }, init: function (e, t, n) { var r = this; Foundation.inherit(this, "throttle image_loaded"), this.bindings(t, n), r.S(this.scope).is("[" + this.attr_name() + "]") ? this.assemble(r.S("li", this.scope)) : r.S("[" + this.attr_name() + "]", this.scope).each(function () { r.assemble(r.S("li", this)) }) }, events: function (r) { var i = this, s = i.S, o = e(".scroll-container"); o.length > 0 && (this.scope = o), s(this.scope).off(".clearing").on("click.fndtn.clearing", "ul[" + this.attr_name() + "] li " + this.settings.open_selectors, function (e, t, n) { var t = t || s(this), n = n || t, r = t.next("li"), o = t.closest("[" + i.attr_name() + "]").data(i.attr_name(!0) + "-init"), u = s(e.target); e.preventDefault(), o || (i.init(), o = t.closest("[" + i.attr_name() + "]").data(i.attr_name(!0) + "-init")), n.hasClass("visible") && t[0] === n[0] && r.length > 0 && i.is_open(t) && (n = r, u = s("img", n)), i.open(u, t, n), i.update_paddles(n) }).on("click.fndtn.clearing", ".clearing-main-next", function (e) { i.nav(e, "next") }).on("click.fndtn.clearing", ".clearing-main-prev", function (e) { i.nav(e, "prev") }).on("click.fndtn.clearing", this.settings.close_selectors, function (e) { Foundation.libs.clearing.close(e, this) }), e(n).on("keydown.fndtn.clearing", function (e) { i.keydown(e) }), s(t).off(".clearing").on("resize.fndtn.clearing", function () { i.resize() }), this.swipe_events(r) }, swipe_events: function (e) { var t = this, n = t.S; n(this.scope).on("touchstart.fndtn.clearing", ".visible-img", function (e) { e.touches || (e = e.originalEvent); var t = { start_page_x: e.touches[0].pageX, start_page_y: e.touches[0].pageY, start_time: (new Date).getTime(), delta_x: 0, is_scrolling: r }; n(this).data("swipe-transition", t), e.stopPropagation() }).on("touchmove.fndtn.clearing", ".visible-img", function (e) { e.touches || (e = e.originalEvent); if (e.touches.length > 1 || e.scale && e.scale !== 1)return; var r = n(this).data("swipe-transition"); typeof r == "undefined" && (r = {}), r.delta_x = e.touches[0].pageX - r.start_page_x, Foundation.rtl && (r.delta_x = -r.delta_x), typeof r.is_scrolling == "undefined" && (r.is_scrolling = !!(r.is_scrolling || Math.abs(r.delta_x) < Math.abs(e.touches[0].pageY - r.start_page_y))); if (!r.is_scrolling && !r.active) { e.preventDefault(); var i = r.delta_x < 0 ? "next" : "prev"; r.active = !0, t.nav(e, i) } }).on("touchend.fndtn.clearing", ".visible-img", function (e) { n(this).data("swipe-transition", {}), e.stopPropagation() }) }, assemble: function (t) { var n = t.parent(); if (n.parent().hasClass("carousel"))return; n.after('
'); var r = n.detach(), i = ""; if (r[0] == null)return; i = r[0].outerHTML; var s = this.S("#foundationClearingHolder"), o = n.data(this.attr_name(!0) + "-init"), u = { grid: '", viewing: o.templates.viewing }, a = '
' + u.viewing + u.grid + "
", f = this.settings.touch_label; Modernizr.touch && (a = e(a).find(".clearing-touch-label").html(f).end()), s.after(a).remove() }, open: function (t, r, i) { function p() { setTimeout(function () { this.image_loaded(l, function () { l.outerWidth() === 1 && !h ? p.call(this) : d.call(this, l) }.bind(this)) }.bind(this), 100) } function d(t) { var n = e(t); n.css("visibility", "visible"), o.css("overflow", "hidden"), u.addClass("clearing-blackout"), a.addClass("clearing-container"), f.show(), this.fix_height(i).caption(s.S(".clearing-caption", f), s.S("img", i)).center_and_label(t, c).shift(r, i, function () { i.closest("li").siblings().removeClass("visible"), i.closest("li").addClass("visible") }), f.trigger("opened.fndtn.clearing") } var s = this, o = e(n.body), u = i.closest(".clearing-assembled"), a = s.S("div", u).first(), f = s.S(".visible-img", a), l = s.S("img", f).not(t), c = s.S(".clearing-touch-label", a), h = !1; e("body").on("touchmove", function (e) { e.preventDefault() }), l.error(function () { h = !0 }), this.locked() || (f.trigger("open.fndtn.clearing"), l.attr("src", this.load(t)).css("visibility", "hidden"), p.call(this)) }, close: function (t, r) { t.preventDefault(); var i = function (e) { return /blackout/.test(e.selector) ? e : e.closest(".clearing-blackout") }(e(r)), s = e(n.body), o, u; return r === t.target && i && (s.css("overflow", ""), o = e("div", i).first(), u = e(".visible-img", o), u.trigger("close.fndtn.clearing"), this.settings.prev_index = 0, e("ul[" + this.attr_name() + "]", i).attr("style", "").closest(".clearing-blackout").removeClass("clearing-blackout"), o.removeClass("clearing-container"), u.hide(), u.trigger("closed.fndtn.clearing")), e("body").off("touchmove"), !1 }, is_open: function (e) { return e.parent().prop("style").length > 0 }, keydown: function (t) { var n = e(".clearing-blackout ul[" + this.attr_name() + "]"), r = this.rtl ? 37 : 39, i = this.rtl ? 39 : 37, s = 27; t.which === r && this.go(n, "next"), t.which === i && this.go(n, "prev"), t.which === s && this.S("a.clearing-close").trigger("click").trigger("click.fndtn.clearing") }, nav: function (t, n) { var r = e("ul[" + this.attr_name() + "]", ".clearing-blackout"); t.preventDefault(), this.go(r, n) }, resize: function () { var t = e("img", ".clearing-blackout .visible-img"), n = e(".clearing-touch-label", ".clearing-blackout"); t.length && (this.center_and_label(t, n), t.trigger("resized.fndtn.clearing")) }, fix_height: function (e) { var t = e.parent().children(), n = this; return t.each(function () { var e = n.S(this), t = e.find("img"); e.height() > t.outerHeight() && e.addClass("fix-height") }).closest("ul").width(t.length * 100 + "%"), this }, update_paddles: function (e) { e = e.closest("li"); var t = e.closest(".carousel").siblings(".visible-img"); e.next().length > 0 ? this.S(".clearing-main-next", t).removeClass("disabled") : this.S(".clearing-main-next", t).addClass("disabled"), e.prev().length > 0 ? this.S(".clearing-main-prev", t).removeClass("disabled") : this.S(".clearing-main-prev", t).addClass("disabled") }, center_and_label: function (e, t) { return this.rtl ? (e.css({ marginRight: -(e.outerWidth() / 2), marginTop: -(e.outerHeight() / 2), left: "auto", right: "50%" }), t.length > 0 && t.css({ marginRight: -(t.outerWidth() / 2), marginTop: -(e.outerHeight() / 2) - t.outerHeight() - 10, left: "auto", right: "50%" })) : (e.css({ marginLeft: -(e.outerWidth() / 2), marginTop: -(e.outerHeight() / 2) }), t.length > 0 && t.css({ marginLeft: -(t.outerWidth() / 2), marginTop: -(e.outerHeight() / 2) - t.outerHeight() - 10 })), this }, load: function (e) { var t; return e[0].nodeName === "A" ? t = e.attr("href") : t = e.parent().attr("href"), this.preload(e), t ? t : e.attr("src") }, preload: function (e) { this.img(e.closest("li").next()).img(e.closest("li").prev()) }, img: function (e) { if (e.length) { var t = new Image, n = this.S("a", e); n.length ? t.src = n.attr("href") : t.src = this.S("img", e).attr("src") } return this }, caption: function (e, t) { var n = t.attr("data-caption"); return n ? e.html(n).show() : e.text("").hide(), this }, go: function (e, t) { var n = this.S(".visible", e), r = n[t](); this.settings.skip_selector && r.find(this.settings.skip_selector).length != 0 && (r = r[t]()), r.length && this.S("img", r).trigger("click", [n, r]).trigger("click.fndtn.clearing", [n, r]).trigger("change.fndtn.clearing") }, shift: function (e, t, n) { var r = t.parent(), i = this.settings.prev_index || t.index(), s = this.direction(r, e, t), o = this.rtl ? "right" : "left", u = parseInt(r.css("left"), 10), a = t.outerWidth(), f, l = {}; t.index() !== i && !/skip/.test(s) ? /left/.test(s) ? (this.lock(), l[o] = u + a, r.animate(l, 300, this.unlock())) : /right/.test(s) && (this.lock(), l[o] = u - a, r.animate(l, 300, this.unlock())) : /skip/.test(s) && (f = t.index() - this.settings.up_count, this.lock(), f > 0 ? (l[o] = -(f * a), r.animate(l, 300, this.unlock())) : (l[o] = 0, r.animate(l, 300, this.unlock()))), n() }, direction: function (e, t, n) { var r = this.S("li", e), i = r.outerWidth() + r.outerWidth() / 4, s = Math.floor(this.S(".clearing-container").outerWidth() / i) - 1, o = r.index(n), u; return this.settings.up_count = s, this.adjacent(this.settings.prev_index, o) ? o > s && o > this.settings.prev_index ? u = "right" : o > s - 1 && o <= this.settings.prev_index ? u = "left" : u = !1 : u = "skip", this.settings.prev_index = o, u }, adjacent: function (e, t) { for (var n = t + 1; n >= t - 1; n--)if (n === e)return !0; return !1 }, lock: function () { this.settings.locked = !0 }, unlock: function () { this.settings.locked = !1 }, locked: function () { return this.settings.locked }, off: function () { this.S(this.scope).off(".fndtn.clearing"), this.S(t).off(".fndtn.clearing") }, reflow: function () { this.init() } } }(jQuery, window, window.document), !function (e) { "function" == typeof define && define.amd ? define(["jquery"], e) : e("object" == typeof exports ? require("jquery") : jQuery) }(function (e) { function t(e) { return u.raw ? e : encodeURIComponent(e) } function n(e) { return u.raw ? e : decodeURIComponent(e) } function r(e) { return t(u.json ? JSON.stringify(e) : String(e)) } function i(e) { 0 === e.indexOf('"') && (e = e.slice(1, -1).replace(/\\"/g, '"').replace(/\\\\/g, "\\")); try { return e = decodeURIComponent(e.replace(o, " ")), u.json ? JSON.parse(e) : e } catch (t) { } } function s(t, n) { var r = u.raw ? t : i(t); return e.isFunction(n) ? n(r) : r } var o = /\+/g, u = e.cookie = function (i, o, l) { if (void 0 !== o && !e.isFunction(o)) { if (l = e.extend({}, u.defaults, l), "number" == typeof l.expires) { var p = l.expires, v = l.expires = new Date; v.setTime(+v + 864e5 * p) } return document.cookie = [t(i), "=", r(o), l.expires ? "; expires=" + l.expires.toUTCString() : "", l.path ? "; path=" + l.path : "", l.domain ? "; domain=" + l.domain : "", l.secure ? "; secure" : ""].join("") } for (var m = i ? void 0 : {}, g = document.cookie ? document.cookie.split("; ") : [], y = 0, w = g.length; w > y; y++) { var E = g[y].split("="), S = n(E.shift()), x = E.join("="); if (i && i === S) { m = s(x, o); break } i || void 0 === (x = s(x)) || (m[S] = x) } return m }; u.defaults = {}, e.removeCookie = function (t, n) { return void 0 === e.cookie(t) ? !1 : (e.cookie(t, "", e.extend({}, n, {expires: -1})), !e.cookie(t)) } }), function (e, t, n, r) { "use strict"; var i = i || !1; Foundation.libs.joyride = { name: "joyride", version: "5.3.3", defaults: { expose: !1, modal: !0, tip_location: "bottom", nub_position: "auto", scroll_speed: 1500, scroll_animation: "linear", timer: 0, start_timer_on_click: !0, start_offset: 0, next_button: !0, prev_button: !0, tip_animation: "fade", pause_after: [], exposed: [], tip_animation_fade_speed: 300, cookie_monster: !1, cookie_name: "joyride", cookie_domain: !1, cookie_expires: 365, tip_container: "body", abort_on_close: !0, tip_location_patterns: { top: ["bottom"], bottom: [], left: ["right", "top", "bottom"], right: ["left", "top", "bottom"] }, post_ride_callback: function () { }, post_step_callback: function () { }, pre_step_callback: function () { }, pre_ride_callback: function () { }, post_expose_callback: function () { }, template: { link: '×', timer: '
', tip: '
', wrapper: '
', button: '', prev_button: '', modal: '
', expose: '
', expose_cover: '
' }, expose_add_class: "" }, init: function (t, n, r) { Foundation.inherit(this, "throttle random_str"), this.settings = this.settings || e.extend({}, this.defaults, r || n), this.bindings(n, r) }, events: function () { var n = this; e(this.scope).off(".joyride").on("click.fndtn.joyride", ".joyride-next-tip, .joyride-modal-bg", function (e) { e.preventDefault(), this.settings.$li.next().length < 1 ? this.end() : this.settings.timer > 0 ? (clearTimeout(this.settings.automate), this.hide(), this.show(), this.startTimer()) : (this.hide(), this.show()) }.bind(this)).on("click.fndtn.joyride", ".joyride-prev-tip", function (e) { e.preventDefault(), this.settings.$li.prev().length < 1 || (this.settings.timer > 0 ? (clearTimeout(this.settings.automate), this.hide(), this.show(null, !0), this.startTimer()) : (this.hide(), this.show(null, !0))) }.bind(this)).on("click.fndtn.joyride", ".joyride-close-tip", function (e) { e.preventDefault(), this.end(this.settings.abort_on_close) }.bind(this)), e(t).off(".joyride").on("resize.fndtn.joyride", n.throttle(function () { if (e("[" + n.attr_name() + "]").length > 0 && n.settings.$next_tip) { if (n.settings.exposed.length > 0) { var t = e(n.settings.exposed); t.each(function () { var t = e(this); n.un_expose(t), n.expose(t) }) } n.is_phone() ? n.pos_phone() : n.pos_default(!1) } }, 100)) }, start: function () { var t = this, n = e("[" + this.attr_name() + "]", this.scope), r = ["timer", "scrollSpeed", "startOffset", "tipAnimationFadeSpeed", "cookieExpires"], i = r.length; if (!n.length > 0)return; this.settings.init || this.events(), this.settings = n.data(this.attr_name(!0) + "-init"), this.settings.$content_el = n, this.settings.$body = e(this.settings.tip_container), this.settings.body_offset = e(this.settings.tip_container).position(), this.settings.$tip_content = this.settings.$content_el.find("> li"), this.settings.paused = !1, this.settings.attempts = 0, typeof e.cookie != "function" && (this.settings.cookie_monster = !1); if (!this.settings.cookie_monster || this.settings.cookie_monster && !e.cookie(this.settings.cookie_name))this.settings.$tip_content.each(function (n) { var s = e(this); this.settings = e.extend({}, t.defaults, t.data_options(s)); var o = i; while (o--)t.settings[r[o]] = parseInt(t.settings[r[o]], 10); t.create({$li: s, index: n}) }), !this.settings.start_timer_on_click && this.settings.timer > 0 ? (this.show("init"), this.startTimer()) : this.show("init") }, resume: function () { this.set_li(), this.show() }, tip_template: function (t) { var n, r; return t.tip_class = t.tip_class || "", n = e(this.settings.template.tip).addClass(t.tip_class), r = e.trim(e(t.li).html()) + this.prev_button_text(t.prev_button_text, t.index) + this.button_text(t.button_text) + this.settings.template.link + this.timer_instance(t.index), n.append(e(this.settings.template.wrapper)), n.first().attr(this.add_namespace("data-index"), t.index), e(".joyride-content-wrapper", n).append(r), n[0] }, timer_instance: function (t) { var n; return t === 0 && this.settings.start_timer_on_click && this.settings.timer > 0 || this.settings.timer === 0 ? n = "" : n = e(this.settings.template.timer)[0].outerHTML, n }, button_text: function (t) { return this.settings.tip_settings.next_button ? (t = e.trim(t) || "Next", t = e(this.settings.template.button).append(t)[0].outerHTML) : t = "", t }, prev_button_text: function (t, n) { return this.settings.tip_settings.prev_button ? (t = e.trim(t) || "Previous", n == 0 ? t = e(this.settings.template.prev_button).append(t).addClass("disabled")[0].outerHTML : t = e(this.settings.template.prev_button).append(t)[0].outerHTML) : t = "", t }, create: function (t) { this.settings.tip_settings = e.extend({}, this.settings, this.data_options(t.$li)); var n = t.$li.attr(this.add_namespace("data-button")) || t.$li.attr(this.add_namespace("data-text")), r = t.$li.attr(this.add_namespace("data-button-prev")) || t.$li.attr(this.add_namespace("data-prev-text")), i = t.$li.attr("class"), s = e(this.tip_template({ tip_class: i, index: t.index, button_text: n, prev_button_text: r, li: t.$li })); e(this.settings.tip_container).append(s) }, show: function (t, n) { var i = null; this.settings.$li === r || e.inArray(this.settings.$li.index(), this.settings.pause_after) === -1 ? (this.settings.paused ? this.settings.paused = !1 : this.set_li(t, n), this.settings.attempts = 0, this.settings.$li.length && this.settings.$target.length > 0 ? (t && (this.settings.pre_ride_callback(this.settings.$li.index(), this.settings.$next_tip), this.settings.modal && this.show_modal()), this.settings.pre_step_callback(this.settings.$li.index(), this.settings.$next_tip), this.settings.modal && this.settings.expose && this.expose(), this.settings.tip_settings = e.extend({}, this.settings, this.data_options(this.settings.$li)), this.settings.timer = parseInt(this.settings.timer, 10), this.settings.tip_settings.tip_location_pattern = this.settings.tip_location_patterns[this.settings.tip_settings.tip_location], /body/i.test(this.settings.$target.selector) || this.scroll_to(), this.is_phone() ? this.pos_phone(!0) : this.pos_default(!0), i = this.settings.$next_tip.find(".joyride-timer-indicator"), /pop/i.test(this.settings.tip_animation) ? (i.width(0), this.settings.timer > 0 ? (this.settings.$next_tip.show(), setTimeout(function () { i.animate({width: i.parent().width()}, this.settings.timer, "linear") }.bind(this), this.settings.tip_animation_fade_speed)) : this.settings.$next_tip.show()) : /fade/i.test(this.settings.tip_animation) && (i.width(0), this.settings.timer > 0 ? (this.settings.$next_tip.fadeIn(this.settings.tip_animation_fade_speed).show(), setTimeout(function () { i.animate({width: i.parent().width()}, this.settings.timer, "linear") }.bind(this), this.settings.tip_animation_fade_speed)) : this.settings.$next_tip.fadeIn(this.settings.tip_animation_fade_speed)), this.settings.$current_tip = this.settings.$next_tip) : this.settings.$li && this.settings.$target.length < 1 ? this.show() : this.end()) : this.settings.paused = !0 }, is_phone: function () { return matchMedia(Foundation.media_queries.small).matches && !matchMedia(Foundation.media_queries.medium).matches }, hide: function () { this.settings.modal && this.settings.expose && this.un_expose(), this.settings.modal || e(".joyride-modal-bg").hide(), this.settings.$current_tip.css("visibility", "hidden"), setTimeout(e.proxy(function () { this.hide(), this.css("visibility", "visible") }, this.settings.$current_tip), 0), this.settings.post_step_callback(this.settings.$li.index(), this.settings.$current_tip) }, set_li: function (e, t) { e ? (this.settings.$li = this.settings.$tip_content.eq(this.settings.start_offset), this.set_next_tip(), this.settings.$current_tip = this.settings.$next_tip) : (t ? this.settings.$li = this.settings.$li.prev() : this.settings.$li = this.settings.$li.next(), this.set_next_tip()), this.set_target() }, set_next_tip: function () { this.settings.$next_tip = e(".joyride-tip-guide").eq(this.settings.$li.index()), this.settings.$next_tip.data("closed", "") }, set_target: function () { var t = this.settings.$li.attr(this.add_namespace("data-class")), r = this.settings.$li.attr(this.add_namespace("data-id")), i = function () { return r ? e(n.getElementById(r)) : t ? e("." + t).first() : e("body") }; this.settings.$target = i() }, scroll_to: function () { var n, r; n = e(t).height() / 2, r = Math.ceil(this.settings.$target.offset().top - n + this.settings.$next_tip.outerHeight()), r != 0 && e("html, body").stop().animate({scrollTop: r}, this.settings.scroll_speed, "swing") }, paused: function () { return e.inArray(this.settings.$li.index() + 1, this.settings.pause_after) === -1 }, restart: function () { this.hide(), this.settings.$li = r, this.show("init") }, pos_default: function (e) { var t = this.settings.$next_tip.find(".joyride-nub"), n = Math.ceil(t.outerWidth() / 2), r = Math.ceil(t.outerHeight() / 2), i = e || !1; i && (this.settings.$next_tip.css("visibility", "hidden"), this.settings.$next_tip.show()); if (!/body/i.test(this.settings.$target.selector)) { var s = this.settings.tip_settings.tipAdjustmentY ? parseInt(this.settings.tip_settings.tipAdjustmentY) : 0, o = this.settings.tip_settings.tipAdjustmentX ? parseInt(this.settings.tip_settings.tipAdjustmentX) : 0; this.bottom() ? (this.rtl ? this.settings.$next_tip.css({ top: this.settings.$target.offset().top + r + this.settings.$target.outerHeight() + s, left: this.settings.$target.offset().left + this.settings.$target.outerWidth() - this.settings.$next_tip.outerWidth() + o }) : this.settings.$next_tip.css({ top: this.settings.$target.offset().top + r + this.settings.$target.outerHeight() + s, left: this.settings.$target.offset().left + o }), this.nub_position(t, this.settings.tip_settings.nub_position, "top")) : this.top() ? (this.rtl ? this.settings.$next_tip.css({ top: this.settings.$target.offset().top - this.settings.$next_tip.outerHeight() - r + s, left: this.settings.$target.offset().left + this.settings.$target.outerWidth() - this.settings.$next_tip.outerWidth() }) : this.settings.$next_tip.css({ top: this.settings.$target.offset().top - this.settings.$next_tip.outerHeight() - r + s, left: this.settings.$target.offset().left + o }), this.nub_position(t, this.settings.tip_settings.nub_position, "bottom")) : this.right() ? (this.settings.$next_tip.css({ top: this.settings.$target.offset().top + s, left: this.settings.$target.outerWidth() + this.settings.$target.offset().left + n + o }), this.nub_position(t, this.settings.tip_settings.nub_position, "left")) : this.left() && (this.settings.$next_tip.css({ top: this.settings.$target.offset().top + s, left: this.settings.$target.offset().left - this.settings.$next_tip.outerWidth() - n + o }), this.nub_position(t, this.settings.tip_settings.nub_position, "right")), !this.visible(this.corners(this.settings.$next_tip)) && this.settings.attempts < this.settings.tip_settings.tip_location_pattern.length && (t.removeClass("bottom").removeClass("top").removeClass("right").removeClass("left"), this.settings.tip_settings.tip_location = this.settings.tip_settings.tip_location_pattern[this.settings.attempts], this.settings.attempts++, this.pos_default()) } else this.settings.$li.length && this.pos_modal(t); i && (this.settings.$next_tip.hide(), this.settings.$next_tip.css("visibility", "visible")) }, pos_phone: function (t) { var n = this.settings.$next_tip.outerHeight(), r = this.settings.$next_tip.offset(), i = this.settings.$target.outerHeight(), s = e(".joyride-nub", this.settings.$next_tip), o = Math.ceil(s.outerHeight() / 2), u = t || !1; s.removeClass("bottom").removeClass("top").removeClass("right").removeClass("left"), u && (this.settings.$next_tip.css("visibility", "hidden"), this.settings.$next_tip.show()), /body/i.test(this.settings.$target.selector) ? this.settings.$li.length && this.pos_modal(s) : this.top() ? (this.settings.$next_tip.offset({top: this.settings.$target.offset().top - n - o}), s.addClass("bottom")) : (this.settings.$next_tip.offset({top: this.settings.$target.offset().top + i + o}), s.addClass("top")), u && (this.settings.$next_tip.hide(), this.settings.$next_tip.css("visibility", "visible")) }, pos_modal: function (e) { this.center(), e.hide(), this.show_modal() }, show_modal: function () { if (!this.settings.$next_tip.data("closed")) { var t = e(".joyride-modal-bg"); t.length < 1 && e("body").append(this.settings.template.modal).show(), /pop/i.test(this.settings.tip_animation) ? t.show() : t.fadeIn(this.settings.tip_animation_fade_speed) } }, expose: function () { var n, r, i, s, o, u = "expose-" + this.random_str(6); if (arguments.length > 0 && arguments[0]instanceof e)i = arguments[0]; else { if (!this.settings.$target || !!/body/i.test(this.settings.$target.selector))return !1; i = this.settings.$target } if (i.length < 1)return t.console && console.error("element not valid", i), !1; n = e(this.settings.template.expose), this.settings.$body.append(n), n.css({ top: i.offset().top, left: i.offset().left, width: i.outerWidth(!0), height: i.outerHeight(!0) }), r = e(this.settings.template.expose_cover), s = { zIndex: i.css("z-index"), position: i.css("position") }, o = i.attr("class") == null ? "" : i.attr("class"), i.css("z-index", parseInt(n.css("z-index")) + 1), s.position == "static" && i.css("position", "relative"), i.data("expose-css", s), i.data("orig-class", o), i.attr("class", o + " " + this.settings.expose_add_class), r.css({ top: i.offset().top, left: i.offset().left, width: i.outerWidth(!0), height: i.outerHeight(!0) }), this.settings.modal && this.show_modal(), this.settings.$body.append(r), n.addClass(u), r.addClass(u), i.data("expose", u), this.settings.post_expose_callback(this.settings.$li.index(), this.settings.$next_tip, i), this.add_exposed(i) }, un_expose: function () { var n, r, i, s, o, u = !1; if (arguments.length > 0 && arguments[0]instanceof e)r = arguments[0]; else { if (!this.settings.$target || !!/body/i.test(this.settings.$target.selector))return !1; r = this.settings.$target } if (r.length < 1)return t.console && console.error("element not valid", r), !1; n = r.data("expose"), i = e("." + n), arguments.length > 1 && (u = arguments[1]), u === !0 ? e(".joyride-expose-wrapper,.joyride-expose-cover").remove() : i.remove(), s = r.data("expose-css"), s.zIndex == "auto" ? r.css("z-index", "") : r.css("z-index", s.zIndex), s.position != r.css("position") && (s.position == "static" ? r.css("position", "") : r.css("position", s.position)), o = r.data("orig-class"), r.attr("class", o), r.removeData("orig-classes"), r.removeData("expose"), r.removeData("expose-z-index"), this.remove_exposed(r) }, add_exposed: function (t) { this.settings.exposed = this.settings.exposed || [], t instanceof e || typeof t == "object" ? this.settings.exposed.push(t[0]) : typeof t == "string" && this.settings.exposed.push(t) }, remove_exposed: function (t) { var n, r; t instanceof e ? n = t[0] : typeof t == "string" && (n = t), this.settings.exposed = this.settings.exposed || [], r = this.settings.exposed.length; while (r--)if (this.settings.exposed[r] == n) { this.settings.exposed.splice(r, 1); return } }, center: function () { var n = e(t); return this.settings.$next_tip.css({ top: (n.height() - this.settings.$next_tip.outerHeight()) / 2 + n.scrollTop(), left: (n.width() - this.settings.$next_tip.outerWidth()) / 2 + n.scrollLeft() }), !0 }, bottom: function () { return /bottom/i.test(this.settings.tip_settings.tip_location) }, top: function () { return /top/i.test(this.settings.tip_settings.tip_location) }, right: function () { return /right/i.test(this.settings.tip_settings.tip_location) }, left: function () { return /left/i.test(this.settings.tip_settings.tip_location) }, corners: function (n) { var r = e(t), i = r.height() / 2, s = Math.ceil(this.settings.$target.offset().top - i + this.settings.$next_tip.outerHeight()), o = r.width() + r.scrollLeft(), u = r.height() + s, a = r.height() + r.scrollTop(), f = r.scrollTop(); return s < f && (s < 0 ? f = 0 : f = s), u > a && (a = u), [n.offset().top < f, o < n.offset().left + n.outerWidth(), a < n.offset().top + n.outerHeight(), r.scrollLeft() > n.offset().left] }, visible: function (e) { var t = e.length; while (t--)if (e[t])return !1; return !0 }, nub_position: function (e, t, n) { t === "auto" ? e.addClass(n) : e.addClass(t) }, startTimer: function () { this.settings.$li.length ? this.settings.automate = setTimeout(function () { this.hide(), this.show(), this.startTimer() }.bind(this), this.settings.timer) : clearTimeout(this.settings.automate) }, end: function (t) { this.settings.cookie_monster && e.cookie(this.settings.cookie_name, "ridden", { expires: this.settings.cookie_expires, domain: this.settings.cookie_domain }), this.settings.timer > 0 && clearTimeout(this.settings.automate), this.settings.modal && this.settings.expose && this.un_expose(), this.settings.$next_tip.data("closed", !0), e(".joyride-modal-bg").hide(), this.settings.$current_tip.hide(); if (typeof t == "undefined" || t === !1)this.settings.post_step_callback(this.settings.$li.index(), this.settings.$current_tip), this.settings.post_ride_callback(this.settings.$li.index(), this.settings.$current_tip); e(".joyride-tip-guide").remove() }, off: function () { e(this.scope).off(".joyride"), e(t).off(".joyride"), e(".joyride-close-tip, .joyride-next-tip, .joyride-modal-bg").off(".joyride"), e(".joyride-tip-guide, .joyride-modal-bg").remove(), clearTimeout(this.settings.automate), this.settings = {} }, reflow: function () { } } }(jQuery, window, window.document), function (e, t, n, r) { "use strict"; Foundation.libs["magellan-expedition"] = { name: "magellan-expedition", version: "5.3.3", settings: {active_class: "active", threshold: 0, destination_threshold: 20, throttle_delay: 30, fixed_top: 0}, init: function (e, t, n) { Foundation.inherit(this, "throttle"), this.bindings(t, n) }, events: function () { var n = this, r = n.S, i = n.settings; n.set_expedition_position(), r(n.scope).off(".magellan").on("click.fndtn.magellan", "[" + n.add_namespace("data-magellan-arrival") + '] a[href^="#"]', function (t) { t.preventDefault(); var r = e(this).closest("[" + n.attr_name() + "]"), i = r.data("magellan-expedition-init"), s = this.hash.split("#").join(""), o = e("a[name='" + s + "']"); o.length === 0 && (o = e("#" + s)); var u = o.offset().top - i.destination_threshold + 1; u -= r.outerHeight(), e("html, body").stop().animate({scrollTop: u}, 700, "swing", function () { history.pushState ? history.pushState(null, null, "#" + s) : location.hash = "#" + s }) }).on("scroll.fndtn.magellan", n.throttle(this.check_for_arrivals.bind(this), i.throttle_delay)), e(t).on("resize.fndtn.magellan", n.throttle(this.set_expedition_position.bind(this), i.throttle_delay)) }, check_for_arrivals: function () { var e = this; e.update_arrivals(), e.update_expedition_positions() }, set_expedition_position: function () { var t = this; e("[" + this.attr_name() + "=fixed]", t.scope).each(function (n, r) { var i = e(this), s = i.data("magellan-expedition-init"), o = i.attr("styles"), u, a; i.attr("style", ""), u = i.offset().top + s.threshold, a = parseInt(i.data("magellan-fixed-top")), isNaN(a) || (t.settings.fixed_top = a), i.data(t.data_attr("magellan-top-offset"), u), i.attr("style", o) }) }, update_expedition_positions: function () { var n = this, r = e(t).scrollTop(); e("[" + this.attr_name() + "=fixed]", n.scope).each(function () { var t = e(this), i = t.data("magellan-expedition-init"), s = t.attr("style"), o = t.data("magellan-top-offset"); if (r + n.settings.fixed_top >= o) { var u = t.prev("[" + n.add_namespace("data-magellan-expedition-clone") + "]"); u.length === 0 && (u = t.clone(), u.removeAttr(n.attr_name()), u.attr(n.add_namespace("data-magellan-expedition-clone"), ""), t.before(u)), t.css({ position: "fixed", top: i.fixed_top }) } else t.prev("[" + n.add_namespace("data-magellan-expedition-clone") + "]").remove(), t.attr("style", s).css("position", "").css("top", "").removeClass("fixed") }) }, update_arrivals: function () { var n = this, r = e(t).scrollTop(); e("[" + this.attr_name() + "]", n.scope).each(function () { var t = e(this), i = t.data(n.attr_name(!0) + "-init"), s = n.offsets(t, r), o = t.find("[" + n.add_namespace("data-magellan-arrival") + "]"), u = !1; s.each(function (e, r) { if (r.viewport_offset >= r.top_offset) { var s = t.find("[" + n.add_namespace("data-magellan-arrival") + "]"); return s.not(r.arrival).removeClass(i.active_class), r.arrival.addClass(i.active_class), u = !0, !0 } }), u || o.removeClass(i.active_class) }) }, offsets: function (t, n) { var r = this, i = t.data(r.attr_name(!0) + "-init"), s = n; return t.find("[" + r.add_namespace("data-magellan-arrival") + "]").map(function (n, o) { var u = e(this).data(r.data_attr("magellan-arrival")), a = e("[" + r.add_namespace("data-magellan-destination") + "=" + u + "]"); if (a.length > 0) { var f = Math.floor(a.offset().top - i.destination_threshold - t.outerHeight()); return {destination: a, arrival: e(this), top_offset: f, viewport_offset: s} } }).sort(function (e, t) { return e.top_offset < t.top_offset ? -1 : e.top_offset > t.top_offset ? 1 : 0 }) }, data_attr: function (e) { return this.namespace.length > 0 ? this.namespace + "-" + e : e }, off: function () { this.S(this.scope).off(".magellan"), this.S(t).off(".magellan") }, reflow: function () { var t = this; e("[" + t.add_namespace("data-magellan-expedition-clone") + "]", t.scope).remove() } } }(jQuery, window, window.document), function (e, t, n, r) { "use strict"; Foundation.libs.offcanvas = { name: "offcanvas", version: "5.3.3", settings: {open_method: "move", close_on_click: !1}, init: function (e, t, n) { this.bindings(t, n) }, events: function () { var e = this, t = e.S, n = "", r = "", i = ""; this.settings.open_method === "move" ? (n = "move-", r = "right", i = "left") : this.settings.open_method === "overlap" && (n = "offcanvas-overlap"), t(this.scope).off(".offcanvas").on("click.fndtn.offcanvas", ".left-off-canvas-toggle", function (t) { e.click_toggle_class(t, n + r) }).on("click.fndtn.offcanvas", ".left-off-canvas-menu a", function (t) { var i = e.get_settings(t); i.close_on_click && e.hide.call(e, n + r, e.get_wrapper(t)) }).on("click.fndtn.offcanvas", ".right-off-canvas-toggle", function (t) { e.click_toggle_class(t, n + i) }).on("click.fndtn.offcanvas", ".right-off-canvas-menu a", function (t) { var r = e.get_settings(t); r.close_on_click && e.hide.call(e, n + i, e.get_wrapper(t)) }).on("click.fndtn.offcanvas", ".exit-off-canvas", function (t) { e.click_remove_class(t, n + i), r && e.click_remove_class(t, n + r) }) }, toggle: function (e, t) { t = t || this.get_wrapper(), t.is("." + e) ? this.hide(e, t) : this.show(e, t) }, show: function (e, t) { t = t || this.get_wrapper(), t.trigger("open").trigger("open.fndtn.offcanvas"), t.addClass(e) }, hide: function (e, t) { t = t || this.get_wrapper(), t.trigger("close").trigger("close.fndtn.offcanvas"), t.removeClass(e) }, click_toggle_class: function (e, t) { e.preventDefault(); var n = this.get_wrapper(e); this.toggle(t, n) }, click_remove_class: function (e, t) { e.preventDefault(); var n = this.get_wrapper(e); this.hide(t, n) }, get_settings: function (e) { var t = this.S(e.target).closest("[" + this.attr_name() + "]"); return t.data(this.attr_name(!0) + "-init") || this.settings }, get_wrapper: function (e) { var t = this.S(e ? e.target : this.scope).closest(".off-canvas-wrap"); return t.length === 0 && (t = this.S(".off-canvas-wrap")), t }, reflow: function () { } } }(jQuery, window, window.document), function (e, t, n, r) { "use strict"; function i(e) { var t = /fade/i.test(e), n = /pop/i.test(e); return {animate: t || n, pop: n, fade: t} } Foundation.libs.reveal = { name: "reveal", version: "5.3.3", locked: !1, settings: { 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", root_element: "body", open: function () { }, opened: function () { }, close: function () { }, closed: function () { }, bg: e(".reveal-modal-bg"), css: { open: {opacity: 0, visibility: "visible", display: "block"}, close: {opacity: 1, visibility: "hidden", display: "none"} } }, init: function (t, n, r) { e.extend(!0, this.settings, n, r), this.bindings(n, r) }, events: function (e) { var t = this, r = t.S; return r(this.scope).off(".reveal").on("click.fndtn.reveal", "[" + this.add_namespace("data-reveal-id") + "]:not([disabled])", function (e) { e.preventDefault(); if (!t.locked) { var n = r(this), i = n.data(t.data_attr("reveal-ajax")); t.locked = !0; if (typeof i == "undefined")t.open.call(t, n); else { var s = i === !0 ? n.attr("href") : i; t.open.call(t, n, {url: s}) } } }), r(n).on("click.fndtn.reveal", this.close_targets(), function (e) { e.preventDefault(); if (!t.locked) { var n = r("[" + t.attr_name() + "].open").data(t.attr_name(!0) + "-init"), i = r(e.target)[0] === r("." + n.bg_class)[0]; if (i) { if (!n.close_on_background_click)return; e.stopPropagation() } t.locked = !0, t.close.call(t, i ? r("[" + t.attr_name() + "].open") : r(this).closest("[" + t.attr_name() + "]")) } }), r("[" + t.attr_name() + "]", this.scope).length > 0 ? r(this.scope).on("open.fndtn.reveal", this.settings.open).on("opened.fndtn.reveal", this.settings.opened).on("opened.fndtn.reveal", this.open_video).on("close.fndtn.reveal", this.settings.close).on("closed.fndtn.reveal", this.settings.closed).on("closed.fndtn.reveal", this.close_video) : r(this.scope).on("open.fndtn.reveal", "[" + t.attr_name() + "]", this.settings.open).on("opened.fndtn.reveal", "[" + t.attr_name() + "]", this.settings.opened).on("opened.fndtn.reveal", "[" + t.attr_name() + "]", this.open_video).on("close.fndtn.reveal", "[" + t.attr_name() + "]", this.settings.close).on("closed.fndtn.reveal", "[" + t.attr_name() + "]", this.settings.closed).on("closed.fndtn.reveal", "[" + t.attr_name() + "]", this.close_video), !0 }, key_up_on: function (e) { var t = this; return t.S("body").off("keyup.fndtn.reveal").on("keyup.fndtn.reveal", function (e) { var n = t.S("[" + t.attr_name() + "].open"), r = n.data(t.attr_name(!0) + "-init") || t.settings; r && e.which === 27 && r.close_on_esc && !t.locked && t.close.call(t, n) }), !0 }, key_up_off: function (e) { return this.S("body").off("keyup.fndtn.reveal"), !0 }, open: function (t, n) { var r = this, i; t ? typeof t.selector != "undefined" ? i = r.S("#" + t.data(r.data_attr("reveal-id"))).first() : (i = r.S(this.scope), n = t) : i = r.S(this.scope); var s = i.data(r.attr_name(!0) + "-init"); s = s || this.settings; if (i.hasClass("open") && t.attr("data-reveal-id") == i.attr("id"))return r.close(i); if (!i.hasClass("open")) { var o = r.S("[" + r.attr_name() + "].open"); typeof i.data("css-top") == "undefined" && i.data("css-top", parseInt(i.css("top"), 10)).data("offset", this.cache_offset(i)), this.key_up_on(i), i.trigger("open").trigger("open.fndtn.reveal"), o.length < 1 && this.toggle_bg(i, !0), typeof n == "string" && (n = {url: n}); if (typeof n == "undefined" || !n.url)o.length > 0 && this.hide(o, s.css.close), this.show(i, s.css.open); else { var u = typeof n.success != "undefined" ? n.success : null; e.extend(n, { success: function (t, n, a) { e.isFunction(u) && u(t, n, a), i.html(t), r.S(i).foundation("section", "reflow"), r.S(i).children().foundation(), o.length > 0 && r.hide(o, s.css.close), r.show(i, s.css.open) } }), e.ajax(n) } } }, close: function (e) { var e = e && e.length ? e : this.S(this.scope), t = this.S("[" + this.attr_name() + "].open"), n = e.data(this.attr_name(!0) + "-init") || this.settings; t.length > 0 && (this.locked = !0, this.key_up_off(e), e.trigger("close").trigger("close.fndtn.reveal"), this.toggle_bg(e, !1), this.hide(t, n.css.close, n)) }, close_targets: function () { var e = "." + this.settings.dismiss_modal_class; return this.settings.close_on_background_click ? e + ", ." + this.settings.bg_class : e }, toggle_bg: function (t, n) { this.S("." + this.settings.bg_class).length === 0 && (this.settings.bg = e("
", {"class": this.settings.bg_class}).appendTo("body").hide()); var i = this.settings.bg.filter(":visible").length > 0; n != i && ((n == r ? i : !n) ? this.hide(this.settings.bg) : this.show(this.settings.bg)) }, show: function (n, r) { if (r) { var s = n.data(this.attr_name(!0) + "-init") || this.settings, o = s.root_element; if (n.parent(o).length === 0) { var u = n.wrap('
').parent(); n.on("closed.fndtn.reveal.wrapped", function () { n.detach().appendTo(u), n.unwrap().unbind("closed.fndtn.reveal.wrapped") }), n.detach().appendTo(o) } var a = i(s.animation); a.animate || (this.locked = !1); if (a.pop) { r.top = e(t).scrollTop() - n.data("offset") + "px"; var f = {top: e(t).scrollTop() + n.data("css-top") + "px", opacity: 1}; return setTimeout(function () { return n.css(r).animate(f, s.animation_speed, "linear", function () { this.locked = !1, n.trigger("opened").trigger("opened.fndtn.reveal") }.bind(this)).addClass("open") }.bind(this), s.animation_speed / 2) } if (a.fade) { r.top = e(t).scrollTop() + n.data("css-top") + "px"; var f = {opacity: 1}; return setTimeout(function () { return n.css(r).animate(f, s.animation_speed, "linear", function () { this.locked = !1, n.trigger("opened").trigger("opened.fndtn.reveal") }.bind(this)).addClass("open") }.bind(this), s.animation_speed / 2) } return n.css(r).show().css({opacity: 1}).addClass("open").trigger("opened").trigger("opened.fndtn.reveal") } var s = this.settings; return i(s.animation).fade ? n.fadeIn(s.animation_speed / 2) : (this.locked = !1, n.show()) }, hide: function (n, r) { if (r) { var s = n.data(this.attr_name(!0) + "-init"); s = s || this.settings; var o = i(s.animation); o.animate || (this.locked = !1); if (o.pop) { var u = {top: -e(t).scrollTop() - n.data("offset") + "px", opacity: 0}; return setTimeout(function () { return n.animate(u, s.animation_speed, "linear", function () { this.locked = !1, n.css(r).trigger("closed").trigger("closed.fndtn.reveal") }.bind(this)).removeClass("open") }.bind(this), s.animation_speed / 2) } if (o.fade) { var u = {opacity: 0}; return setTimeout(function () { return n.animate(u, s.animation_speed, "linear", function () { this.locked = !1, n.css(r).trigger("closed").trigger("closed.fndtn.reveal") }.bind(this)).removeClass("open") }.bind(this), s.animation_speed / 2) } return n.hide().css(r).removeClass("open").trigger("closed").trigger("closed.fndtn.reveal") } var s = this.settings; return i(s.animation).fade ? n.fadeOut(s.animation_speed / 2) : n.hide() }, close_video: function (t) { var n = e(".flex-video", t.target), r = e("iframe", n); r.length > 0 && (r.attr("data-src", r[0].src), r.attr("src", r.attr("src")), n.hide()) }, open_video: function (t) { var n = e(".flex-video", t.target), i = n.find("iframe"); if (i.length > 0) { var s = i.attr("data-src"); if (typeof s == "string")i[0].src = i.attr("data-src"); else { var o = i[0].src; i[0].src = r, i[0].src = o } n.show() } }, data_attr: function (e) { return this.namespace.length > 0 ? this.namespace + "-" + e : e }, cache_offset: function (e) { var t = e.show().height() + parseInt(e.css("top"), 10); return e.hide(), t }, off: function () { e(this.scope).off(".fndtn.reveal") }, reflow: function () { } } }(jQuery, window, window.document), function (e, t, n, r) { "use strict"; Foundation.libs.slider = { name: "slider", version: "5.3.3", settings: { start: 0, end: 100, step: 1, initial: null, display_selector: "", vertical: !1, on_change: function () { } }, cache: {}, init: function (e, t, n) { Foundation.inherit(this, "throttle"), this.bindings( t, n), this.reflow() }, events: function () { var n = this; e(this.scope).off(".slider").on("mousedown.fndtn.slider touchstart.fndtn.slider pointerdown.fndtn.slider", "[" + n.attr_name() + "]:not(.disabled, [disabled]) .range-slider-handle", function (t) { n.cache.active || (t.preventDefault(), n.set_active_slider(e(t.target))) }).on("mousemove.fndtn.slider touchmove.fndtn.slider pointermove.fndtn.slider", function (r) { if (!!n.cache.active) { r.preventDefault(); if (e.data(n.cache.active[0], "settings").vertical) { var i = 0; r.pageY || (i = t.scrollY), n.calculate_position(n.cache.active, (r.pageY || r.originalEvent.clientY || r.originalEvent.touches[0].clientY || r.currentPoint.y) + i) } else n.calculate_position(n.cache.active, r.pageX || r.originalEvent.clientX || r.originalEvent.touches[0].clientX || r.currentPoint.x) } }).on("mouseup.fndtn.slider touchend.fndtn.slider pointerup.fndtn.slider", function (e) { n.remove_active_slider() }).on("change.fndtn.slider", function (e) { n.settings.on_change() }), n.S(t).on("resize.fndtn.slider", n.throttle(function (e) { n.reflow() }, 300)) }, set_active_slider: function (e) { this.cache.active = e }, remove_active_slider: function () { this.cache.active = null }, calculate_position: function (t, n) { var r = this, i = e.data(t[0], "settings"), s = e.data(t[0], "handle_l"), o = e.data(t[0], "handle_o"), u = e.data(t[0], "bar_l"), a = e.data(t[0], "bar_o"); requestAnimationFrame(function () { var e; Foundation.rtl && !i.vertical ? e = r.limit_to((a + u - n) / u, 0, 1) : e = r.limit_to((n - a) / u, 0, 1), e = i.vertical ? 1 - e : e; var s = r.normalized_value(e, i.start, i.end, i.step); r.set_ui(t, s) }) }, set_ui: function (t, n) { var r = e.data(t[0], "settings"), i = e.data(t[0], "handle_l"), s = e.data(t[0], "bar_l"), o = this.normalized_percentage(n, r.start, r.end), u = o * (s - i) - 1, a = o * 100; Foundation.rtl && !r.vertical && (u = -u), u = r.vertical ? -u + s - i + 1 : u, this.set_translate(t, u, r.vertical), r.vertical ? t.siblings(".range-slider-active-segment").css("height", a + "%") : t.siblings(".range-slider-active-segment").css("width", a + "%"), t.parent().attr(this.attr_name(), n).trigger("change").trigger("change.fndtn.slider"), t.parent().children("input[type=hidden]").val(n), r.input_id != "" && e(r.display_selector).each(function () { this.hasOwnProperty("value") ? e(this).val(n) : e(this).text(n) }) }, normalized_percentage: function (e, t, n) { return (e - t) / (n - t) }, normalized_value: function (e, t, n, r) { var i = n - t, s = e * i, o = (s - s % r) / r, u = s % r, a = u >= r * .5 ? r : 0; return o * r + a + t }, set_translate: function (t, n, r) { r ? e(t).css("-webkit-transform", "translateY(" + n + "px)").css("-moz-transform", "translateY(" + n + "px)").css("-ms-transform", "translateY(" + n + "px)").css("-o-transform", "translateY(" + n + "px)").css("transform", "translateY(" + n + "px)") : e(t).css("-webkit-transform", "translateX(" + n + "px)").css("-moz-transform", "translateX(" + n + "px)").css("-ms-transform", "translateX(" + n + "px)").css("-o-transform", "translateX(" + n + "px)").css("transform", "translateX(" + n + "px)") }, limit_to: function (e, t, n) { return Math.min(Math.max(e, t), n) }, initialize_settings: function (t) { var n = e.extend({}, this.settings, this.data_options(e(t).parent())); n.vertical ? (e.data(t, "bar_o", e(t).parent().offset().top), e.data(t, "bar_l", e(t).parent().outerHeight()), e.data(t, "handle_o", e(t).offset().top), e.data(t, "handle_l", e(t).outerHeight())) : (e.data(t, "bar_o", e(t).parent().offset().left), e.data(t, "bar_l", e(t).parent().outerWidth()), e.data(t, "handle_o", e(t).offset().left), e.data(t, "handle_l", e(t).outerWidth())), e.data(t, "bar", e(t).parent()), e.data(t, "settings", n) }, set_initial_position: function (t) { var n = e.data(t.children(".range-slider-handle")[0], "settings"), r = n.initial ? n.initial : Math.floor((n.end - n.start) * .5 / n.step) * n.step + n.start, i = t.children(".range-slider-handle"); this.set_ui(i, r) }, set_value: function (t) { var n = this; e("[" + n.attr_name() + "]", this.scope).each(function () { e(this).attr(n.attr_name(), t) }), !e(this.scope).attr(n.attr_name()) || e(this.scope).attr(n.attr_name(), t), n.reflow() }, reflow: function () { var t = this; t.S("[" + this.attr_name() + "]").each(function () { var n = e(this).children(".range-slider-handle")[0], r = e(this).attr(t.attr_name()); t.initialize_settings(n), r ? t.set_ui(e(n), parseFloat(r)) : t.set_initial_position(e(this)) }) } } }(jQuery, window, window.document), function (e, t, n, r) { "use strict"; Foundation.libs.tab = { name: "tab", version: "5.3.3", settings: { active_class: "active", callback: function () { }, deep_linking: !1, scroll_to_content: !0, is_hover: !1 }, default_tab_hashes: [], init: function (e, t, n) { var r = this, i = this.S; this.bindings(t, n), this.handle_location_hash_change(), i("[" + this.attr_name() + "] > .active > a", this.scope).each(function () { r.default_tab_hashes.push(this.hash) }) }, events: function () { var e = this, n = this.S; n(this.scope).off(".tab").on("click.fndtn.tab", "[" + this.attr_name() + "] > * > a", function (t) { var r = n(this).closest("[" + e.attr_name() + "]").data(e.attr_name(!0) + "-init"); if (!r.is_hover || Modernizr.touch)t.preventDefault(), t.stopPropagation(), e.toggle_active_tab(n(this).parent()) }).on("mouseenter.fndtn.tab", "[" + this.attr_name() + "] > * > a", function (t) { var r = n(this).closest("[" + e.attr_name() + "]").data(e.attr_name(!0) + "-init"); r.is_hover && e.toggle_active_tab(n(this).parent()) }), n(t).on("hashchange.fndtn.tab", function (t) { t.preventDefault(), e.handle_location_hash_change() }) }, handle_location_hash_change: function () { var t = this, n = this.S; n("[" + this.attr_name() + "]", this.scope).each(function () { var i = n(this).data(t.attr_name(!0) + "-init"); if (i.deep_linking) { var s = t.scope.location.hash; if (s != "") { var o = n(s); if (o.hasClass("content") && o.parent().hasClass("tab-content"))t.toggle_active_tab(e("[" + t.attr_name() + "] > * > a[href=" + s + "]").parent()); else { var u = o.closest(".content").attr("id"); u != r && t.toggle_active_tab(e("[" + t.attr_name() + "] > * > a[href=#" + u + "]").parent(), s) } } else for (var a in t.default_tab_hashes)t.toggle_active_tab(e("[" + t.attr_name() + "] > * > a[href=" + t.default_tab_hashes[a] + "]").parent()) } }) }, toggle_active_tab: function (n, i) { var s = this.S, o = n.closest("[" + this.attr_name() + "]"), u = n.children("a").first(), a = "#" + u.attr("href").split("#")[1], f = s(a), l = n.siblings(), c = o.data(this.attr_name(!0) + "-init"); s(this).data(this.data_attr("tab-content")) && (a = "#" + s(this).data(this.data_attr("tab-content")).split("#")[1], f = s(a)); if (c.deep_linking) { var h = e("body,html").scrollTop(); i != r ? t.location.hash = i : t.location.hash = a, c.scroll_to_content ? i == r || i == a ? n.parent()[0].scrollIntoView() : s(a)[0].scrollIntoView() : (i == r || i == a) && e("body,html").scrollTop(h) } n.addClass(c.active_class).triggerHandler("opened"), l.removeClass(c.active_class), f.siblings().removeClass(c.active_class).end().addClass(c.active_class), c.callback(n), f.triggerHandler("toggled", [n]), o.triggerHandler("toggled", [f]) }, data_attr: function (e) { return this.namespace.length > 0 ? this.namespace + "-" + e : e }, off: function () { }, reflow: function () { } } }(jQuery, window, window.document), function (e, t, n, r) { "use strict"; Foundation.libs.tooltip = { name: "tooltip", version: "5.3.3", settings: { additional_inheritable_classes: [], tooltip_class: ".tooltip", append_to: "body", touch_close_text: "Tap To Close", disable_for_touch: !1, hover_delay: 200, show_on: "all", tip_template: function (e, t) { return '' + t + '' } }, cache: {}, init: function (e, t, n) { Foundation.inherit(this, "random_str"), this.bindings(t, n) }, should_show: function (t, n) { var r = e.extend({}, this.settings, this.data_options(t)); return r.show_on === "all" ? !0 : this.small() && r.show_on === "small" ? !0 : this.medium() && r.show_on === "medium" ? !0 : this.large() && r.show_on === "large" ? !0 : !1 }, medium: function () { return matchMedia(Foundation.media_queries.medium).matches }, large: function () { return matchMedia(Foundation.media_queries.large).matches }, events: function (t) { var n = this, r = n.S; n.create(this.S(t)), e(this.scope).off(".tooltip").on("mouseenter.fndtn.tooltip mouseleave.fndtn.tooltip touchstart.fndtn.tooltip MSPointerDown.fndtn.tooltip", "[" + this.attr_name() + "]", function (t) { var i = r(this), s = e.extend({}, n.settings, n.data_options(i)), o = !1; if (Modernizr.touch && /touchstart|MSPointerDown/i.test(t.type) && r(t.target).is("a"))return !1; if (/mouse/i.test(t.type) && n.ie_touch(t))return !1; if (i.hasClass("open"))Modernizr.touch && /touchstart|MSPointerDown/i.test(t.type) && t.preventDefault(), n.hide(i); else { if (s.disable_for_touch && Modernizr.touch && /touchstart|MSPointerDown/i.test(t.type))return; !s.disable_for_touch && Modernizr.touch && /touchstart|MSPointerDown/i.test(t.type) && (t.preventDefault(), r(s.tooltip_class + ".open").hide(), o = !0), /enter|over/i.test(t.type) ? this.timer = setTimeout(function () { var e = n.showTip(i) }.bind(this), n.settings.hover_delay) : t.type === "mouseout" || t.type === "mouseleave" ? (clearTimeout(this.timer), n.hide(i)) : n.showTip(i) } }).on("mouseleave.fndtn.tooltip touchstart.fndtn.tooltip MSPointerDown.fndtn.tooltip", "[" + this.attr_name() + "].open", function (t) { if (/mouse/i.test(t.type) && n.ie_touch(t))return !1; if (e(this).data("tooltip-open-event-type") == "touch" && t.type == "mouseleave")return; e(this).data("tooltip-open-event-type") == "mouse" && /MSPointerDown|touchstart/i.test(t.type) ? n.convert_to_touch(e(this)) : n.hide(e(this)) }).on("DOMNodeRemoved DOMAttrModified", "[" + this.attr_name() + "]:not(a)", function (e) { n.hide(r(this)) }) }, ie_touch: function (e) { return !1 }, showTip: function (e) { var t = this.getTip(e); if (this.should_show(e, t))return this.show(e); return }, getTip: function (t) { var n = this.selector(t), r = e.extend({}, this.settings, this.data_options(t)), i = null; return n && (i = this.S('span[data-selector="' + n + '"]' + r.tooltip_class)), typeof i == "object" ? i : !1 }, selector: function (e) { var t = e.attr("id"), n = e.attr(this.attr_name()) || e.attr("data-selector"); return (t && t.length < 1 || !t) && typeof n != "string" && (n = this.random_str(6), e.attr("data-selector", n)), t && t.length > 0 ? t : n }, create: function (n) { var r = this, i = e.extend({}, this.settings, this.data_options(n)), s = this.settings.tip_template; typeof i.tip_template == "string" && t.hasOwnProperty(i.tip_template) && (s = t[i.tip_template]); var o = e(s(this.selector(n), e("
").html(n.attr("title")).html())), u = this.inheritable_classes(n); o.addClass(u).appendTo(i.append_to), Modernizr.touch && (o.append('' + i.touch_close_text + ""), o.on("touchstart.fndtn.tooltip MSPointerDown.fndtn.tooltip", function (e) { r.hide(n) })), n.removeAttr("title").attr("title", "") }, reposition: function (t, n, r) { var i, s, o, u, a, f; n.css("visibility", "hidden").show(), i = t.data("width"), s = n.children(".nub"), o = s.outerHeight(), u = s.outerHeight(), this.small() ? n.css({width: "100%"}) : n.css({width: i ? i : "auto"}), f = function (e, t, n, r, i, s) { return e.css({ top: t ? t : "auto", bottom: r ? r : "auto", left: i ? i : "auto", right: n ? n : "auto" }).end() }, f(n, t.offset().top + t.outerHeight() + 10, "auto", "auto", t.offset().left); if (this.small())f(n, t.offset().top + t.outerHeight() + 10, "auto", "auto", 12.5, e(this.scope).width()), n.addClass("tip-override"), f(s, -o, "auto", "auto", t.offset().left); else { var l = t.offset().left; Foundation.rtl && (s.addClass("rtl"), l = t.offset().left + t.outerWidth() - n.outerWidth()), f(n, t.offset().top + t.outerHeight() + 10, "auto", "auto", l), n.removeClass("tip-override"), r && r.indexOf("tip-top") > -1 ? (Foundation.rtl && s.addClass("rtl"), f(n, t.offset().top - n.outerHeight(), "auto", "auto", l).removeClass("tip-override")) : r && r.indexOf("tip-left") > -1 ? (f(n, t.offset().top + t.outerHeight() / 2 - n.outerHeight() / 2, "auto", "auto", t.offset().left - n.outerWidth() - o).removeClass("tip-override"), s.removeClass("rtl")) : r && r.indexOf("tip-right") > -1 && (f(n, t.offset().top + t.outerHeight() / 2 - n.outerHeight() / 2, "auto", "auto", t.offset().left + t.outerWidth() + o).removeClass("tip-override"), s.removeClass("rtl")) } n.css("visibility", "visible").hide() }, small: function () { return matchMedia(Foundation.media_queries.small).matches && !matchMedia(Foundation.media_queries.medium).matches }, inheritable_classes: function (t) { var n = e.extend({}, this.settings, this.data_options(t)), r = ["tip-top", "tip-left", "tip-bottom", "tip-right", "radius", "round"].concat(n.additional_inheritable_classes), i = t.attr("class"), s = i ? e.map(i.split(" "), function (t, n) { if (e.inArray(t, r) !== -1)return t }).join(" ") : ""; return e.trim(s) }, convert_to_touch: function (t) { var n = this, r = n.getTip(t), i = e.extend({}, n.settings, n.data_options(t)); r.find(".tap-to-close").length === 0 && (r.append('' + i.touch_close_text + ""), r.on("click.fndtn.tooltip.tapclose touchstart.fndtn.tooltip.tapclose MSPointerDown.fndtn.tooltip.tapclose", function (e) { n.hide(t) })), t.data("tooltip-open-event-type", "touch") }, show: function (e) { var t = this.getTip(e); e.data("tooltip-open-event-type") == "touch" && this.convert_to_touch(e), this.reposition(e, t, e.attr("class")), e.addClass("open"), t.fadeIn(150) }, hide: function (e) { var t = this.getTip(e); t.fadeOut(150, function () { t.find(".tap-to-close").remove(), t.off("click.fndtn.tooltip.tapclose MSPointerDown.fndtn.tapclose"), e.removeClass("open") }) }, off: function () { var t = this; this.S(this.scope).off(".fndtn.tooltip"), this.S(this.settings.tooltip_class).each(function (n) { e("[" + t.attr_name() + "]").eq(n).attr("title", e(this).text()) }).remove() }, reflow: function () { } } }(jQuery, window, window.document), function (e, t, n, r) { "use strict"; Foundation.libs.topbar = { name: "topbar", version: "5.3.3", settings: { index: 0, sticky_class: "sticky", custom_back_text: !0, back_text: "Back", mobile_show_parent_link: !0, is_hover: !0, scrolltop: !0, sticky_on: "all" }, init: function (t, n, r) { Foundation.inherit(this, "add_custom_rule register_media throttle"); var i = this; i.register_media("topbar", "foundation-mq-topbar"), this.bindings(n, r), i.S("[" + this.attr_name() + "]", this.scope).each(function () { var t = e(this), n = t.data(i.attr_name(!0) + "-init"), r = i.S("section", this); t.data("index", 0); var s = t.parent(); s.hasClass("fixed") || i.is_sticky(t, s, n) ? (i.settings.sticky_class = n.sticky_class, i.settings.sticky_topbar = t, t.data("height", s.outerHeight()), t.data("stickyoffset", s.offset().top)) : t.data("height", t.outerHeight()), n.assembled || i.assemble(t), n.is_hover ? i.S(".has-dropdown", t).addClass("not-click") : i.S(".has-dropdown", t).removeClass("not-click"), i.add_custom_rule(".f-topbar-fixed { padding-top: " + t.data("height") + "px }"), s.hasClass("fixed") && i.S("body").addClass("f-topbar-fixed") }) }, is_sticky: function (e, t, n) { var r = t.hasClass(n.sticky_class); return r && n.sticky_on === "all" ? !0 : r && this.small() && n.sticky_on === "small" ? matchMedia(Foundation.media_queries.small).matches && !matchMedia(Foundation.media_queries.medium).matches && !matchMedia(Foundation.media_queries.large).matches : r && this.medium() && n.sticky_on === "medium" ? matchMedia(Foundation.media_queries.small).matches && matchMedia(Foundation.media_queries.medium).matches && !matchMedia(Foundation.media_queries.large).matches : r && this.large() && n.sticky_on === "large" ? matchMedia(Foundation.media_queries.small).matches && matchMedia(Foundation.media_queries.medium).matches && matchMedia(Foundation.media_queries.large).matches : !1 }, toggle: function (n) { var r = this, i; n ? i = r.S(n).closest("[" + this.attr_name() + "]") : i = r.S("[" + this.attr_name() + "]"); var s = i.data(this.attr_name(!0) + "-init"), o = r.S("section, .section", i); r.breakpoint() && (r.rtl ? (o.css({right: "0%"}), e(">.name", o).css({right: "100%"})) : (o.css({left: "0%"}), e(">.name", o).css({left: "100%"})), r.S("li.moved", o).removeClass("moved"), i.data("index", 0), i.toggleClass("expanded").css("height", "")), s.scrolltop ? i.hasClass("expanded") ? i.parent().hasClass("fixed") && (s.scrolltop ? (i.parent().removeClass("fixed"), i.addClass("fixed"), r.S("body").removeClass("f-topbar-fixed"), t.scrollTo(0, 0)) : i.parent().removeClass("expanded")) : i.hasClass("fixed") && (i.parent().addClass("fixed"), i.removeClass("fixed"), r.S("body").addClass("f-topbar-fixed")) : (r.is_sticky(i, i.parent(), s) && i.parent().addClass("fixed"), i.parent().hasClass("fixed") && (i.hasClass("expanded") ? (i.addClass("fixed"), i.parent().addClass("expanded"), r.S("body").addClass("f-topbar-fixed")) : (i.removeClass("fixed"), i.parent().removeClass("expanded"), r.update_sticky_positioning()))) }, timer: null, events: function (n) { var r = this, i = this.S; i(this.scope).off(".topbar").on("click.fndtn.topbar", "[" + this.attr_name() + "] .toggle-topbar", function (e) { e.preventDefault(), r.toggle(this) }).on("click.fndtn.topbar", '.top-bar .top-bar-section li a[href^="#"],[' + this.attr_name() + '] .top-bar-section li a[href^="#"]', function (t) { var n = e(this).closest("li"); r.breakpoint() && !n.hasClass("back") && !n.hasClass("has-dropdown") && r.toggle() }).on("click.fndtn.topbar", "[" + this.attr_name() + "] li.has-dropdown", function (t) { var n = i(this), s = i(t.target), o = n.closest("[" + r.attr_name() + "]"), u = o.data(r.attr_name(!0) + "-init"); if (s.data("revealId")) { r.toggle(); return } if (r.breakpoint())return; if (u.is_hover && !Modernizr.touch)return; t.stopImmediatePropagation(), n.hasClass("hover") ? (n.removeClass("hover").find("li").removeClass("hover"), n.parents("li.hover").removeClass("hover")) : (n.addClass("hover"), e(n).siblings().removeClass("hover"), s[0].nodeName === "A" && s.parent().hasClass("has-dropdown") && t.preventDefault()) }).on("click.fndtn.topbar", "[" + this.attr_name() + "] .has-dropdown>a", function (e) { if (r.breakpoint()) { e.preventDefault(); var t = i(this), n = t.closest("[" + r.attr_name() + "]"), s = n.find("section, .section"), o = t.next(".dropdown").outerHeight(), u = t.closest("li"); n.data("index", n.data("index") + 1), u.addClass("moved"), r.rtl ? (s.css({right: -(100 * n.data("index")) + "%"}), s.find(">.name").css({right: 100 * n.data("index") + "%"})) : (s.css({left: -(100 * n.data("index")) + "%"}), s.find(">.name").css({left: 100 * n.data("index") + "%"})), n.css("height", t.siblings("ul").outerHeight(!0) + n.data("height")) } }), i(t).off(".topbar").on("resize.fndtn.topbar", r.throttle(function () { r.resize.call(r) }, 50)).trigger("resize").trigger("resize.fndtn.topbar"), i("body").off(".topbar").on("click.fndtn.topbar", function (e) { var t = i(e.target).closest("li").closest("li.hover"); if (t.length > 0)return; i("[" + r.attr_name() + "] li.hover").removeClass("hover") }), i(this.scope).on("click.fndtn.topbar", "[" + this.attr_name() + "] .has-dropdown .back", function (e) { e.preventDefault(); var t = i(this), n = t.closest("[" + r.attr_name() + "]"), s = n.find("section, .section"), o = n.data(r.attr_name(!0) + "-init"), u = t.closest("li.moved"), a = u.parent(); n.data("index", n.data("index") - 1), r.rtl ? (s.css({right: -(100 * n.data("index")) + "%"}), s.find(">.name").css({right: 100 * n.data("index") + "%"})) : (s.css({left: -(100 * n.data("index")) + "%"}), s.find(">.name").css({left: 100 * n.data("index") + "%"})), n.data("index") === 0 ? n.css("height", "") : n.css("height", a.outerHeight(!0) + n.data("height")), setTimeout(function () { u.removeClass("moved") }, 300) }) }, resize: function () { var e = this; e.S("[" + this.attr_name() + "]").each(function () { var t = e.S(this), r = t.data(e.attr_name(!0) + "-init"), i = t.parent("." + e.settings.sticky_class), s; if (!e.breakpoint()) { var o = t.hasClass("expanded"); t.css("height", "").removeClass("expanded").find("li").removeClass("hover"), o && e.toggle(t) } e.is_sticky(t, i, r) && (i.hasClass("fixed") ? (i.removeClass("fixed"), s = i.offset().top, e.S(n.body).hasClass("f-topbar-fixed") && (s -= t.data("height")), t.data("stickyoffset", s), i.addClass("fixed")) : (s = i.offset().top, t.data("stickyoffset", s))) }) }, breakpoint: function () { return !matchMedia(Foundation.media_queries.topbar).matches }, small: function () { return matchMedia(Foundation.media_queries.small).matches }, medium: function () { return matchMedia(Foundation.media_queries.medium).matches }, large: function () { return matchMedia(Foundation.media_queries.large).matches }, assemble: function (t) { var n = this, r = t.data(this.attr_name(!0) + "-init"), i = n.S("section", t); i.detach(), n.S(".has-dropdown>a", i).each(function () { var t = n.S(this), i = t.siblings(".dropdown"), s = t.attr("href"), o; i.find(".title.back").length || (r.mobile_show_parent_link == 1 && s ? o = e('
  • ") : o = e('
  • '), r.custom_back_text == 1 ? e("h5>a", o).html(r.back_text) : e("h5>a", o).html("« " + t.html()), i.prepend(o)) }), i.appendTo(t), this.sticky(), this.assembled(t) }, assembled: function (t) { t.data(this.attr_name(!0), e.extend({}, t.data(this.attr_name(!0)), {assembled: !0})) }, height: function (t) { var n = 0, r = this; return e("> li", t).each(function () { n += r.S(this).outerHeight(!0) }), n }, sticky: function () { var e = this; this.S(t).on("scroll", function () { e.update_sticky_positioning() }) }, update_sticky_positioning: function () { var e = "." + this.settings.sticky_class, n = this.S(t), r = this; if (r.settings.sticky_topbar && r.is_sticky(this.settings.sticky_topbar, this.settings.sticky_topbar.parent(), this.settings)) { var i = this.settings.sticky_topbar.data("stickyoffset"); r.S(e).hasClass("expanded") || (n.scrollTop() > i ? r.S(e).hasClass("fixed") || (r.S(e).addClass("fixed"), r.S("body").addClass("f-topbar-fixed")) : n.scrollTop() <= i && r.S(e).hasClass("fixed") && (r.S(e).removeClass("fixed"), r.S("body").removeClass("f-topbar-fixed"))) } }, off: function () { this.S(this.scope).off(".fndtn.topbar"), this.S(t).off(".fndtn.topbar") }, reflow: function () { } } }(jQuery, this, this.document);