; (function (window, document, undefined) { mti = {}; mti.O = function (a, b) { var c = arguments.length > 2 ? Array.prototype.slice.call(arguments, 2) : []; return function () { c.push.apply(c, arguments); return b.apply(a, c) } }; mti.g = function (a, b) { this.n = a; this.b = b }; mti.g.prototype.createElement = function (a, b, c) { a = this.n.createElement(a); if (b) for (var d in b) if (b.hasOwnProperty(d)) if (d == "style" && this.b.getName() == "MSIE") a.style.cssText = b[d]; else a.setAttribute(d, b[d]); c && a.appendChild(this.n.createTextNode(c)); return a }; function q(a, b, c) { a = a.n.getElementsByTagName(b)[0]; if (!a) a = document.documentElement; if (a && a.lastChild) { a.insertBefore(c, a.lastChild); return true } return false } function s(a, b) { function c() { document.body ? b() : setTimeout(c, 0) } c() } mti.g.B = false; function aa(a, b) { if (mti.g.B === true) b(); else if (a.b.getName() == "MSIE") { var c = a.n, d = false, e = function () { if (!d) { d = true; b(); mti.g.B = true } }; (function () { try { c.documentElement.doScroll("left"); if (c.readyState != "complete") { setTimeout(arguments.callee, 50); return } } catch (f) { setTimeout(arguments.callee, 50); return } e() })(); c.onreadystatechange = function () { if (c.readyState == "complete") { c.onreadystatechange = null; e() } } } else if (a.b.va == "AppleWebKit" && a.b.ua < 525) (function () { if (["loaded", "complete"].indexOf(this.n.readyState) > -1) { b(); mti.g.B = true } else setTimeout(arguments.callee, 50) })(); else if (a.n.addEventListener) a.n.addEventListener("DOMContentLoaded", function () { b(); mti.g.B = true }, false); else window.onload = function () { b(); mti.g.B = true } } function z(a, b) { if (b.parentNode) { b.parentNode.removeChild(b); return true } return false } function A(a, b, c) { a = b.className.split(/\s+/); for (var d = 0, e = a.length; d < e; d++) if (a[d] == c) return; a.push(c); b.className = a.join(" ").replace(/^\s+/, "") } function B(a, b, c) { a = b.className.split(/\s+/); for (var d = [], e = 0, f = a.length; e < f; e++) a[e] != c && d.push(a[e]); b.className = d.join(" ").replace(/^\s+/, "").replace(/\s+$/, "") } function C(a, b) { if (typeof b != "undefined") if (b != null) return typeof b.currentStyle != "undefined" ? b.currentStyle.fontFamily : a.n.defaultView.getComputedStyle(b, null).getPropertyValue("font-family"); return "" } function E(a, b) { var c = ""; b = b.childNodes || b; for (var d = 0; d < b.length; d++) if (b[d].nodeType != 8) c += b[d].nodeType != 1 ? b[d].nodeValue : E(a, b[d].childNodes); return c } mti.g.prototype.getElementById = function (a) { return this.n.getElementById(a) }; mti.g.prototype.K = function (a, b, c) { newFamilyVal = []; currFamily = a.style.fontFamily; currFamilyVal = currFamily.split(","); for (i = 0; i < c.length; i++) c[i] != "" && newFamilyVal.push(c[i]); for (j = 0; j < currFamilyVal.length; j++) currFamilyVal[j] != "" && newFamilyVal.push(currFamilyVal[j]); newFamilyVal.push('"' + b + '"'); a.style.fontFamily = "" + newFamilyVal; return a.style.fontFamily }; function ba(a, b, c) { for (a = c.parentNode; a != null; ) { if (a == b) return true; a = a.parentNode } return false } function F(a, b, c) { c(b); for (b = b.firstChild; b; ) { F(a, b, c); b = b.nextSibling } } mti.g.prototype.getElementsByClassName = function (a) { if (document.getElementsByClassName) return document.getElementsByClassName(a); else { var b = []; F(this, document.body, function (c) { var d; d = c.className; var e; if (d) { d = d.split(" "); for (e = 0; e < d.length; e++) if (d[e] === a) { b.push(c); break } } }); return b } }; mti.l = function (a, b, c, d, e, f) { this.Da = a; this.L = b; this.va = c; this.ua = d; this.ha = e; this.ka = f }; mti.l.prototype.getName = function () { return this.Da }; mti.e = function (a) { this.b = a }; mti.e.f = "Unknown"; mti.e.ra = new mti.l(mti.e.f, mti.e.f, mti.e.f, false); mti.e.prototype.parse = function () { return this.b.indexOf("MSIE") != -1 ? ca(this) : this.b.indexOf("Opera") != -1 ? da(this) : this.b.indexOf("AppleWebKit") != -1 ? ea(this) : this.b.indexOf("Gecko") != -1 ? fa(this) : mti.e.ra }; function H(a) { var b = I(a, a.b, /(iPod|iPad|iPhone|Android)/); if (b != "") return b; a = I(a, a.b, /(Linux|Mac_PowerPC|Macintosh|Windows)/); if (a != "") { if (a == "Mac_PowerPC") a = "Macintosh"; return a } return mti.e.f } function ca(a) { var b = I(a, a.b, /(MSIE [\d\w\.]+)/); if (b != "") { var c = b.split(" "); b = c[0]; c = c[1]; return new mti.l(b, c, b, c, H(a), J(a, c) >= 6) } return new mti.l("MSIE", mti.e.f, "MSIE", mti.e.f, H(a), false) } function da(a) { var b = mti.e.f, c = mti.e.f, d = I(a, a.b, /(Presto\/[\d\w\.]+)/); if (d != "") { c = d.split("/"); b = c[0]; c = c[1] } else { if (a.b.indexOf("Gecko") != -1) b = "Gecko"; d = I(a, a.b, /rv:([^\)]+)/); if (d != "") c = d } if (a.b.indexOf("Version/") != -1) { d = I(a, a.b, /Version\/([\d\.]+)/); if (d != "") return new mti.l("Opera", d, b, c, H(a), J(a, d) >= 10) } d = I(a, a.b, /Opera[\/ ]([\d\.]+)/); if (d != "") return new mti.l("Opera", d, b, c, H(a), J(a, d) >= 10); return new mti.l("Opera", mti.e.f, b, c, H(a), false) } function ea(a) { var b = H(a), c = I(a, a.b, /AppleWebKit\/([\d\.\+]+)/); if (c == "") c = mti.e.f; var d = mti.e.f; if (a.b.indexOf("Chrome") != -1) d = "Chrome"; else if (a.b.indexOf("Safari") != -1) d = "Safari"; var e = mti.e.f; if (a.b.indexOf("Version/") != -1) e = I(a, a.b, /Version\/([\d\.\w]+)/); else if (d == "Chrome") e = I(a, a.b, /Chrome\/([\d\.]+)/); var f = I(a, c, /\d+\.(\d+)/); return new mti.l(d, e, "AppleWebKit", c, b, J(a, c) >= 526 || J(a, c) >= 525 && parseInt(f) >= 13) } function fa(a) { var b = mti.e.f, c = mti.e.f, d = false; if (a.b.indexOf("Firefox") != -1) { b = "Firefox"; var e = I(a, a.b, /Firefox\/([\d\w\.]+)/); if (e != "") { d = I(a, e, /\d+\.(\d+)/); c = e; d = e != "" && J(a, e) >= 3 && parseInt(d) >= 5 } } else if (a.b.indexOf("Mozilla") != -1) b = "Mozilla"; e = I(a, a.b, /rv:([^\)]+)/); if (e == "") e = mti.e.f; else if (!d) { d = J(a, e); var f = parseInt(I(a, e, /\d+\.(\d+)/)), g = parseInt(I(a, e, /\d+\.\d+\.(\d+)/)); d = d > 1 || d == 1 && f > 9 || d == 1 && f == 9 && g >= 2 || e.match(/1\.9\.1b[123]/) != null || e.match(/1\.9\.1\.[\d\.]+/) != null } return new mti.l(b, c, "Gecko", e, H(a), d) } function J(a, b) { a = I(a, b, /(\d+)/); if (a != "") return parseInt(a); return -1 } function I(a, b, c) { if ((a = b.match(c)) && a[1]) return a[1]; return "" }; mti.d = function (a, b, c, d) { this.a = a; this.h = b; this.Z = c; this.o = d || mti.d.M; this.m = new mti.v("-") }; mti.d.M = "mti"; mti.d.p = "loading"; mti.d.G = "active"; mti.d.H = "inactive"; mti.d.N = "font"; function K(a) { A(a.a, a.h, a.m.j(a.o, mti.d.p)); L(a, mti.d.p) } function M(a, b, c) { B(a.a, a.h, a.m.j(a.o, b, c, mti.d.p)); A(a.a, a.h, a.m.j(a.o, b, c, mti.d.G)); L(a, mti.d.N + mti.d.G, b, c) } function N(a) { A(a.a, a.h, a.m.j(a.o, mti.d.H)); L(a, mti.d.H) } function ga(a) { B(a.a, a.h, a.m.j(a.o, mti.d.p)); A(a.a, a.h, a.m.j(a.o, mti.d.G)); L(a, mti.d.G) } function L(a, b, c, d) { a.Z[b] && a.Z[b](c, d) }; mti.ma = function () { this.ea = {} }; function ha(a, b) { var c = []; for (var d in b) if (b.hasOwnProperty(d)) { var e = a.ea[d]; e && c.push(e(b[d])) } return c }; mti.i = function (a, b, c, d, e) { this.a = a; this.s = b; this.P = c; this.I = d; this.ca = e; this.$ = 0; this.S = this.da = false; this.Ca = new mti.U; this.xa = new mti.k }; mti.i.V = "_,arial,helvetica"; mti.i.W = "n4"; mti.i.prototype.watch = function (a, b, c) { for (var d = a.length, e = 0; e < d; e++) { var f = a[e]; b[f] || (b[f] = [mti.i.W]); this.$ += b[f].length } if (c) this.da = c; for (e = 0; e < d; e++) { f = a[e]; c = b[f]; for (var g = 0, l = c.length; g < l; g++) { var h = c[g], m = O(this, mti.i.V, h), o = this.P.J(m); z(this.a, m); m = f; var r = this.s; A(r.a, r.h, r.m.j(r.o, m, h, mti.d.p)); L(r, mti.d.N + mti.d.p, m, h); r = O(this, this.Ca.quote(m), h); if (o != this.P.J(r)) { z(this.a, r); M(this.s, m, h); this.S = true; P(this) } else Q(this, this.ca(), o, r, m, h) } } }; function P(a) { if (--a.$ == 0 && a.da) a.S ? ga(a.s) : N(a.s) } mti.i.prototype.ta = function (a, b, c, d, e) { if (b != this.P.J(c)) { z(this.a, c); M(this.s, d, e); this.S = true; P(this) } else if (this.ca() - a < 5E3) Q(this, a, b, c, d, e); else { z(this.a, c); a = this.s; B(a.a, a.h, a.m.j(a.o, d, e, mti.d.p)); A(a.a, a.h, a.m.j(a.o, d, e, mti.d.H)); L(a, mti.d.N + mti.d.H, d, e); P(this) } }; function Q(a, b, c, d, e, f) { a.I(function (g, l) { return function () { l.call(g, b, c, d, e, f) } } (a, a.ta), 50) } function O(a, b, c) { c = a.xa.expand(c); b = a.a.createElement("span", { style: "position:absolute;top:-999px;font-size:300px;font-family:" + b + "," + mti.i.V + ";" + c }, "Mm"); q(a.a, "body", b); return b }; mti.A = function (a, b, c, d, e) { this.a = a; this.ba = b; this.h = c; this.I = d; this.b = e; this.Q = this.R = 0 }; mti.A.prototype.Y = function (a, b) { this.ba.ea[a] = b }; mti.A.prototype.load = function (a) { var b = new mti.d(this.a, this.h, a); this.b.ka ? ia(this, b, a) : N(b) }; mti.A.prototype.za = function (a, b, c, d) { if (d) a.load(mti.O(this, this.Ea, b, c)); else { a = --this.R == 0; this.Q--; if (a) this.Q == 0 ? N(b) : K(b); c.watch([], {}, a) } }; mti.A.prototype.Ea = function (a, b, c, d) { var e = --this.R == 0; e && K(a); this.I(mti.O(this, function (f, g, l, h) { setTimeout(function () { f.watch(g, l || {}, h) }, 100) }, b, c, d, e)) }; function ia(a, b, c) { c = ha(a.ba, c); a.Q = a.R = c.length; for (var d = new mti.i(a.a, b, { J: function (l) { return l.offsetWidth } }, a.I, function () { return (new Date).getTime() }), e = 0, f = c.length; e < f; e++) { var g = c[e]; ja(g, a.b, mti.O(a, a.za, g, b, d)) } }; mti.v = function (a) { this.Aa = a || mti.v.la }; mti.v.la = "-"; mti.v.prototype.j = function () { for (var a = [], b = 0; b < arguments.length; b++) a.push(arguments[b].replace(/[\W_]+/g, "").toLowerCase()); return a.join(this.Aa) }; mti.U = function () { this.ja = '"' }; mti.U.prototype.quote = function (a) { var b = []; a = a.split(/,\s*/); for (var c = 0; c < a.length; c++) { var d = a[c].replace(/['"]/g, ""); d.indexOf(" ") == -1 ? b.push(d) : b.push(this.ja + d + this.ja) } return b.join(",") }; mti.k = function () { this.ia = mti.k.pa; this.F = mti.k.sa }; mti.k.pa = ["font-style", "font-weight"]; mti.k.sa = { "font-style": [["n", "normal"]], "font-weight": [["4", "normal"]] }; mti.k.X = function (a, b, c) { this.ya = a; this.Ga = b; this.F = c }; mti.k.X.prototype.expand = function (a, b) { for (var c = 0; c < this.F.length; c++) if (b == this.F[c][0]) { a[this.ya] = this.Ga + ":" + this.F[c][1]; return } }; mti.k.prototype.expand = function (a) { if (a.length != 2) return null; for (var b = [null, null], c = 0, d = this.ia.length; c < d; c++) { var e = this.ia[c], f = a.substr(c, 1); (new mti.k.X(c, e, this.F[e])).expand(b, f) } return b[0] && b[1] ? b.join(";") + ";" : null }; window.MonoTypeWebFonts = function () { var a = (new mti.e(navigator.userAgent)).parse(); return new mti.A(new mti.g(document, a), new mti.ma, document.documentElement, function (b, c) { setTimeout(b, c) }, a) } (); window.MonoTypeWebFonts.load = window.MonoTypeWebFonts.load; window.MonoTypeWebFonts.addModule = window.MonoTypeWebFonts.Y; var S = window.MTIConfig || { isAsync: false, EnableCustomFOUTHandler: false, RemoveMTIClass: false }; mti.z = function (a, b, c) { this.u = a; this.a = b; this.Fa = c; this.r = {}; this.q = [] }; mti.z.prototype.indexOf = function (a, b) { if (a.indexOf) return a.indexOf(b); else { for (var c = 0; c < a.length; c++) if (a[c] == b) return c; return -1 } }; function T(a, b, c) { var d = a.Fa, e = C(a.a, b); e = (e || "").replace(/^\s|\s$/g, "").replace(/'|"/g, "").replace(/,\s*/g, "|"); if (e != "") { e = new RegExp(e, "ig"); for (i = 0; i < d.length; i++) { var f = d[i], g = f.fontfamily; if (e.test(g.replace(/^\s|\s$/g, ""))) { if (S.EnableCustomFOUTHandler == true) A(a.a, b, c ? "mti_font_element_Aj" : "mti_font_element"); a.q.push(b); if (f.enableSubsetting) if (a.r[g.replace(/^\s|\s$/g, "")]) a.r[g.replace(/^\s|\s$/g, "")] += E(a.a, b); else a.r[g.replace(/^\s|\s$/g, "")] = E(a.a, b) } } } } function U(a, b, c) { b = "img,select,option,script,noscript,iframe,object,style,param,embed,link,meta,head,title,br,hr".split(","); var d = a.u, e = null; do { e = d.firstChild; if (e == null) { if (d.nodeType == 1) if (a.indexOf(b, d.tagName.toLowerCase()) < 0) c ? T(a, d, c) : T(a, d); e = d.nextSibling } if (e == null) { d = d; do { e = d.parentNode; if (e == a.u) { if (a.indexOf(b, e.tagName.toLowerCase()) < 0) c ? T(a, e, c) : T(a, e); break } if (e != null) { if (e.nodeType == 1) if (a.indexOf(b, e.tagName.toLowerCase()) < 0) c ? T(a, e, c) : T(a, e); d = e; e = e.nextSibling } } while (e == null) } d = e } while (d != a.u); c = false; for (p in a.r) { c = true; break } if (c) return a.r; return null } mti.z.prototype.K = function (a, b) { var c = "img,select,option,script,noscript,iframe,object,style,param,embed,link,meta,head,title,br,hr".split(","), d = this.u, e = null; do { e = d.firstChild; if (e == null) { d.nodeType == 1 && this.indexOf(c, d.tagName.toLowerCase()) < 0 && T(this, d); e = d.nextSibling } if (e == null) { d = d; do { e = d.parentNode; if (e == this.u) break; e.nodeType == 1 && this.indexOf(c, e.tagName.toLowerCase()) < 0 && C(this.a, e).indexOf(a) > -1 && this.a.K(e, a, b); d = e; e = e.nextSibling } while (e == null) } d = e } while (d != this.u); a = false; for (p in this.r) { a = true; break } if (a) return this.r; return null }; mti.w = function (a, b, c, d) { this.t = a; this.b = b; this.a = c; this.c = d; this.aa = []; this.wa = {} }; mti.w.oa = "monotype"; var V = "TTF"; function ja(a, b, c) { V = ka(a); var d = a.c.projectId; if (d) { a.t["__mti_fntLst" + d] = function () { return a.c.pfL }; a.t.mti_element_cache = []; W(a); d = function () { var e = a.c.reqSub, f = new mti.z(document.body, a.a, a.c.pfL), g = U(f); if (e) { for (fontfamily in g) g[fontfamily] = X(a, g[fontfamily]); a.t.mti_element_cache = f.q; Z(a, g); e = f.q; for (f = 0; f < e.length; f++) for (fontFamily in a.D) C(a.a, e[f]).indexOf(fontFamily) > -1 && a.a.K(e[f], fontFamily, a.D[fontFamily]) } else { Z(a); a.t.mti_element_cache = f.q } }; if (S.isAsync === true) S.onReady = d; else if (a.c.reqSub) aa(a.a, d); else { Z(a); s(a.a, function () { var e = new mti.z(document.body, a.a, a.c.pfL); U(e); a.t.mti_element_cache = e.q }) } c(b.ka) } else c(true) } function ka(a) { var b = a.c.ffArray, c = a.b.getName(); c = c.toLowerCase(); if (c == "firefox") c = "mozilla"; if (/ipad|ipod|iphone/.test(a.b.ha.toLowerCase())) c = "msafari"; a = a.b.L; b = b[c]; c = ""; for (p in b) if (parseFloat(a) >= parseFloat(p)) c = b[p]; return c } mti.w.prototype.D = {}; function Z(a, b, c) { var d = a.c.projectId, e = a.c.ec, f = a.c.fcURL, g = a.c.dfcURL, l = a.a.createElement("style", { type: "text/css", id: "mti_fontface_" + (c ? "Aj_" : "") + a.c.projectId }), h = "", m = false, o = {}, r = { TTF: "truetype", WOFF: "woff", SVG: "svg", MTX: "truetype" }, Y = V != null && V.toUpperCase() == "EOT" || V.toUpperCase() == "MTX", G = a.b.getName(); G = G.toLowerCase(); var R = G == "opera" ? true : false, t = a.b.L; G = G == "msie" && t < 8 ? true : false; b = R ? null : b; for (i = 0; i < a.c.pfL.length; i++) { var D = a.c.pfL[i]; t = D.fontfamily; var y = D.contentIds; a.aa.push(t); D = R ? false : D.enableSubsetting; var n; n = g; var u = a.c.ck, w = b, x = y[V.toUpperCase()]; n = (window.location.protocol == "https:" ? "https://" : "http://") + n.replace("http://", "").replace("https://", ""); n = n + "?"; if (e) n += u + "&"; n += "fctypeId=" + a.c.fctypeArray[V] + "&fcId=" + y.TTF + "&origId=" + x; n += "&projectId=" + d; n += "&content="; u = ""; if (w) u += escape(w[t] || "") + "giMm"; w = n + u; x = a.c.bsmcArray; var v = a.b.getName(); v = v.toLowerCase(); if (v == "firefox") v = "mozilla"; if (/ipad|ipod|iphone/.test(a.b.ha.toLowerCase())) v = "msafari"; u = a.b.L; x = x[v]; v = ""; for (p in x) if (parseFloat(u) >= parseFloat(p)) v = x[p]; u = v; if (w.length > u) { n = u - n.length; n = { ga: Math.ceil(w.length / n), fa: Math.floor(n / 6)} } else n = { ga: 1 }; w = R ? 1 : n.ga; u = false; if (G && w > 1) { w = 1; u = true; D = false } if (w > 1 || c) { if (b !== null) { m = true; o[t] || (o[t] = []); if (u = b[t]) { x = []; for (v = 1; v <= w; v++) { newFontFamily = t + (c ? c : "") + v; o[t].push(newFontFamily); b[newFontFamily] = u.substr((v - 1) * n.fa, n.fa); h += '@font-face{\nfont-family:"' + newFontFamily + '";\nsrc:url("' + $(a, y, d, D, e, f, g, a.c.ck, newFontFamily, b) + '")'; Y || (h += ' format("' + r[V.toUpperCase()] + '")'); h += ";}\n"; x.push("'" + newFontFamily + "'") } a.D[t] = x } } } else { h += '@font-face{\nfont-family:"' + t + (c ? c : "") + '";\nsrc:url("' + $(a, y, d, D, e, f, g, a.c.ck, t + (c ? c : ""), u ? null : b) + '")'; if (!Y) { t = y[V.toUpperCase()]; y = r[V.toUpperCase()]; t || (y = r.TTF); h += " format('" + y + "')" } h += ";}\n" } } if (m === true || c) { z(a.a, a.a.getElementById("mti_stylesheet_" + (c ? "Aj_" : "") + a.c.projectId) || {}); c ? W(a, o, c) : W(a, o) } h != "" && q(a.a, "head", l); if (l.styleSheet) l.styleSheet.cssText = h; else { a = document.createTextNode(h); l.appendChild(a) } } function W(a, b, c) { var d = new mti.v("-"), e = a.a.createElement("style", { type: "text/css", id: "mti_stylesheet_" + (c ? "Aj_" : "") + a.c.projectId }), f = ""; if (S.EnableCustomFOUTHandler == true) { var g = a.c.pfL; for (i = 0; i < g.length; i++) { var l = g[i].fontfamily; if (c) l += c; f += "." + d.j(mti.d.M, l, mti.i.W, mti.d.p) + " .mti_font_element" + (c ? "_Aj" : "") + "{text-align: left; text-indent: -9999px;}\n" } } for (i in a.c.selectorFontMap) { d = l = a.c.selectorFontMap[i]; if (b && b[d] && b[d].length > 0) d = b[d].join("','"); c || (f += i + "{font-family:'" + d + "';}\n"); if (S.EnableCustomFOUTHandler == true) { f += "/*fout specific code:*/\n"; d = i.split(","); for (k in d) f += "." + mti.d.M + "-loading " + d[k] + "{text-align: left; text-indent: -9999px;}\n" } } f != "" && q(a.a, "head", e); if (e.styleSheet) e.styleSheet.cssText = f; else { a = document.createTextNode(f); e.appendChild(a) } } function X(a, b) { if (b && typeof b == "string") { b = b.replace(/\s/g, "").replace(/\n/g, "").replace(/\r/g, ""); a = ""; for (var c = b.length, d = null, e = 0; e < c; e++) { d = b.charAt(e); if (a.indexOf(d) == -1) a += d } return a } return "" } function $(a, b, c, d, e, f, g, l, h, m) { var o = b[V.toUpperCase()], r = "http://"; if (window.location.protocol == "https:") r = "https://"; f = f.replace("http://", "").replace("https://", ""); g = g.replace("http://", "").replace("https://", ""); f = r + f; g = r + g; if (d) { url = g + "?"; if (e) url += l + "&"; url += "fctypeId=" + a.c.fctypeArray[V] + "&fcId=" + b.TTF + "&origId=" + o } else url = e ? o ? f + o + "." + V.toLowerCase() + "?" + l : f + b.TTF + ".ttf?" + l : f + "?fctypeId=" + a.c.fctypeArray[V] + "&fcId=" + o; url += "&projectId=" + c; if (m) url += "&content=" + escape((m[h] || "") + "giMm"); if (V != null && V.toUpperCase() == "SVG") url += "#" + o; return url } function la(a, b) { var c = false, d = document.getElementById(b); c = d === null ? false : true; if (!c) return false; c = ma(a); var e = new mti.z(d, a.a, a.c.pfL), f = U(e, {}, "Ajax"); d = []; for (fontfamily in f) { if (f[fontfamily]) f[fontfamily] = X(a, f[fontfamily]); fontfamily += c; d.push(fontfamily) } a.t.mti_element_cache = e.q; if (document.getElementById("mti_stylesheet_Aj_" + a.c.projectId) != null) { var g = document.getElementById("mti_stylesheet_Aj_" + a.c.projectId); g.parentNode.removeChild(g) } if (document.getElementById("mti_fontface_Aj_" + a.c.projectId) != null) { g = document.getElementById("mti_fontface_Aj_" + a.c.projectId); g.parentNode.removeChild(g) } Z(a, f, c); c = e.q; for (e = 0; e < c.length; e++) for (fontFamily in a.D) if (C(a.a, c[e]).indexOf(fontFamily) > -1) if (c[e].getAttribute("id") == b || ba(a.a, a.a.getElementById(b), c[e])) a.a.K(c[e], fontFamily, a.D[fontFamily]); (new mti.i(a.a, new mti.d(a.a, document.documentElement, a.c), { J: function (l) { return l.offsetWidth } }, function (l, h) { setTimeout(l, h) }, function () { return (new Date).getTime() })).watch(d, {}, true); S.RemoveMTIClass == true && setTimeout(function () { var l = a.a, h = l.getElementsByClassName("mti_font_element_Aj"), m = l.b.getName(); m = m.toLowerCase(); var o = l.b.L; m = m == "msie" && o < 8 ? true : false; for (o = new RegExp("mti_font_element_Aj", "ig"); h.length > 0; ) { for (i = 0; i < h.length; i++) if (h[i].className.split(" ").length == 1 && !m) h[i].removeAttribute("class"); else h[i].className = h[i].className.replace(o, " ").replace(/^\s+|\s+$/g, ""); h = l.getElementsByClassName("mti_font_element_Aj") } }, 5E3) } mti.w.prototype.load = function (a) { a(this.aa, this.wa) }; mti.na = function (a) { this.C = a }; mti.na.prototype.protocol = function () { var a = ["http:", "https:"], b = a[0]; if (this.C && this.C.location && this.C.location.protocol) { var c = 0; for (c = 0; c < a.length; c++) if (this.C.location.protocol == a[c]) return this.C.location.protocol } return b }; mti.T = function (a, b) { this.a = a; this.c = b }; mti.T.prototype.appendBannerScript = function () { var a; a = new RegExp(escape("WFS_MTI_SS") + "=([^;]+)"); if (a.test(document.cookie + ";")) { a.exec(document.cookie + ";"); a = unescape(RegExp.$1) } else a = false; var b = this.c.bannerHandlerURL; if (b) { b += "?projectId=" + this.c.projectId; if (a !== false) b += "&WFS_MTI_SS=" + a; b += "&" + escape((new Date).getTime()); q(this.a, "head", this.a.createElement("Script", { type: "text/javascript", src: b })) } }; mti.qa = function (a) { this.Ba = a }; MonoTypeWebFonts.Y(mti.w.oa, function (a) { var b = (new mti.e(navigator.userAgent)).parse(), c = new mti.g(document, b); window.MonoTypeWebFonts.BannerHandler = new mti.T(c, a); a = new mti.w(window, b, c, a); var d = new mti.qa(a); window.MonoTypeWebFonts.renderPartial = function (e) { la(d.Ba, e) }; return a }); function ma() { var a = ""; return a = "abcdefghijklmnopqrstuvwxyz".charAt(Math.floor(Math.random() * 26)) }; })(this, document); if(window.addEventListener){ window.addEventListener('load', function(){MonoTypeWebFonts.cleanup(); MonoTypeWebFonts.loadColo();}, false);}else if(window.attachEvent){ window.attachEvent('onload', function(){MonoTypeWebFonts.cleanup(); MonoTypeWebFonts.loadColo();});}MonoTypeWebFonts.cleanupExecuted = false;MonoTypeWebFonts.cleanup = function(){if(MonoTypeWebFonts.cleanupExecuted === true){ return; }MonoTypeWebFonts.cleanupExecuted = (window['mti_element_cache'].length > 0);var className = document.documentElement.className;var MTIConfig = window['MTIConfig'] || { 'RemoveMTIClass': false };if(MTIConfig['RemoveMTIClass']==true){function walkTheDOM (node, func) {func(node);node = node.firstChild;while (node) {walkTheDOM(node, func);node = node.nextSibling;}}function getElementsByClassName (className) {if (document.getElementsByClassName){return document.getElementsByClassName(className);}else {var results = [];walkTheDOM(document.body, function (node) {var a, c = node.className, i;if (c) {a = c.split(' ');for (i=0; i -1 },b = (!(/opera|webtv/i.test(ua)) && /msie\s(\d)/.test(ua)), c=false;if((RegExp.$1==6)||(RegExp.$1==7)){ c=true; }while(mti_elements.length > 0){for(i=0; i< mti_elements.length; i++){var classList=mti_elements[i].className.split(' ');if(classList.length==1 && !c){mti_elements[i].removeAttribute('class');}else{mti_elements[i].className=mti_elements[i].className.replace(/mti_font_element/ig, ' ').replace(/^\s+|\s+$/g,'');}}mti_elements = getElementsByClassName('mti_font_element');}}className = className.replace(/\b(mti\-.*?(loading|active|inactive))\b/g,'').replace(/^\s+|\s+$/g,'').replace(/\s+/g,' ');setTimeout(function(){document.documentElement.className = className+' mti-repaint';},20);/*IE sometimes requires redrawing the browser after fonts are downloaded. Adding a classname might help*/if(!document.getElementById('MonoTypeFontApiFontTracker')){ var fontTrackingUrl = "http://fast.fonts.com/t/1.css"; if(window.location.protocol == 'https:'){ fontTrackingUrl = fontTrackingUrl.replace(/http:/,'https:'); } var head = document.getElementsByTagName('HEAD')[0]; var cssEle = document.createElement('LINK'); if(cssEle){ cssEle.setAttribute('id','MonoTypeFontApiFontTracker'); cssEle.setAttribute('type','text/css'); cssEle.setAttribute('rel','stylesheet'); cssEle.setAttribute('href',fontTrackingUrl + "?apiType=css&projectid=29bff13b-5633-4559-8c98-9232dbf45a23"); head.appendChild(cssEle); }}window['mti_element_cache'] = [];};MonoTypeWebFonts._fontActiveEventList = [];MonoTypeWebFonts._fontLoadingEventList = [];MonoTypeWebFonts._activeEventList = [];MonoTypeWebFonts._inActiveEventList = [];MonoTypeWebFonts.addEvent = function(eventName, callbackFunction){ if(eventName.toLowerCase() == 'fontactive'){ MonoTypeWebFonts._fontActiveEventList.push(callbackFunction); }else if(eventName.toLowerCase() == 'fontloading'){ MonoTypeWebFonts._fontLoadingEventList.push(callbackFunction); }else if(eventName.toLowerCase() == 'inactive'){ MonoTypeWebFonts._inActiveEventList.push(callbackFunction); }else if(eventName.toLowerCase() == 'active'){ MonoTypeWebFonts._activeEventList.push(callbackFunction); }};MonoTypeWebFonts.loadFonts = function(){MonoTypeWebFonts.load({monotype:{ reqSub:false,pfL:[{'fontfamily' : "AvenirNextLTW01-UltraLi" ,contentIds :{EOT: '17c55b27-e9ab-43cd-b948-d49f97480d68',WOFF: 'fa19948e-5e38-4909-b31e-41acd170d6f2',TTF: '6de0ce4d-9278-467b-b96f-c1f5f0a4c375',SVG: '9fd4ea0c-b19a-4b21-9fdf-37045707dd78'}, enableSubsetting : false},{'fontfamily' : "AvenirNextLTW01-UltraLt 721260" ,contentIds :{EOT: '8b498c39-fabe-4789-bb81-5e37c9ecddd3',WOFF: 'f0d655c5-a88a-49ad-bb29-f3b5cca41731',TTF: '3a561c83-40d4-4868-8255-e8455eb009c4',SVG: '3966f856-9dcf-48e7-88e7-7400f1b7d619'}, enableSubsetting : false},{'fontfamily' : "AvenirNextLTW01-Regular" ,contentIds :{EOT: 'e9167238-3b3f-4813-a04a-a384394eed42',WOFF: '1e9892c0-6927-4412-9874-1b82801ba47a',TTF: '46cf1067-688d-4aab-b0f7-bd942af6efd8',SVG: '52a192b1-bea5-4b48-879f-107f009b666f'}, enableSubsetting : false},{'fontfamily' : "AvenirNextLTW01-Italic" ,contentIds :{EOT: 'd1fddef1-d940-4904-8f6c-17e809462301',WOFF: '92b66dbd-4201-4ac2-a605-4d4ffc8705cc',TTF: '18839597-afa8-4f0b-9abb-4a30262d0da8',SVG: '1de7e6f4-9d4d-47e7-ab23-7d5cf10ab585'}, enableSubsetting : false},{'fontfamily' : "Avenir Next LT W01 Demi" ,contentIds :{EOT: '12d643f2-3899-49d5-a85b-ff430f5fad15',WOFF: '91b50bbb-9aa1-4d54-9159-ec6f19d14a7c',TTF: 'a0f4c2f9-8a42-4786-ad00-fce42b57b148',SVG: '99affa9a-a5e9-4559-bd07-20cf0071852d'}, enableSubsetting : false},{'fontfamily' : "AvenirNextLTW01-DemiIta" ,contentIds :{EOT: '770d9a7e-8842-4376-9319-8f2c8b8e880d',WOFF: 'bc350df4-3100-4ce1-84ce-4a5363dbccfa',TTF: 'bc13ae80-cd05-42b4-b2a9-c123259cb166',SVG: '4862b373-2643-46b1-b0b5-88537c52d15c'}, enableSubsetting : false},{'fontfamily' : "AvenirNextLTW01-Medium" ,contentIds :{EOT: '1a7c9181-cd24-4943-a9d9-d033189524e0',WOFF: 'f26faddb-86cc-4477-a253-1e1287684336',TTF: '63a74598-733c-4d0c-bd91-b01bffcd6e69',SVG: 'a89d6ad1-a04f-4a8f-b140-e55478dbea80'}, enableSubsetting : false},{'fontfamily' : "AvenirNextLTW01-MediumI 721278" ,contentIds :{EOT: '77a9cdce-ea6a-4f94-95df-e6a54555545e',WOFF: '8344e877-560d-44d4-82eb-9822766676f9',TTF: 'b28b01d9-78c5-46c6-a30d-9a62c8f407c5',SVG: 'ed4d3c45-af64-4992-974b-c37cd12a9570'}, enableSubsetting : false},{'fontfamily' : "Avenir Next LT W01 Bold" ,contentIds :{EOT: 'dccb10af-07a2-404c-bfc7-7750e2716bc1',WOFF: 'b8e906a1-f5e8-4bf1-8e80-82c646ca4d5f',TTF: '890bd988-5306-43ff-bd4b-922bc5ebdeb4',SVG: 'ed104d8c-7f39-4e8b-90a9-4076be06b857'}, enableSubsetting : false},{'fontfamily' : "AvenirNextLTW01-BoldIta" ,contentIds :{EOT: 'ac2d4349-4327-448f-9887-083a6a227a52',WOFF: '25e83bf5-47e3-4da7-98b1-755efffb0089',TTF: '4112ec87-6ded-438b-83cf-aaff98f7e987',SVG: 'ab1835cb-df6f-4d8d-b8ee-3075f5ba758d'}, enableSubsetting : false},{'fontfamily' : "AvenirNextLTW01-Heavy" ,contentIds :{EOT: '3418f6be-70a5-4c26-af1d-c09a8642ca20',WOFF: '181c847e-cdbc-43d5-ae14-03a81c8953b4',TTF: '045d1654-97f2-4ff0-9d24-21ba9dfee219',SVG: '3c111f4f-c9f7-45d4-b35f-4f4ed018842f'}, enableSubsetting : false},{'fontfamily' : "AvenirNextLTW01-HeavyIt 721290" ,contentIds :{EOT: 'ca9162bc-20bd-4810-91a9-e816fdc64dae',WOFF: '8c17992f-c017-49e0-b573-779f62016f06',TTF: '2b4885a7-fc02-4aa0-b998-5b008a589c80',SVG: '9b40a6ef-0ef5-49c0-aa8d-5ba7e8e7d9b7'}, enableSubsetting : false},{'fontfamily' : "AvenirNextLTW01-UltraLt 721293" ,contentIds :{EOT: '8ce12460-588e-4471-af8f-7d6d72435606',WOFF: 'a09b5aae-fed9-40e0-9990-20eeaece9255',TTF: '0fd9370c-b031-4de3-a183-228b47c8ad56',SVG: 'a30a07b5-d5bc-4f00-a949-20f62723d116'}, enableSubsetting : false},{'fontfamily' : "AvenirNextLTW01-UltLtCn 721296" ,contentIds :{EOT: 'a67ef414-c5d7-468b-b47e-d184186ab1af',WOFF: '31e6842e-9840-4bbe-8a92-47e14d532a18',TTF: 'e681b22e-866c-4ee6-ab86-10a2ed50dbb3',SVG: '025a5227-5321-4f52-9c20-85176659a709'}, enableSubsetting : false},{'fontfamily' : "AvenirNextLTW01-Condens 721299" ,contentIds :{EOT: 'f737d53f-f6ed-4f15-8fe7-925fb68a8851',WOFF: '19db35b6-b3e8-400b-ae62-a3d37cc9fa56',TTF: '61860563-e9eb-40bd-844e-48e96af9d063',SVG: '94f6e6be-004d-4b3a-8b0e-f07609dc1726'}, enableSubsetting : false},{'fontfamily' : "AvenirNextLTW01-Condens 721302" ,contentIds :{EOT: '8e7f81d1-94dd-47e6-94ce-9c278d5d1ecc',WOFF: '6b0725b6-26e5-4bcf-8174-4d4b4d4217b9',TTF: '435f931d-7af1-4f3a-a084-3d7aed6cd568',SVG: '962508db-d57e-4eb1-a483-28a105ee2b25'}, enableSubsetting : false},{'fontfamily' : "AvenirNextLTW01-DemiCn" ,contentIds :{EOT: 'fe4d96a8-3161-4f0c-ac51-ed6a5df15918',WOFF: 'add96dac-4679-4981-9390-74fd5a5bf61f',TTF: '60f1dfd0-eea9-448c-84a0-e4e8d5ba7516',SVG: 'f9659813-f8c7-4548-9117-b8e02fa26641'}, enableSubsetting : false},{'fontfamily' : "AvenirNextLTW01-DemiCnI 721308" ,contentIds :{EOT: '59849657-f79e-4c9c-807e-cf3bdaf6cd8c',WOFF: '0053d44b-70fb-4049-bb99-4e049090191f',TTF: 'e317c755-2435-4d10-8756-67a0179564a5',SVG: 'a4ba042b-90d1-4acd-baea-706dee7fa81b'}, enableSubsetting : false},{'fontfamily' : "AvenirNextLTW01-MediumC 721311" ,contentIds :{EOT: '10236419-1766-4da0-9a4c-83b4fffea025',WOFF: '4a75c3b0-f2ef-402c-b54b-ed543933e9c5',TTF: 'bb18d7e3-286e-4825-bf91-7fbeaf607d05',SVG: '9c91e8bb-b452-4e4f-b00c-dad5dadb10c6'}, enableSubsetting : false},{'fontfamily' : "AvenirNextLTW01-MediumC 721314" ,contentIds :{EOT: 'c705e79c-88bf-49cf-b054-d2cd2b700cb0',WOFF: 'd1710add-9d03-4bda-b16e-c46b21ccaa64',TTF: '398bc882-7cc8-4fce-a487-abe01122ff34',SVG: 'd5cfa01e-526b-462e-8873-2bb24ebad1d3'}, enableSubsetting : false},{'fontfamily' : "AvenirNextLTW01-BoldCn" ,contentIds :{EOT: '07690b8a-c348-4c53-8de3-59f7cfef9ee8',WOFF: 'ff039068-be8b-415c-b1a9-24eedee1c3ab',TTF: 'cdd2cecb-bd0e-41e5-9ecd-ef60f52a35be',SVG: '390c08bc-8d21-4af3-95a1-a73c21f189cd'}, enableSubsetting : false},{'fontfamily' : "AvenirNextLTW01-BoldCnI 721320" ,contentIds :{EOT: '34b322c2-c1c5-40af-b8e1-fb7574cf68e4',WOFF: '8a911a4d-274f-4996-8857-e2c1d6b42d80',TTF: '9b626f1d-8523-44d7-b47e-37ac358725b0',SVG: '704e9f93-4543-421e-861d-7246e89734f7'}, enableSubsetting : false},{'fontfamily' : "AvenirNextLTW01-HeavyCn 721323" ,contentIds :{EOT: 'f65301e6-bde6-475a-9ec4-e717c9071ec0',WOFF: '8ed534f4-eeda-4572-abe3-72d0fdca7b2e',TTF: '76586a32-27c7-46d6-9fd2-1be776727919',SVG: 'f5e460ec-29d2-437c-ace7-3dd23e7ae460'}, enableSubsetting : false},{'fontfamily' : "AvenirNextLTW01-HeavyCn 721326" ,contentIds :{EOT: '574f016f-df72-4bf4-8574-4a04160ad2df',WOFF: '0416d7a9-ca05-4880-9820-100b1014b8e8',TTF: '7bd1a09c-45cb-4bf8-bff2-015e69d58286',SVG: '9b9e7f1d-5c52-42b0-bb41-dabe370775ef'}, enableSubsetting : false},{'fontfamily' : "AvenirNextRoundedW01-Re" ,contentIds :{EOT: 'c61fbc93-c8bb-4452-a425-616f4a986a1a',WOFF: '832e487e-ca07-48d9-b664-9f641d3fd51b',TTF: 'ef1f3005-b51b-4ee4-bd7d-c4d750fd2f0a',SVG: 'e5abc466-efd1-4ef7-9bc3-0ad024a38f8b'}, enableSubsetting : false},{'fontfamily' : "AvenirNextRoundedW01-It" ,contentIds :{EOT: 'a17b0b56-409f-49b3-b2e6-d00373d6c85d',WOFF: '96ac50c5-d8af-49e8-8b8f-a6d7e8d1bd88',TTF: '9c745cee-6ae5-4797-8f71-5cb2b2fa8216',SVG: '2603adf0-b670-4777-b659-ff641ce3d3ee'}, enableSubsetting : false},{'fontfamily' : "AvenirNextRoundedW01-Md 1075562" ,contentIds :{EOT: '24bb7030-aa2b-4728-8c50-0d5a19597835',WOFF: 'c4f4af3e-b5b8-4fb3-b707-670bbc765c69',TTF: '58765556-0682-4c0d-a380-ddc721268253',SVG: '5ba56fed-120b-437e-b74b-fdb7563b5f1b'}, enableSubsetting : false},{'fontfamily' : "AvenirNextRoundedW01-Md 1075565" ,contentIds :{EOT: 'aa83def2-c835-453a-b3cf-0e8e4f5667fe',WOFF: 'f73eabaa-cc0f-4220-b135-de06c8aa11e6',TTF: '37c8019c-6e80-40f2-b190-d2dc04afae75',SVG: '10715360-8cdd-4086-90bf-bc742efc57fd'}, enableSubsetting : false},{'fontfamily' : "AvenirNextRoundedW01-De 1075568" ,contentIds :{EOT: 'cd6aeb84-ef25-4d28-b102-37eb26568e30',WOFF: 'bfaf76ed-3cdf-4258-8336-eb4e18cbd68b',TTF: '68ebb896-409e-4046-9a76-1a0a59b0ef93',SVG: '4c31487a-bf33-4f62-9c50-602fbf4699bf'}, enableSubsetting : false},{'fontfamily' : "AvenirNextRoundedW01-De 1075571" ,contentIds :{EOT: 'f00cb111-c94d-4538-83d4-97dbe4289bbe',WOFF: '332ef3f6-b9fc-48b2-a93f-0ab411d90935',TTF: '63c2d640-b864-44b2-a164-2679cb4e71e1',SVG: 'd1c52870-ae36-475e-bd6b-d6a0377d3f97'}, enableSubsetting : false},{'fontfamily' : "AvenirNextRoundedW01-Bo 1075574" ,contentIds :{EOT: 'da5b695f-ece6-459a-87a6-afa095789070',WOFF: '84f3e44b-61b2-4b2c-b0fd-e8044b9908e6',TTF: 'c1fbefa9-1480-4d86-abab-8f357f4a7962',SVG: '74731d73-f46b-4e5d-8c95-a9f87a1ebb58'}, enableSubsetting : false},{'fontfamily' : "AvenirNextRoundedW01-Bo 1075577" ,contentIds :{EOT: '72dc9748-81b1-4ffb-bd65-f1ca48c26cdd',WOFF: '2df2e294-6b78-4402-94e9-7fa29ab56ed3',TTF: '497405dd-3619-412b-8e0c-73830a4572d7',SVG: '177bf606-fef4-4d3d-8af5-141d0113921f'}, enableSubsetting : false},{'fontfamily' : "AvenirNextRoundedW01SC- 1075580" ,contentIds :{EOT: '540ae71e-2f2f-4c55-bde2-868b53761142',WOFF: 'b90c720b-6a42-4035-b8ae-78f02bf55438',TTF: 'be1f5112-6eb7-4c30-b8a1-54387b7a4b02',SVG: 'd9af7987-a80c-4f22-9d5f-2a0dca01b733'}, enableSubsetting : false},{'fontfamily' : "AvenirNextRoundedW01SC- 1075583" ,contentIds :{EOT: 'ec2309b1-12f0-40ea-be52-820aa60e0e93',WOFF: '3994f171-3be6-45f4-b165-0f8867da4a53',TTF: 'c75f0541-73c9-4f17-bc7f-ab1deeb2ba3a',SVG: '156519bb-0167-4e2a-8223-82d824c3d90f'}, enableSubsetting : false},{'fontfamily' : "AvenirNextRoundedW01SC- 1075586" ,contentIds :{EOT: 'a1467096-680b-4d8d-921c-b076245d7a58',WOFF: '619fd2af-4508-4a21-895a-d83db96d4626',TTF: '6435ce59-5145-4820-81ac-6b23067a4d09',SVG: '835438c2-f5e4-48c6-93ab-03d1c6060d9a'}, enableSubsetting : false},{'fontfamily' : "AvenirNextRoundedW01SC- 1075589" ,contentIds :{EOT: '74778df1-42c5-4fb1-8832-2b36097c4bc4',WOFF: '8899fd63-3eb0-4fe7-b9b3-6bd7cd55a326',TTF: 'b51f25cf-b0ae-46fa-bda5-104a6597e47b',SVG: 'a6f0bd16-c27e-453b-b4c5-6669e31c4ddb'}, enableSubsetting : false},{'fontfamily' : "AvenirNextRoundedW01SC- 1075592" ,contentIds :{EOT: '9734e002-ddbf-4d3f-87b7-bcb2367201ef',WOFF: '5a2ec319-5001-490a-8136-60bc88d5a727',TTF: 'bb02b19f-620a-42c8-b9c5-20b32c0eb8ad',SVG: 'dcf16eea-34de-4c9b-b9fa-b72a8c588d00'}, enableSubsetting : false},{'fontfamily' : "AvenirNextRoundedW01SC- 1075595" ,contentIds :{EOT: '6982132b-ca62-4d37-af9c-c88cf0ebd875',WOFF: '9a7767f0-7338-4784-8e9f-7361c45a56c4',TTF: '10730264-9cc8-4aad-aa46-030545a7be6f',SVG: '4d144ad2-47ef-4ad4-a98a-3a5b1bdf8afe'}, enableSubsetting : false},{'fontfamily' : "AvenirNextRoundedW01SC- 1075598" ,contentIds :{EOT: 'fad6e21b-136d-4daf-8b5d-902e19e506dc',WOFF: '06894bdf-43d4-4a10-acf5-c4452205e08f',TTF: 'a8f6ae61-e94e-4ded-86f3-4657f1121ef7',SVG: 'a1a8fe06-29f9-46a5-9dc2-d0ea0a494ba8'}, enableSubsetting : false},{'fontfamily' : "AvenirNextRoundedW01SC- 1075601" ,contentIds :{EOT: '6fbc7c3b-4b27-4f29-9dce-b36ebde290af',WOFF: '47f7c4d0-1a9b-4f30-8cc4-ee33bc30327c',TTF: '494f354c-dcdd-4a57-9940-c3e0acf8fb06',SVG: '15a52381-9e54-4a88-8d8c-8f61536e35b1'}, enableSubsetting : false},{'fontfamily' : "AvenirNextW10-UltraLigh 1108776" ,contentIds :{EOT: 'e2f235a5-e380-4c18-9261-a9dc2bf96618',WOFF: 'ab384910-041c-4521-9f09-a95f6f39ba47',TTF: 'f95fe89c-de27-47d4-8b38-74ec01a44e2a',SVG: '565d9de7-dd56-404b-b98f-7844f14808c8'}, enableSubsetting : false},{'fontfamily' : "AvenirNextW10-UltraLigh 1108779" ,contentIds :{EOT: '7f3c74ba-b0ef-4bb0-90d7-ee3cdfc87b7c',WOFF: '3af7744a-9802-40d4-b2cd-c66c2c9f6377',TTF: '385f3e9a-1cc8-4c98-917a-3dd3c5480c8d',SVG: 'c0d69829-f18a-443f-acbf-2fa1ff916401'}, enableSubsetting : false},{'fontfamily' : "Avenir Next W10 Regular" ,contentIds :{EOT: 'de6ddab4-6357-4d45-b626-52c3bd8fd77a',WOFF: 'fb555151-cbda-4728-b28d-6e5f085c2d55',TTF: '8c58f11b-45a1-43dc-995e-785023989e7e',SVG: '28108543-a866-4464-b36d-3362b695bd4a'}, enableSubsetting : false},{'fontfamily' : "Avenir Next W10 Italic" ,contentIds :{EOT: 'b433907b-50ff-4a99-8cd3-3e21a31922a8',WOFF: 'a35e0b34-93f2-415d-b45f-7457d0067583',TTF: '73ffa59c-6f46-49de-90ad-6eaa1ecdb9d9',SVG: 'd6ec8ed5-a502-4dbc-9bbd-e62a313371fc'}, enableSubsetting : false},{'fontfamily' : "Avenir Next W10 Medium" ,contentIds :{EOT: '2bf26c0b-2c2a-4d68-8f6b-447ecd526105',WOFF: '95aa7ca1-de33-40d9-ae40-ff045fcada66',TTF: '915534d0-f381-4fa3-9ff3-c56e5c6cfd08',SVG: 'a252017e-236d-4161-895a-5f6b851154e4'}, enableSubsetting : false},{'fontfamily' : "AvenirNextW10-MediumIta" ,contentIds :{EOT: '1d299aed-831a-4aa9-8389-b526a358ae70',WOFF: '669623af-b480-47b9-9940-fedddbaafc70',TTF: '964ef014-8078-45f7-bc54-2c72b1e50004',SVG: '831cd978-d09a-4a04-82d6-136da689337c'}, enableSubsetting : false},{'fontfamily' : "Avenir Next W10 Demi" ,contentIds :{EOT: 'a47247cc-4e49-4a7a-90df-e89cd3887fbf',WOFF: '8e0e32b3-034a-41e8-bd15-c22974ebcdb5',TTF: 'e67c8a0b-c32f-4b4b-b883-956fb420313e',SVG: '5e006032-8b7f-4fa8-88e3-1fe5ba1cc726'}, enableSubsetting : false},{'fontfamily' : "AvenirNextW10-DemiItali" ,contentIds :{EOT: '1837d76a-6404-4a9b-b886-75b0c39486c0',WOFF: 'c965515a-bfb0-4454-9fba-02e6e17efdef',TTF: 'c8894121-ba81-4f54-90dc-45b6644d7462',SVG: '93596b5a-54e7-48be-a6a8-b707c342c7f0'}, enableSubsetting : false},{'fontfamily' : "Avenir Next W10 Bold" ,contentIds :{EOT: 'd80df405-6718-4dbc-9f54-d88c0807ca8b',WOFF: 'ba4bd129-7517-4eef-9fe8-473263d17616',TTF: '229324ce-a846-4038-9167-0e65a0c32226',SVG: '9705a786-ed36-423c-bfb3-43e7e96a3895'}, enableSubsetting : false},{'fontfamily' : "AvenirNextW10-BoldItali" ,contentIds :{EOT: '6335a560-0e21-4798-b947-46751a5786df',WOFF: '75fbb50c-832a-4ac5-8fd8-e6c84f78ca4e',TTF: 'ad537c68-b07c-4323-9cf5-7327ffc06c5d',SVG: '16f6e4d4-c100-4774-86be-9605b531dc15'}, enableSubsetting : false},{'fontfamily' : "Avenir Next W10 Heavy" ,contentIds :{EOT: 'd3f31394-e7cf-4553-b582-fcec4d7e84db',WOFF: 'ac97f5d6-a420-481a-955e-77653618b656',TTF: '5fc4aac2-c1c5-4bac-b182-b03ea3965419',SVG: '6dd157a3-38fb-4b2e-9988-bbe7b2da47f8'}, enableSubsetting : false},{'fontfamily' : "AvenirNextW10-HeavyItal" ,contentIds :{EOT: 'f5ccbd11-ddc6-46cc-912c-d26802dab42d',WOFF: 'dec41e41-7b09-4545-9791-52e0fad0afaa',TTF: '4c86aedc-0f14-4471-9a2f-7e953f3d3cd7',SVG: '5397c4a7-1b37-45df-a7a0-08117afa3878'}, enableSubsetting : false},{'fontfamily' : "Avenir Next W01 Thin" ,contentIds :{EOT: '42c793cf-df5a-4e07-bf3e-37de54df02b6',WOFF: 'c6c8e4be-17eb-4475-bbfc-bb485ffde766',TTF: '87a872d0-5af3-4231-a77c-37f41ec74662',SVG: '91464696-717b-4eaa-adbd-0dfc5e5fd782'}, enableSubsetting : false},{'fontfamily' : "AvenirNextW01-ThinItali" ,contentIds :{EOT: '41537dd7-434f-4f85-b9d9-a88b160bc18d',WOFF: 'fcf6f211-efa2-40f6-9c6b-e0ca63b6ea60',TTF: '60fcc194-9529-4b99-9506-cdb26642656a',SVG: 'c110f1ef-6fdf-4008-bc75-b370649384a3'}, enableSubsetting : false},{'fontfamily' : "Avenir Next W01 Light" ,contentIds :{EOT: '0ecef829-586e-426d-a633-4c8a8c926769',WOFF: 'f401df6f-54eb-406c-b46a-90b9451c598d',TTF: '276fe25e-e430-4376-b33c-705dd77b3dba',SVG: '869dc33b-3685-4d74-a51c-82b435579093'}, enableSubsetting : false},{'fontfamily' : "AvenirNextW01-LightItal" ,contentIds :{EOT: '440b64c9-a97b-4a0c-a6af-a6bb6d49c252',WOFF: '5b8c6fdc-0ba4-4b65-87e4-d5ae51245ea5',TTF: 'c677d79d-442e-4c76-8db1-c29ac7788039',SVG: '216291a0-f927-4f75-9de7-6e36c7fd7ebf'}, enableSubsetting : false}],selectorFontMap:{},ck:'d44f19a684109620e4841579a490e8186e8fa16578fa1f3a6d587f7fd9c13480fa52c93a04a6e8265b735d5928b3b8ba09e392fe5e25c748a59d79347ed5688860a254aa29cf48ced3ba4f0d3443f764a7d4f2ba24f207e062ac2d160d1334683d9845a9bce33c',ec:'true',fcURL:'http://fast.fonts.com/d/',dfcURL:'http://api2.fonts.com/FontSubsetter.ashx',sO:'True',ffArray:{safari: {'3.1': 'ttf','5.1':'woff'}, msafari: {'1' : 'svg', '4.2' : 'ttf'}, chrome: {'3' :'svg', '4' : 'ttf','5':'woff'}, opera: {'10' : 'ttf', '11.10' : 'woff'}, msie: {'4' : 'eot', '9' : 'woff'}, mozilla: {'3.5' : 'ttf', '3.6' : 'woff'}},bsmcArray:{safari: {'3.1': '2000','5.0':'1650','5.1':'8190'}, msafari: {'1' : '8190'}, chrome: {'3' :'8190'}, opera: {'10' : '8190'}, msie: {'4' : '2064'}, mozilla: {'3.5' : '8190'}},fctypeArray:{'ttf':'1','eot':'2','woff':'3','svg': '11'},projectId:'29bff13b-5633-4559-8c98-9232dbf45a23',EOD:null},fontloading:function(fontFamily, fontDescription){ for(var i=0; i