; (function (window, document, undefined) { mti = {}; mti.s = 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.h = function (a, b) { this.r = a; this.b = b }; mti.h.prototype.createElement = function (a, b, c) { a = this.r.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.r.createTextNode(c)); return a }; function t(a, b, c) { a = a.r.getElementsByTagName(b)[0]; if (!a) a = document.documentElement; if (a && a.lastChild) { a.insertBefore(c, a.lastChild); return true } return false } function ba(a, b) { function c() { document.body ? b() : setTimeout(c, 0) } c() } mti.h.D = false; function ca(a, b) { if (mti.h.D === true) b(); else if (a.b.getName() == "MSIE") { var c = a.r, d = false, e = function () { if (!d) { d = true; b(); mti.h.D = 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.xa == "AppleWebKit" && a.b.wa < 525) (function () { if (["loaded", "complete"].indexOf(this.r.readyState) > -1) { b(); mti.h.D = true } else setTimeout(arguments.callee, 50) })(); else if (a.r.addEventListener) a.r.addEventListener("DOMContentLoaded", function () { b(); mti.h.D = true }, false); else window.onload = function () { b(); mti.h.D = true } } function C(a, b) { if (b.parentNode) { b.parentNode.removeChild(b); return true } return false } function D(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 E(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 F(a, b) { if (typeof b != "undefined") if (b != null) return typeof b.currentStyle != "undefined" ? b.currentStyle.fontFamily : a.r.defaultView.getComputedStyle(b, null).getPropertyValue("font-family"); return "" } function G(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 : G(a, b[d].childNodes); return c } mti.h.prototype.getElementById = function (a) { return this.r.getElementById(a) }; mti.h.prototype.N = 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]); a.style.fontFamily = "" + newFamilyVal; return a.style.fontFamily }; function da(a, b, c) { for (a = c.parentNode; a != null; ) { if (a == b) return true; a = a.parentNode } return false } function H(a, b, c) { c(b); for (b = b.firstChild; b; ) { H(a, b, c); b = b.nextSibling } } mti.h.prototype.getElementsByClassName = function (a) { if (document.getElementsByClassName) return document.getElementsByClassName(a); else { var b = []; H(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.q = function (a, b, c, d, e, f) { this.Fa = a; this.O = b; this.xa = c; this.wa = d; this.ja = e; this.U = f }; mti.q.prototype.getName = function () { return this.Fa }; mti.e = function (a) { this.b = a }; mti.e.f = "Unknown"; mti.e.ta = new mti.q(mti.e.f, mti.e.f, mti.e.f, false); mti.e.prototype.parse = function () { return this.b.indexOf("MSIE") != -1 ? ea(this) : this.b.indexOf("Opera") != -1 ? fa(this) : this.b.indexOf("AppleWebKit") != -1 ? ga(this) : this.b.indexOf("Gecko") != -1 ? ha(this) : mti.e.ta }; function I(a) { var b = J(a, a.b, /(iPod|iPad|iPhone|Android)/); if (b != "") return b; a = J(a, a.b, /(Linux|Mac_PowerPC|Macintosh|Windows)/); if (a != "") { if (a == "Mac_PowerPC") a = "Macintosh"; return a } return mti.e.f } function ea(a) { var b = J(a, a.b, /(MSIE [\d\w\.]+)/); if (b != "") { var c = b.split(" "); b = c[0]; c = c[1]; return new mti.q(b, c, b, c, I(a), K(a, c) >= 6) } return new mti.q("MSIE", mti.e.f, "MSIE", mti.e.f, I(a), false) } function fa(a) { var b = mti.e.f, c = mti.e.f, d = J(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 = J(a, a.b, /rv:([^\)]+)/); if (d != "") c = d } if (a.b.indexOf("Version/") != -1) { d = J(a, a.b, /Version\/([\d\.]+)/); if (d != "") return new mti.q("Opera", d, b, c, I(a), K(a, d) >= 10) } d = J(a, a.b, /Opera[\/ ]([\d\.]+)/); if (d != "") return new mti.q("Opera", d, b, c, I(a), K(a, d) >= 10); return new mti.q("Opera", mti.e.f, b, c, I(a), false) } function ga(a) { var b = I(a), c = J(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 = J(a, a.b, /Version\/([\d\.\w]+)/); else if (d == "Chrome") e = J(a, a.b, /Chrome\/([\d\.]+)/); var f = J(a, c, /\d+\.(\d+)/); return new mti.q(d, e, "AppleWebKit", c, b, K(a, c) >= 526 || K(a, c) >= 525 && parseInt(f) >= 13) } function ha(a) { var b = mti.e.f, c = mti.e.f, d = false; if (a.b.indexOf("Firefox") != -1) { b = "Firefox"; var e = J(a, a.b, /Firefox\/([\d\w\.]+)/); if (e != "") { d = J(a, e, /\d+\.(\d+)/); c = e; d = e != "" && K(a, e) >= 3 && parseInt(d) >= 5 } } else if (a.b.indexOf("Mozilla") != -1) b = "Mozilla"; e = J(a, a.b, /rv:([^\)]+)/); if (e == "") e = mti.e.f; else if (!d) { d = K(a, e); var f = parseInt(J(a, e, /\d+\.(\d+)/)), h = parseInt(J(a, e, /\d+\.\d+\.(\d+)/)); d = d > 1 || d == 1 && f > 9 || d == 1 && f == 9 && h >= 2 || e.match(/1\.9\.1b[123]/) != null || e.match(/1\.9\.1\.[\d\.]+/) != null } return new mti.q(b, c, "Gecko", e, I(a), d) } function K(a, b) { a = J(a, b, /(\d+)/); if (a != "") return parseInt(a); return -1 } function J(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.j = b; this.aa = c; this.n = d || mti.d.J; this.l = new mti.A("-") }; mti.d.J = "mti"; mti.d.p = "loading"; mti.d.I = "active"; mti.d.K = "inactive"; mti.d.P = "font"; function L(a) { D(a.a, a.j, a.l.i(a.n, mti.d.p)); M(a, mti.d.p) } function N(a, b, c) { D(a.a, a.j, a.l.i(a.n, b, c, mti.d.I)); M(a, mti.d.P + mti.d.I, b, c); setTimeout(function () { E(a.a, a.j, a.l.i(a.n, b, c, mti.d.p)) }, 500) } function ia(a, b, c) { D(a.a, a.j, a.l.i(a.n, b, c, mti.d.K)); M(a, mti.d.P + mti.d.K, b, c); setTimeout(function () { E(a.a, a.j, a.l.i(a.n, b, c, mti.d.p)) }, 2E3) } function O(a) { D(a.a, a.j, a.l.i(a.n, mti.d.K)); E(a.a, a.j, a.l.i(a.n, mti.d.p)); setTimeout(function () { document.documentElement.className = document.documentElement.className.replace(/mti\-(.*?)loading/ig, "").replace(/^\s+|\s+$/g, "").replace(/\s+/g, " ") + " mti-repaint" }, 100); M(a, mti.d.K) } function ja(a) { D(a.a, a.j, a.l.i(a.n, mti.d.I)); E(a.a, document.documentElement, a.l.i(a.n, mti.d.p)); M(a, mti.d.I); setTimeout(function () { document.documentElement.className = document.documentElement.className.replace(/mti\-(.*?)loading/ig, "").replace(/^\s+|\s+$/g, "").replace(/\s+/g, " ") + " mti-repaint" }, 100) } function M(a, b, c, d) { a.aa[b] && a.aa[b](c, d) }; mti.na = function () { this.ga = {} }; function ka(a, b) { var c = []; for (var d in b) if (b.hasOwnProperty(d)) { var e = a.ga[d]; e && c.push(e(b[d])) } return c }; mti.k = function (a, b, c, d, e) { this.a = a; this.v = b; this.Q = c; this.L = d; this.ea = e; this.ba = 0; this.T = this.fa = false; this.Ea = new mti.W; this.za = new mti.o }; mti.k.X = "_,arial,helvetica"; mti.k.Y = "n4"; mti.k.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.k.Y]); this.ba += b[f].length } if (c) this.fa = c; for (e = 0; e < d; e++) { f = a[e]; c = b[f]; for (var h = 0, g = c.length; h < g; h++) { var m = c[h], l = P(this, mti.k.X, m), n = this.Q.M(l); C(this.a, l); l = f; var q = this.v; D(q.a, q.j, q.l.i(q.n, l, m, mti.d.p)); M(q, mti.d.P + mti.d.p, l, m); q = P(this, this.Ea.quote(l), m); if (n != this.Q.M(q)) { C(this.a, q); N(this.v, l, m); this.T = true; Q(this) } else R(this, this.ea(), n, q, l, m) } } }; function Q(a) { if (--a.ba == 0 && a.fa) a.T ? ja(a.v) : O(a.v) } mti.k.prototype.va = function (a, b, c, d, e) { if (b != this.Q.M(c)) { C(this.a, c); N(this.v, d, e); this.T = true; Q(this) } else if (this.ea() - a < mti.oa) R(this, a, b, c, d, e); else { C(this.a, c); ia(this.v, d, e); Q(this) } }; function R(a, b, c, d, e, f) { a.L(function (h, g) { return function () { g.call(h, b, c, d, e, f) } } (a, a.va), 50) } function P(a, b, c) { c = a.za.expand(c); b = a.a.createElement("span", { style: "position:absolute;top:-999px;font-size:300px;font-family:" + b + "," + mti.k.X + ";" + c }, "Mm"); t(a.a, "body", b); return b }; mti.C = function (a, b, c, d, e) { this.a = a; this.da = b; this.j = c; this.L = d; this.b = e; this.R = this.S = 0 }; mti.C.prototype.$ = function (a, b) { this.da.ga[a] = b }; mti.C.prototype.load = function (a) { var b = new mti.d(this.a, this.j, a); this.b.U ? la(this, b, a) : O(b) }; mti.C.prototype.Ba = function (a, b, c, d) { if (d) a.load(mti.s(this, this.Ga, b, c)); else { a = --this.S == 0; this.R--; if (a) this.R == 0 ? O(b) : L(b); c.watch([], {}, a) } }; mti.C.prototype.Ga = function (a, b, c, d) { var e = --this.S == 0; e && L(a); this.L(mti.s(this, function (f, h, g, m) { setTimeout(function () { f.watch(h, g || {}, m) }, 100) }, b, c, d, e)) }; function la(a, b, c) { c = ka(a.da, c); a.R = a.S = c.length; for (var d = new mti.k(a.a, b, { M: function (g) { return g.offsetWidth } }, a.L, function () { return (new Date).getTime() }), e = 0, f = c.length; e < f; e++) { var h = c[e]; ma(h, a.b, mti.s(a, a.Ba, h, b, d)) } }; mti.A = function (a) { this.Ca = a || mti.A.ma }; mti.A.ma = "-"; mti.A.prototype.i = function () { for (var a = [], b = 0; b < arguments.length; b++) a.push(arguments[b].replace(/[\W_]+/g, "").toLowerCase()); return a.join(this.Ca) }; mti.W = function () { this.la = '"' }; mti.W.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.la + d + this.la) } return b.join(",") }; mti.o = function () { this.ka = mti.o.ra; this.H = mti.o.ua }; mti.o.ra = ["font-style", "font-weight"]; mti.o.ua = { "font-style": [["n", "normal"]], "font-weight": [["4", "normal"]] }; mti.o.Z = function (a, b, c) { this.Aa = a; this.Ia = b; this.H = c }; mti.o.Z.prototype.expand = function (a, b) { for (var c = 0; c < this.H.length; c++) if (b == this.H[c][0]) { a[this.Aa] = this.Ia + ":" + this.H[c][1]; return } }; mti.o.prototype.expand = function (a) { if (a.length != 2) return null; for (var b = [null, null], c = 0, d = this.ka.length; c < d; c++) { var e = this.ka[c], f = a.substr(c, 1); (new mti.o.Z(c, e, this.H[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.C(new mti.h(document, a), new mti.na, document.documentElement, function (b, c) { setTimeout(b, c) }, a) } (); window.MonoTypeWebFonts.load = window.MonoTypeWebFonts.load; window.MonoTypeWebFonts.addModule = window.MonoTypeWebFonts.$; var S = window.MTIConfig || { isAsync: false, EnableCustomFOUTHandler: false, RemoveMTIClass: false }; mti.u = function (a, b, c) { this.z = a; this.a = b; this.Ha = c; this.t = {}; this.m = [] }; mti.u.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.Ha, e = F(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], h = f.fontfamily; if (e.test(h.replace(/^\s|\s$/g, ""))) { if (S.EnableCustomFOUTHandler == true) D(a.a, b, c ? "mti_font_element" + c : "mti_font_element"); a.m.push(b); if (f.enableSubsetting) if (a.t[h.replace(/^\s|\s$/g, "")]) a.t[h.replace(/^\s|\s$/g, "")] += G(a.a, b); else a.t[h.replace(/^\s|\s$/g, "")] = G(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.z, 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.z) { 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.z); c = false; for (p in a.t) { c = true; break } if (c) return a.t; return null } mti.u.prototype.N = function (a, b) { var c = "img,select,option,script,noscript,iframe,object,style,param,embed,link,meta,head,title,br,hr".split(","), d = this.z, 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.z) break; e.nodeType == 1 && this.indexOf(c, e.tagName.toLowerCase()) < 0 && F(this.a, e).indexOf(a) > -1 && this.a.N(e, a, b); d = e; e = e.nextSibling } while (e == null) } d = e } while (d != this.z); a = false; for (p in this.t) { a = true; break } if (a) return this.t; return null }; mti.oa = 4E4; mti.B = function (a, b, c, d, e) { this.w = a; this.b = b; this.a = c; this.c = d; this.ca = []; this.ya = {}; this.g = e }; mti.B.qa = "monotype"; function ma(a, b, c) { var d = a.c.projectId; if (d) { a.w["__mti_fntLst" + d] = function () { return a.c.pfL }; a.w.mti_element_cache = []; V(a); d = function () { function e() { g = new mti.u(document.body, a.a, a.c.pfL); m = U(g); h && W(a); for (fontfamily in m) m[fontfamily] = X(a, m[fontfamily]); a.w.mti_element_cache = g.m; Y(a, m); var l = g.m; a.g != null && mti.s(a.g, a.g.load, l)(); for (var n = 0; n < l.length; n++) for (fontFamily in a.G) F(a.a, l[n]).indexOf(fontFamily) > -1 && a.a.N(l[n], fontFamily, a.G[fontFamily]) } var f = a.b.getName(); f = f.toLowerCase(); var h = f == "opera" ? true : false; f = a.c.reqSub; var g = null, m = null; if (h && f) { Z(a); $(a, function () { e() }) } else if (!h && f) e(); else { g = new mti.u(document.body, a.a, a.c.pfL); m = U(g); Y(a); a.w.mti_element_cache = g.m; a.g != null && mti.s(a.g, a.g.load, g.m)() } c(b.U) }; setTimeout(function () { document.documentElement.style.visibility = "" }, 750); if (S.isAsync === true) S.onReady = d; else if (a.c.reqSub) ca(a.a, d); else { Y(a); ba(a.a, function () { var e = new mti.u(document.body, a.a, a.c.pfL); U(e); a.w.mti_element_cache = e.m; a.g != null && mti.s(a.g, a.g.load, e.m)(); c(b.U) }) } if (S.EnableCustomFOUTHandler == true) document.documentElement.style.visibility = "hidden" } else c(true) } function Z(a, b) { var c = document.createElement("STYLE"); c.setAttribute("type", "text/css"); c.id = "monotype_fake_fontface_" + a.c.projectId; var d = ""; a = a.c.pfL; if (a != null) { d += "@font-face{font-family:opera_testfont;src:url(data:font/opentype;base64,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)}"; for (var e = 0; e < a.length; e++) d += "@font-face{font-family:'" + a[e].fontfamily + (b ? b : "") + "';src:url(data:font/opentype;base64,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);}" } c.textContent = d; b = document.getElementsByTagName("HEAD"); b.length > 0 && b[0].appendChild(c) } function W(a) { (a = document.getElementById("monotype_fake_fontface_" + a.c.projectId)) && a.parentNode.removeChild(a) } function $(a, b) { var c = document.createElement("SPAN"); c.innerHTML = "MMMWWW"; c.style.position = "absolute"; c.style.left = "-32768px"; c.style.fontFamily = "opera_testfont"; document.documentElement.appendChild(c); var d = 0, e = (new Date).getTime(); d = window.setInterval(function () { if (F(a.a, c) === "opera_testfont" || (new Date).getTime() - e > 200) { try { document.documentElement.removeChild(c) } catch (f) { } b(); window.clearInterval(d) } }, 60) } mti.B.prototype.G = {}; function Y(a, b, c) { var d = "TTF", e = a.c.projectId, f = a.c.ec, h = a.c.fcURL, g = a.c.dfcURL, m = a.a.createElement("style", { type: "text/css", id: "mti_fontface_" + (c ? "Aj_" : "") + a.c.projectId }), l = "", n = false, q = {}, u = { TTF: "truetype", WOFF: "woff", SVG: "svg", MTX: "truetype", OTF: "opentype" }, y = a.b.getName(); y = y.toLowerCase(); var r = a.b.O; y = y == "msie" && r < 8 ? true : false; for (i = 0; i < a.c.pfL.length; i++) { var A = a.c.pfL[i]; r = A.fontfamily; var z = A.contentIds, aa = A.enableOtf, B = a.c.ffArray, o = a.b.getName(); o = o.toLowerCase(); if (o == "firefox") o = "mozilla"; if (/ipad|ipod|iphone/.test(a.b.ja.toLowerCase())) o = "msafari"; d = a.b.O; B = B[o]; o = ""; for (p in B) if (parseFloat(d) >= parseFloat(p)) if (z[B[p].toUpperCase()]) o = B[p]; d = o; B = d != null && d.toUpperCase() == "EOT" || d.toUpperCase() == "MTX"; a.ca.push(r); A = A.enableSubsetting; o = g; var w = a.c.ck, s = d, x = z[s.toUpperCase()]; o = (window.location.protocol == "https:" ? "https://" : "http://") + o.replace("http://", "").replace("https://", ""); o = o + "?"; if (f) o += w + "&"; o += "fctypeId=" + a.c.fctypeArray[s] + "&fcId=" + z.TTF + "&origId=" + x; o += "&projectId=" + e; o += "&content="; w = ""; s = a.b.getName(); s = s.toLowerCase(); s = s == "msie" ? true : false; if (b) { x = null; if (s) { if (b[r]) x = b[r].replace("\\", "").replace("#", "").replace("&", "").replace(">", "").replace("%", "").replace("<", "").replace('"', "").replace("'", "").replace("+", "").replace("/", "%2f") } else x = escape((b[r] || "").replace("\\", "").replace("/", "%2f")); w += (x || "") + "Mm" } w = o + w; x = a.c.bsmcArray; var v = a.b.getName(); v = v.toLowerCase(); if (v == "firefox") v = "mozilla"; if (/ipad|ipod|iphone/.test(a.b.ja.toLowerCase())) v = "msafari"; s = a.b.O; x = x[v]; v = ""; for (p in x) if (parseFloat(s) >= parseFloat(p)) v = x[p]; s = v; if (w.length > s) { o = s - o.length; o = { ia: Math.ceil(w.length / o), ha: o} } else o = { ia: 1 }; w = o.ia; s = false; if (y && w > 1) { w = 1; s = true; A = false } if (w > 1 || c) { if (b !== null) { n = true; q[r] || (q[r] = []); if (s = b[r]) { x = []; for (v = 1; v <= w; v++) { newFontFamily = (c ? r.length > 25 ? r.substring(0, 20) : r : r) + (c ? c : "") + (w > 1 ? v : ""); q[r].push(newFontFamily); b[newFontFamily] = s.substr((v - 1) * o.ha, o.ha); l += '@font-face{\nfont-family:"' + newFontFamily + '";\nsrc:url("' + na(a, z, e, A, f, h, g, a.c.ck, newFontFamily, b, d, aa) + '")'; B || (l += ' format("' + u[d.toUpperCase()] + '")'); l += ";}\n"; x.push("'" + newFontFamily + "'") } a.G[r] = x } } } else { l += '@font-face{\nfont-family:"' + r + (c ? c : "") + '";\nsrc:url("' + na(a, z, e, A, f, h, g, a.c.ck, r + (c ? c : ""), s ? null : b, d, aa) + '")'; if (!B) { r = z[d.toUpperCase()]; z = u[d.toUpperCase()]; r || (z = u.TTF); l += " format('" + z + "')" } l += ";}\n" } } if (n === true || c) { C(a.a, a.a.getElementById("mti_stylesheet_" + (c ? "Aj_" : "") + a.c.projectId) || {}); c ? V(a, q, c) : V(a, q) } l != "" && t(a.a, "head", m); if (m.styleSheet) m.styleSheet.cssText = l; else { a = document.createTextNode(l); m.appendChild(a) } } function V(a, b, c) { var d = new mti.A("-"), e = a.a.createElement("style", { type: "text/css", id: "mti_stylesheet_" + (c ? "Aj_" : "") + a.c.projectId }), f = ""; if (S.EnableCustomFOUTHandler == true) { var h = a.c.pfL; f += "." + mti.d.J + "-loading .mti_font_element" + (c ? c : "") + "{visibility:hidden;}\n"; for (i = 0; i < h.length; i++) { var g = h[i].fontfamily; if (c) g += c; f += "." + d.i(mti.d.J, g, mti.k.Y, mti.d.p) + " .mti_font_element" + (c ? c : "") + "{visibility:hidden;}\n" } } for (i in a.c.selectorFontMap) { d = a.c.selectorFontMap[i]; g = g = d.familyName; if (b && b[g] && b[g].length > 0) g = b[g].join("','"); if (!c) { f += i + "{font-family:'" + g + "';"; if (a.g != null) if ((g = d.otf) && g != null && g != "") f += a.g.Ka(g); f += "}\n" } if (S.EnableCustomFOUTHandler == true) { f += "/*fout specific code:*/\n"; g = i.split(","); for (k in g) f += "." + mti.d.J + "-loading " + g[k] + "{visibility:hidden;}\n" } } f != "" && t(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 na(a, b, c, d, e, f, h, g, m, l, n, q) { var u = b[n.toUpperCase()], y = "http://"; if (window.location.protocol == "https:") y = "https://"; f = f.replace("http://", "").replace("https://", ""); h = h.replace("http://", "").replace("https://", ""); f = y + f + (q ? "ot/" : ""); h = y + h; if (d) { url = h + "?"; if (e) url += g + "&"; url += "fctypeId=" + a.c.fctypeArray[n] + "&fcId=" + b.TTF + "&origId=" + u } else url = e ? u ? f + u + "." + n.toLowerCase() + "?" + g : f + b.TTF + ".ttf?" + g : f + "?fctypeId=" + a.c.fctypeArray[n] + "&fcId=" + u; url += "&projectId=" + c; a = a.b.getName(); a = a.toLowerCase(); a = a == "msie" ? true : false; b = null; if (l) { if (a) { if (l[m]) b = l[m].replace("\\", "").replace("#", "").replace("&", "").replace(">", "").replace("%", "").replace("<", "").replace('"', "").replace("'", "").replace("+", "") } else b = escape(l[m] || ""); url += "&content=" + (b || "") + "Mm" } if (n != null && n.toUpperCase() == "SVG") url += "#" + u; return url } function oa(a, b) { var c = false, d = document.getElementById(b); c = d === null ? false : true; if (!c) return false; var e = pa(a), f = null, h = null; function g() { f = new mti.u(d, a.a, a.c.pfL); h = U(f, {}, e); var m = a.b.getName(); m = m.toLowerCase(); (m == "opera" ? true : false) && W(a); m = []; for (fontfamily in h) { if (h[fontfamily]) h[fontfamily] = X(a, h[fontfamily]); fontfamily += e; m.push(fontfamily) } var l = a.w.mti_element_cache = f.m; Y(a, h, e); l = f.m; a.g != null && mti.s(a.g, a.g.La, l)(); for (var n = 0; n < l.length; n++) for (fontFamily in a.G) if (F(a.a, l[n]).indexOf(fontFamily) > -1) if (l[n].getAttribute("id") == b || da(a.a, a.a.getElementById(b), l[n])) a.a.N(l[n], fontFamily, a.G[fontFamily]); (new mti.k(a.a, new mti.d(a.a, document.documentElement, a.c), { M: function (q) { return q.offsetWidth } }, function (q, u) { setTimeout(q, u) }, function () { return (new Date).getTime() })).watch(m, {}, true) } c = a.b.getName(); c = c.toLowerCase(); if (c == "opera" ? true : false) { Z(a, e); $(a, function () { g() }) } else g(); S.RemoveMTIClass == true && setTimeout(function () { var m = a.a, l = "mti_font_element" + e, n = m.getElementsByClassName(l), q = m.b.getName(); q = q.toLowerCase(); var u = m.b.O; q = q == "msie" && u < 8 ? true : false; for (u = new RegExp(l, "ig"); n.length > 0; ) { for (i = 0; i < n.length; i++) if (n[i].className.split(" ").length == 1 && !q) n[i].removeAttribute("class"); else n[i].className = n[i].className.replace(u, " ").replace(/^\s+|\s+$/g, ""); n = m.getElementsByClassName(l) } }, 5E3) } mti.B.prototype.load = function (a) { a(this.ca, this.ya) }; mti.pa = function (a) { this.F = a }; mti.pa.prototype.protocol = function () { var a = ["http:", "https:"], b = a[0]; if (this.F && this.F.location && this.F.location.protocol) { var c = 0; for (c = 0; c < a.length; c++) if (this.F.location.protocol == a[c]) return this.F.location.protocol } return b }; mti.V = function (a, b) { this.a = a; this.c = b }; mti.V.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()); t(this.a, "head", this.a.createElement("Script", { type: "text/javascript", src: b })) } }; mti.sa = function (a) { this.Da = a }; MonoTypeWebFonts.$(mti.B.qa, function (a) { var b = (new mti.e(navigator.userAgent)).parse(), c = new mti.h(document, b), d = null; if (a.enableOtf) d = new mti.Ja(c, b, a); window.MonoTypeWebFonts.BannerHandler = new mti.V(c, a); a = new mti.B(window, b, c, a, d); var e = new mti.sa(a); window.MonoTypeWebFonts.renderPartial = function (f) { oa(e.Da, f) }; return a }); function pa() { for (var a = "", b = 0; b < 5; b++) a += "abcdefghijklmnopqrstuvwxyz".charAt(Math.floor(Math.random() * 26)); return a }; })(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;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=js&projectid=6aabf9e4-28ed-4dfe-86d6-2aea47d17720"); 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, enableOtf: false, otfJsParentUrl: 'http://fast.fonts.com/jsapi/otjs/',pfL:[{'fontfamily' : "Adobe Caslon W01 Bd" ,contentIds :{EOT: '9a3ba5ec-ca51-4d63-8138-252fa1dd356c',WOFF: 'fee04c62-acaf-4b3a-904b-76ced4495f28',TTF: '1869eb01-816d-4fb8-9481-847bb0b2196e',SVG: '8e2e2a46-fc05-419b-9b71-2b5a028e913b'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Adobe Caslon W01 Bd It" ,contentIds :{EOT: 'f836877b-9052-4543-aab9-0b9118d2bbb7',WOFF: 'd0cb96f2-3c0c-45ee-9014-d3e87cff2f80',TTF: '107a8de2-bc10-4dfe-b4a2-24277160ac3f',SVG: 'ff11bb4d-1a82-4d73-95d8-688bb65795e9'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Adobe Caslon W01 It" ,contentIds :{EOT: '48e53584-22ac-4328-a940-54ac91ee35db',WOFF: '67620760-8bd8-45d7-b70d-de7936d7a6e1',TTF: 'd39c7172-0364-4db6-80c5-116c450e3e98',SVG: 'c1570ebd-fc91-4d70-b33b-8f19e9a0fabf'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "AdobeCaslonW01-Regular" ,contentIds :{EOT: 'ef429e53-4846-40b9-a3fe-4295cefc7e94',WOFF: '29fc7b6f-c777-4db4-99c7-98a753629a74',TTF: '492aae7f-5ec2-484f-8c4a-5dceb929def5',SVG: '27231d8a-1ac1-4ede-8e91-c7bb60852443'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "ITCFranklinGothicW01-Bk 812647" ,contentIds :{EOT: '03dda592-ab39-4f26-9535-fdea194854cf',WOFF: '41c174b1-68c1-41b7-a19f-5ec80929b115',TTF: '06d99598-12aa-461b-b57e-81a137da1b9f',SVG: '427cca04-e0ee-4395-a5d3-b7d45feeff62'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "ITCFranklinGothicW01-Bk 812665" ,contentIds :{EOT: '309e275f-1390-4fe1-84c8-2c57ee140fec',WOFF: '0217968f-fe47-452d-bf4a-64f4fb60de07',TTF: '02baf074-eef5-4bdf-bf8a-c7d5c525e5b5',SVG: 'c806ee51-6432-4bcb-8cba-574e9cfb5709'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "ITCFranklinGothicW01-Dm 812668" ,contentIds :{EOT: '498d8f5c-6dfe-4a07-9fdf-321bcc11909c',WOFF: '08fe22ab-0517-4203-bcc9-1ba2ca45f40c',TTF: '6adc2e3a-d0c4-4c48-ba68-91b4107515d7',SVG: '426ce955-d5bd-4a77-b077-402088f77e65'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "ITCFranklinGothicW01-Dm 812686" ,contentIds :{EOT: 'e87a0fc1-a470-4e66-b5d3-1f5e104c80be',WOFF: '74bfc732-8944-48e4-af03-b3d2373ff97f',TTF: 'a10e2fb8-a2fd-452f-9128-de2d550c69d6',SVG: '82ffbb5c-0b67-49c2-8b95-7a395bde55bc'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "ITCFranklinGothicW01-Hv 812689" ,contentIds :{EOT: '02c46bc9-b252-4936-9788-4d7a7dab5011',WOFF: '6c1059a5-93a4-4c07-8464-8ee5df381c36',TTF: 'baf80ba3-29ee-4bd1-af03-28d25bd3beeb',SVG: '329fefa7-d703-49cf-b2cf-00063765c30f'}, enableSubsetting : false, enableOtf: false }],selectorFontMap:{},ck:'d44f19a684109620e4841471a490e818845ef21fbca693145db3897e1d307e95ff152b21703ad32cf8677a3caf3b96f4b7183c4ac7368de5a2bac3b14074ede833dc7a311efd1f32007c8e73023ce3c643a206',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', '10':'otf'}, 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','otf':'13'},projectId:'6aabf9e4-28ed-4dfe-86d6-2aea47d17720',EOD:null},fontloading:function(fontFamily, fontDescription){ for(var i=0; i