; (function (window, document, undefined) { mti = {}; mti.K = 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 l(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 q(a, b) { function c() { document.body ? b() : setTimeout(c, 0) } c() } mti.g.w = false; function w(a, b) { if (mti.g.w === true) b(); else if (a.b.getName() == "MSIE") { var c = a.n, d = false, e = function () { if (!d) { d = true; b(); mti.g.w = 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.ta == "AppleWebKit" && a.b.sa < 525) (function () { if (["loaded", "complete"].indexOf(this.n.readyState) > -1) { b(); mti.g.w = true } else setTimeout(arguments.callee, 50) })(); else if (a.n.addEventListener) a.n.addEventListener("DOMContentLoaded", function () { b(); mti.g.w = true }, false); else window.onload = function () { b(); mti.g.w = true } } function x(a, b) { if (b.parentNode) { b.parentNode.removeChild(b); return true } return false } function y(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 A(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 D(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.Q = 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 }; mti.l = function (a, b, c, d, e, f) { this.Aa = a; this.ia = b; this.ta = c; this.sa = d; this.Ca = e; this.ja = f }; mti.l.prototype.getName = function () { return this.Aa }; mti.e = function (a) { this.b = a }; mti.e.f = "Unknown"; mti.e.pa = new mti.l(mti.e.f, mti.e.f, mti.e.f, false); mti.e.prototype.parse = function () { return this.b.indexOf("MSIE") != -1 ? H(this) : this.b.indexOf("Opera") != -1 ? I(this) : this.b.indexOf("AppleWebKit") != -1 ? J(this) : this.b.indexOf("Gecko") != -1 ? aa(this) : mti.e.pa }; function K(a) { var b = L(a, a.b, /(iPod|iPad|iPhone|Android)/); if (b != "") return b; a = L(a, a.b, /(Linux|Mac_PowerPC|Macintosh|Windows)/); if (a != "") { if (a == "Mac_PowerPC") a = "Macintosh"; return a } return mti.e.f } function H(a) { var b = L(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, K(a), M(a, c) >= 6) } return new mti.l("MSIE", mti.e.f, "MSIE", mti.e.f, K(a), false) } function I(a) { var b = mti.e.f, c = mti.e.f, d = L(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 = L(a, a.b, /rv:([^\)]+)/); if (d != "") c = d } if (a.b.indexOf("Version/") != -1) { d = L(a, a.b, /Version\/([\d\.]+)/); if (d != "") return new mti.l("Opera", d, b, c, K(a), M(a, d) >= 10) } d = L(a, a.b, /Opera[\/ ]([\d\.]+)/); if (d != "") return new mti.l("Opera", d, b, c, K(a), M(a, d) >= 10); return new mti.l("Opera", mti.e.f, b, c, K(a), false) } function J(a) { var b = K(a), c = L(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 = L(a, a.b, /Version\/([\d\.\w]+)/); else if (d == "Chrome") e = L(a, a.b, /Chrome\/([\d\.]+)/); var f = L(a, c, /\d+\.(\d+)/); return new mti.l(d, e, "AppleWebKit", c, b, M(a, c) >= 526 || M(a, c) >= 525 && parseInt(f) >= 13) } function aa(a) { var b = mti.e.f, c = mti.e.f, d = false; if (a.b.indexOf("Firefox") != -1) { b = "Firefox"; var e = L(a, a.b, /Firefox\/([\d\w\.]+)/); if (e != "") { d = L(a, e, /\d+\.(\d+)/); c = e; d = e != "" && M(a, e) >= 3 && parseInt(d) >= 5 } } else if (a.b.indexOf("Mozilla") != -1) b = "Mozilla"; e = L(a, a.b, /rv:([^\)]+)/); if (e == "") e = mti.e.f; else if (!d) { d = M(a, e); var f = parseInt(L(a, e, /\d+\.(\d+)/)), g = parseInt(L(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, K(a), d) } function M(a, b) { a = L(a, b, /(\d+)/); if (a != "") return parseInt(a); return -1 } function L(a, b, c) { if ((a = b.match(c)) && a[1]) return a[1]; return "" }; mti.c = function (a, b, c, d) { this.a = a; this.h = b; this.Y = c; this.o = d || mti.c.I; this.m = new mti.t("-") }; mti.c.I = "mti"; mti.c.p = "loading"; mti.c.B = "active"; mti.c.C = "inactive"; mti.c.J = "font"; function O(a) { y(a.a, a.h, a.m.i(a.o, mti.c.p)); P(a, mti.c.p) } function Q(a, b, c) { A(a.a, a.h, a.m.i(a.o, b, c, mti.c.p)); y(a.a, a.h, a.m.i(a.o, b, c, mti.c.B)); P(a, mti.c.J + mti.c.B, b, c) } function R(a) { y(a.a, a.h, a.m.i(a.o, mti.c.C)); P(a, mti.c.C) } function ba(a) { A(a.a, a.h, a.m.i(a.o, mti.c.p)); y(a.a, a.h, a.m.i(a.o, mti.c.B)); P(a, mti.c.B) } function P(a, b, c, d) { a.Y[b] && a.Y[b](c, d) }; mti.la = function () { this.da = {} }; function ca(a, b) { var c = []; for (var d in b) if (b.hasOwnProperty(d)) { var e = a.da[d]; e && c.push(e(b[d])) } return c }; mti.k = function (a, b, c, d, e) { this.a = a; this.r = b; this.L = c; this.F = d; this.ba = e; this.Z = 0; this.R = this.ca = false; this.za = new mti.T; this.va = new mti.j }; mti.k.U = "_,arial,helvetica"; mti.k.V = "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.V]); this.Z += b[f].length } if (c) this.ca = c; for (e = 0; e < d; e++) { f = a[e]; c = b[f]; for (var g = 0, h = c.length; g < h; g++) { var s = c[g], m = S(this, mti.k.U, s), t = this.L.N(m); x(this.a, m); m = f; var n = this.r; y(n.a, n.h, n.m.i(n.o, m, s, mti.c.p)); P(n, mti.c.J + mti.c.p, m, s); n = S(this, this.za.quote(m), s); if (t != this.L.N(n)) { x(this.a, n); Q(this.r, m, s); this.R = true; T(this) } else U(this, this.ba(), t, n, m, s) } } }; function T(a) { if (--a.Z == 0 && a.ca) a.R ? ba(a.r) : R(a.r) } mti.k.prototype.ra = function (a, b, c, d, e) { if (b != this.L.N(c)) { x(this.a, c); Q(this.r, d, e); this.R = true; T(this) } else if (this.ba() - a < 5E3) U(this, a, b, c, d, e); else { x(this.a, c); a = this.r; A(a.a, a.h, a.m.i(a.o, d, e, mti.c.p)); y(a.a, a.h, a.m.i(a.o, d, e, mti.c.C)); P(a, mti.c.J + mti.c.C, d, e); T(this) } }; function U(a, b, c, d, e, f) { a.F(function (g, h) { return function () { h.call(g, b, c, d, e, f) } } (a, a.ra), 50) } function S(a, b, c) { c = a.va.expand(c); b = a.a.createElement("span", { style: "position:absolute;top:-999px;font-size:300px;font-family:" + b + "," + mti.k.U + ";" + c }, "Mm"); l(a.a, "body", b); return b }; mti.v = function (a, b, c, d, e) { this.a = a; this.aa = b; this.h = c; this.F = d; this.b = e; this.O = this.P = 0 }; mti.v.prototype.X = function (a, b) { this.aa.da[a] = b }; mti.v.prototype.load = function (a) { var b = new mti.c(this.a, this.h, a); this.b.ja ? da(this, b, a) : R(b) }; mti.v.prototype.xa = function (a, b, c, d) { if (d) a.load(mti.K(this, this.Ba, b, c)); else { a = --this.P == 0; this.O--; if (a) this.O == 0 ? R(b) : O(b); c.watch([], {}, a) } }; mti.v.prototype.Ba = function (a, b, c, d) { var e = --this.P == 0; e && O(a); this.F(mti.K(this, function (f, g, h, s) { setTimeout(function () { f.watch(g, h || {}, s) }, 100) }, b, c, d, e)) }; function da(a, b, c) { c = ca(a.aa, c); a.O = a.P = c.length; for (var d = new mti.k(a.a, b, { N: function (h) { return h.offsetWidth } }, a.F, function () { return (new Date).getTime() }), e = 0, f = c.length; e < f; e++) { var g = c[e]; ea(g, a.b, mti.K(a, a.xa, g, b, d)) } }; mti.t = function (a) { this.ya = a || mti.t.ka }; mti.t.ka = "-"; mti.t.prototype.i = function () { for (var a = [], b = 0; b < arguments.length; b++) a.push(arguments[b].replace(/[\W_]+/g, "").toLowerCase()); return a.join(this.ya) }; mti.T = function () { this.ha = '"' }; mti.T.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.ha + d + this.ha) } return b.join(",") }; mti.j = function () { this.ga = mti.j.oa; this.A = mti.j.qa }; mti.j.oa = ["font-style", "font-weight"]; mti.j.qa = { "font-style": [["n", "normal"]], "font-weight": [["4", "normal"]] }; mti.j.W = function (a, b, c) { this.wa = a; this.Ea = b; this.A = c }; mti.j.W.prototype.expand = function (a, b) { for (var c = 0; c < this.A.length; c++) if (b == this.A[c][0]) { a[this.wa] = this.Ea + ":" + this.A[c][1]; return } }; mti.j.prototype.expand = function (a) { if (a.length != 2) return null; for (var b = [null, null], c = 0, d = this.ga.length; c < d; c++) { var e = this.ga[c], f = a.substr(c, 1); (new mti.j.W(c, e, this.A[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.v(new mti.g(document, a), new mti.la, document.documentElement, function (b, c) { setTimeout(b, c) }, a) } (); window.MonoTypeWebFonts.load = window.MonoTypeWebFonts.load; window.MonoTypeWebFonts.addModule = window.MonoTypeWebFonts.X; mti.D = function (a, b, c) { this.s = a; this.a = b; this.Da = c; this.q = {}; this.G = [] }; mti.D.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 V(a, b) { var c = a.Da, d = D(a.a, b); d = (d || "").replace(/^\s|\s$/g, "").replace(/'|"/g, "").replace(/,\s*/g, "|"); if (d != "") { d = new RegExp(d, "ig"); for (i = 0; i < c.length; i++) { var e = c[i], f = e.fontfamily; if (d.test(f.replace(/^\s|\s$/g, ""))) { y(a.a, b, "mti_font_element"); a.G.push(b); if (e.enableSubsetting) if (a.q[f.replace(/^\s|\s$/g, "")]) a.q[f.replace(/^\s|\s$/g, "")] += E(a.a, b); else a.q[f.replace(/^\s|\s$/g, "")] = E(a.a, b) } } } } function W(a) { var b = "img,select,option,script,noscript,iframe,object,style,param,embed,link,meta,head,title,br,hr".split(","), c = a.s, d = null; do { d = c.firstChild; if (d == null) { c.nodeType == 1 && a.indexOf(b, c.tagName.toLowerCase()) < 0 && V(a, c); d = c.nextSibling } if (d == null) { c = c; do { d = c.parentNode; if (d == a.s) break; d.nodeType == 1 && a.indexOf(b, d.tagName.toLowerCase()) < 0 && V(a, d); c = d; d = d.nextSibling } while (d == null) } c = d } while (c != a.s); b = false; for (p in a.q) { b = true; break } if (b) return a.q; return null } mti.D.prototype.Q = function (a, b) { var c = "img,select,option,script,noscript,iframe,object,style,param,embed,link,meta,head,title,br,hr".split(","), d = this.s, e = null; do { e = d.firstChild; if (e == null) { d.nodeType == 1 && this.indexOf(c, d.tagName.toLowerCase()) < 0 && V(this, d); e = d.nextSibling } if (e == null) { d = d; do { e = d.parentNode; if (e == this.s) break; e.nodeType == 1 && this.indexOf(c, e.tagName.toLowerCase()) < 0 && D(this.a, e).indexOf(a) > -1 && this.a.Q(e, a, b); d = e; e = e.nextSibling } while (e == null) } d = e } while (d != this.s); a = false; for (p in this.q) { a = true; break } if (a) return this.q; return null }; mti.u = function (a, b, c, d) { this.H = a; this.b = b; this.a = c; this.d = d; this.$ = []; this.ua = {} }; mti.u.na = "monotype"; var X = "TTF"; function ea(a, b, c) { X = fa(a); var d = a.d.projectId; if (d) { a.H["__mti_fntLst" + d] = function () { return a.d.pfL }; a.H.mti_element_cache = []; Y(a); if (a.d.reqSub) { d = function () { var f = new mti.D(document.body, a.a, a.d.pfL), g = W(f); for (fontfamily in g) g[fontfamily] = ga(a, g[fontfamily]); a.H.mti_element_cache = f.G; Z(a, g); f = f.G; for (g = 0; g < f.length; g++) for (fontFamily in a.M) D(a.a, f[g]).indexOf(fontFamily) > -1 && a.a.Q(f[g], fontFamily, a.M[fontFamily]) }; var e = window.MTIConfig || { isAsync: false }; if (e.isAsync === true) e.onReady = d; else w(a.a, d) } else { Z(a); q(a.a, function () { var f = new mti.D(document.body, a.a, a.d.pfL); W(f); a.H.mti_element_cache = f.G }) } c(b.ja) } else c(true) } function fa(a) { var b = a.d.ffArray, c = a.b.getName(); c = c.toLowerCase(); if (c == "firefox") c = "mozilla"; if (/ipad|ipod|iphone/.test(a.b.Ca.toLowerCase())) c = "msafari"; a = a.b.ia; b = b[c]; c = ""; for (p in b) if (parseFloat(a) >= parseFloat(p)) c = b[p]; return c } mti.u.prototype.M = {}; function Z(a, b) { var c = a.d.projectId, d = a.d.ec, e = a.d.fcURL, f = a.d.dfcURL, g = a.a.createElement("style", { type: "text/css", id: "mti_fontface_" + a.d.projectId }); l(a.a, "head", g); var h = "", s = false, m = {}, t = { TTF: "truetype", WOFF: "woff", SVG: "svg", MTX: "truetype" }, n = X != null && X.toUpperCase() == "EOT" || X.toUpperCase() == "MTX", z = a.b.getName(); z = z.toLowerCase(); var N = z == "opera" ? true : false, r = a.b.ia; b = (z = z == "msie" && r < 8 ? true : false) || N ? null : b; for (i = 0; i < a.d.pfL.length; i++) { var B = a.d.pfL[i]; r = B.fontfamily; var v = B.contentIds; a.$.push(r); B = N || z ? false : B.enableSubsetting; var u; var o = f, C = a.d.ck; u = b; var F = v[X.toUpperCase()]; o = (window.location.protocol == "https:" ? "https://" : "http://") + o.replace("http://", "").replace("https://", ""); o = o + "?"; if (d) o += C + "&"; o += "fctypeId=" + a.d.fctypeArray[X] + "&fcId=" + v.TTF + "&origId=" + F; o += "&projectId=" + c; o += "&content="; C = ""; if (u) C += escape((u[r] || "") + "giMm"); u = o + C; if (u.length > 2E3) { o = 2E3 - o.length; u = { fa: Math.ceil(u.length / o), ea: Math.floor(o / 6)} } else u = { fa: 1 }; o = N || z ? 1 : u.fa; if (o > 1) { s = true; m[r] || (m[r] = []); C = b[r]; F = []; for (var G = 1; G <= o; G++) { newFontFamily = r + "" + G; m[r].push(newFontFamily); b[newFontFamily] = C.substr((G - 1) * u.ea, u.ea); h += "@font-face{font-family:'" + newFontFamily + "';src:url('" + $(a, v, c, B, d, e, f, a.d.ck, newFontFamily, b) + "')"; n || (h += " format('" + t[X.toUpperCase()] + "')"); h += ";}\n"; F.push("'" + newFontFamily + "'") } a.M[r] = F } else { h += "@font-face{font-family:'" + r + "';src:url('" + $(a, v, c, B, d, e, f, a.d.ck, r, b) + "')"; if (!n) { r = v[X.toUpperCase()]; v = t[X.toUpperCase()]; r || (v = t.TTF); h += " format('" + v + "')" } h += ";}\n" } } if (s === true) { x(a.a, a.a.getElementById("mti_stylesheet_" + a.d.projectId) || {}); Y(a, m) } if (g.styleSheet) g.styleSheet.cssText = h; else { a = document.createTextNode(h); g.appendChild(a) } } function Y(a, b) { var c = new mti.t("-"), d = a.a.createElement("style", { type: "text/css", id: "mti_stylesheet_" + a.d.projectId }); l(a.a, "head", d); var e = "", f = a.d.pfL; for (i = 0; i < f.length; i++) { var g = f[i].fontfamily; e += "." + c.i(mti.c.I, g, mti.k.V, mti.c.p) + " .mti_font_element {text-align: left; text-indent: -9999px;}\n" } for (i in a.d.selectorFontMap) { c = g = a.d.selectorFontMap[i]; if (b && b[c] && b[c].length > 0) c = b[c].join("','"); e += i + "{font-family:'" + c + "';}\n"; e += "/*fout specific code:*/\n"; c = i.split(","); for (k in c) e += "." + mti.c.I + "-loading " + c[k] + "{text-align: left; text-indent: -9999px;}\n" } if (d.styleSheet) d.styleSheet.cssText = e; else { a = document.createTextNode(e); d.appendChild(a) } } function ga(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, h, s, m) { var t = b[X.toUpperCase()], n = "http://"; if (window.location.protocol == "https:") n = "https://"; f = f.replace("http://", "").replace("https://", ""); g = g.replace("http://", "").replace("https://", ""); f = n + f; g = n + g; if (d) { url = g + "?"; if (e) url += h + "&"; url += "fctypeId=" + a.d.fctypeArray[X] + "&fcId=" + b.TTF + "&origId=" + t } else url = e ? t ? f + t + "." + X.toLowerCase() + "?" + h : f + b.TTF + ".ttf?" + h : f + "?fctypeId=" + a.d.fctypeArray[X] + "&fcId=" + t; url += "&projectId=" + c; if (m) url += "&content=" + escape((m[s] || "") + "giMm"); if (X != null && X.toUpperCase() == "SVG") url += "#" + t; return url } mti.u.prototype.load = function (a) { a(this.$, this.ua) }; mti.ma = function (a) { this.z = a }; mti.ma.prototype.protocol = function () { var a = ["http:", "https:"], b = a[0]; if (this.z && this.z.location && this.z.location.protocol) { var c = 0; for (c = 0; c < a.length; c++) if (this.z.location.protocol == a[c]) return this.z.location.protocol } return b }; mti.S = function (a, b) { this.a = a; this.d = b }; mti.S.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.d.bannerHandlerURL; if (b) { b += "?projectId=" + this.d.projectId; if (a !== false) b += "&WFS_MTI_SS=" + a; b += "&" + escape((new Date).getTime()); l(this.a, "head", this.a.createElement("Script", { type: "text/javascript", src: b })) } }; MonoTypeWebFonts.X(mti.u.na, function (a) { var b = (new mti.e(navigator.userAgent)).parse(), c = new mti.g(document, b); window.MonoTypeWebFonts.BannerHandler = new mti.S(c, a); return new mti.u(window, b, c, 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;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=1be29884-b199-40bc-b578-eb86fa105bd6"); 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' : "DIN 1451 W01 Engschrift" ,contentIds :{EOT: '1fb56332-d14b-4f1e-bb8c-4b53b273e228',WOFF: 'f5e7241f-0645-4a94-bdd1-7f4a6b06b9a3',TTF: 'e1ec7e03-8869-492b-8c2b-31b484882fca',SVG: '2ce68cf6-afa6-4c77-916e-db420f164369'}, enableSubsetting : false},{'fontfamily' : "DIN1451W01-Mittelschrif" ,contentIds :{EOT: '6fbbcc3a-dcc4-4329-b8f0-d8ffbf33d780',WOFF: '13fe8920-dbf9-4ae8-a75f-da9fef5a43da',TTF: '655304d7-ab13-4c9f-ba13-42c6162e4c76',SVG: 'f8eacca5-c56e-4ca0-8b62-e9c7cd78def7'}, enableSubsetting : false},{'fontfamily' : "DIN Next W01 Black" ,contentIds :{EOT: 'abcc85a3-c3f7-49d9-a80a-f79267998ec7',WOFF: '9541b817-6a02-4e7a-af21-ce24b70d9ba3',TTF: 'c1a5af90-f79a-44b1-a4a4-5fd6d888c2f2',SVG: '0c36e45b-5edd-4927-b9ad-2e46a30e5593'}, enableSubsetting : false},{'fontfamily' : "DINNextW01-BlackItalic" ,contentIds :{EOT: 'df1e59d8-ad9a-4792-868c-bb82a81b7d9d',WOFF: '4cd37f64-b230-4162-88bf-f6cccde94e4b',TTF: '10805f32-49cb-4842-b9ef-0d593ddb961c',SVG: '1c343c91-343a-4326-84db-bcce4ce82979'}, enableSubsetting : false},{'fontfamily' : "DIN Next W01 Bold" ,contentIds :{EOT: 'b32ab78b-6c51-4bd3-bc37-4edcec0331f8',WOFF: '9949035f-6226-4080-a14a-bf7d94ffb1e1',TTF: '6241bd09-15c2-485e-9796-9db8d0aa6974',SVG: 'af94da3e-4232-416a-b6bc-f39f85dd5db6'}, enableSubsetting : false},{'fontfamily' : "DINNextW01-BoldItalic" ,contentIds :{EOT: 'd7c339aa-46b7-4f31-8573-7ea230bfcbbb',WOFF: '140a0a6f-f218-4071-8eb8-f2bc45ed5121',TTF: 'ecbfe302-4f46-4fef-b823-83eedbc353e7',SVG: '58f54e11-a0ac-4cfa-852e-3c73b93d74a8'}, enableSubsetting : false},{'fontfamily' : "DINNextW01-CondensedBla" ,contentIds :{EOT: '4fdd4a2f-fc95-4fd1-9b35-a883e0b2b3d6',WOFF: '5a992686-aab3-4b26-9c57-f41b0f01b6fd',TTF: '5229463c-ec7d-4d0c-97ca-49aa4ff3abe5',SVG: 'c67946ea-aa8b-46fe-96af-14d6d108b17b'}, enableSubsetting : false},{'fontfamily' : "DINNextW01-CondensedBol" ,contentIds :{EOT: '71888b4d-cd66-4c8b-9a5c-b37014e8e4fa',WOFF: '0c0418fe-d324-4ab2-978a-e8201c646ca1',TTF: '2c4f6a99-1274-42cd-8d14-fecf6ae449a4',SVG: 'aabfdee7-da54-4fae-93d3-afae95449faa'}, enableSubsetting : false},{'fontfamily' : "DINNextW01-CondensedHea" ,contentIds :{EOT: '10ea3ea4-cd5d-4305-a069-553921bb4565',WOFF: 'd245e531-16e5-4428-904d-d6cb987d44f9',TTF: 'b85fd97e-f10c-4dde-87fb-51dd1bdbf114',SVG: '3aed4526-cc9c-4bc4-9642-157b26400e95'}, enableSubsetting : false},{'fontfamily' : "DINNextW01-CondensedLig" ,contentIds :{EOT: 'c0be55e4-0b40-4646-a643-431ca3639465',WOFF: '43e82893-3880-47b2-82d6-5b136f8f7477',TTF: '72f03533-e4e2-48a4-9d34-53d2964eb649',SVG: 'c11fd4df-941d-4a17-8af0-be88e02e0042'}, enableSubsetting : false},{'fontfamily' : "DINNextW01-CondensedMed" ,contentIds :{EOT: '0b46a18d-fb34-4ef7-b5da-5902c510577a',WOFF: '2613a064-2962-44af-ae6f-3640e06e8dc4',TTF: '2889b152-497e-4ea3-a90d-02854d136a8d',SVG: '4f311da1-9ec6-4379-9621-b45be0e23abd'}, enableSubsetting : false},{'fontfamily' : "DINNextW01-CondensedReg" ,contentIds :{EOT: '6fa09720-5b0e-48a5-8895-5af8af928c01',WOFF: '3b15daf5-d7fb-4099-93b9-db20fd26c2fe',TTF: '16159505-c85d-44ba-ba2b-64f94e68ddb5',SVG: 'b2be45ad-0169-4c84-9fc9-66a0e9ebff0a'}, enableSubsetting : false},{'fontfamily' : "DINNextW01-CondensedUlt" ,contentIds :{EOT: 'd8b8889b-af70-4f3d-b86e-e0cf674dd069',WOFF: '02c54ffd-ffe5-4a1d-baf3-6f2f329e985e',TTF: 'be798c01-2b57-4464-b4f2-8fdda5148346',SVG: '9286c432-d97d-4af1-8608-fbd7b9cb38a0'}, enableSubsetting : false},{'fontfamily' : "DIN Next W01 Heavy" ,contentIds :{EOT: 'ffaa522c-c9e9-4f51-8688-2a18c2987b94',WOFF: 'd5c47039-3cdf-4eb9-ad4a-220e7441ec5d',TTF: '64bef797-e9f8-447f-b80a-aece7617c45f',SVG: 'a7139e2d-6218-4f3c-9bb0-b42325336f56'}, enableSubsetting : false},{'fontfamily' : "DINNextW01-HeavyItalic" ,contentIds :{EOT: '097254d3-a44a-458a-9638-87a9b1e282f7',WOFF: '0e69005b-f8b8-4d6d-999f-865965bdfd21',TTF: '838e1987-f80a-4590-9734-0034870f4492',SVG: '5574a913-9fa6-4f91-9496-1fafd293ba1f'}, enableSubsetting : false},{'fontfamily' : "DIN Next W01 Italic" ,contentIds :{EOT: '4393bcd9-65c9-4c71-b688-9a0c17e40ebf',WOFF: 'c5635d60-91fa-4e4b-8a51-41c97fc744c3',TTF: 'de34232f-b870-49c0-a6c0-24c25db73bc2',SVG: '35916fb2-3ed3-4d39-bec8-74155a53b1f0'}, enableSubsetting : false},{'fontfamily' : "DIN Next W01 Light" ,contentIds :{EOT: '3e0b2cd7-9657-438b-b4af-e04122e8f1f7',WOFF: 'bc176270-17fa-4c78-a343-9fe52824e501',TTF: '3516f91d-ac48-42cd-acfe-1be691152cc4',SVG: 'd1b1e866-a411-42ba-8f75-72bf28e23694'}, enableSubsetting : false},{'fontfamily' : "DINNextW01-LightItalic" ,contentIds :{EOT: '3ab2ca1d-35c8-4471-9c57-04cb66b9cffa',WOFF: 'e1c997f3-fb27-4289-abc6-5ef059e51723',TTF: '0b3b140c-bdbe-488f-8976-992b4104de0c',SVG: '1fdd14a5-aaa2-4662-a7ae-ab0d4c3adb3c'}, enableSubsetting : false},{'fontfamily' : "DIN Next W01 Medium" ,contentIds :{EOT: '324dee78-6585-4c13-8ca3-5817cc600d84',WOFF: '4bf0ead4-e61b-4992-832b-6ff05828d99f',TTF: '73713a0b-8f6a-4c4e-b8a8-7cf238e632f6',SVG: 'b90b6bdf-15e2-4544-9fe0-92c79fff0ecd'}, enableSubsetting : false},{'fontfamily' : "DINNextW01-MediumItalic" ,contentIds :{EOT: '5fcbd4dd-6c02-47c1-9147-2c69cf4fe5fe',WOFF: '00ebffbe-b1fe-4913-b8d8-50f0ba8af480',TTF: '1d49e204-49b2-4d8e-a1d2-41d0c7ff55e1',SVG: '4de17727-14b8-47ae-847a-2e088bba338a'}, enableSubsetting : false},{'fontfamily' : "DIN Next W01 Regular" ,contentIds :{EOT: 'da088ecc-a53c-4831-a95b-6fd81b5b338a',WOFF: 'c5a7f89e-15b6-49a9-8259-5ea665e72191',TTF: '868c94b5-ca49-46b7-b62b-297f8d861125',SVG: 'e3145f65-29b5-4f7f-8c6e-2dc135021b6a'}, enableSubsetting : false},{'fontfamily' : "DINNextRoundedLTW01-Bol" ,contentIds :{EOT: '6746d969-4fe6-41c3-9825-bf64ef27f524',WOFF: '52382db1-3de6-473e-b9c0-3cb5e70e80a2',TTF: '9b4762b5-c629-43c5-aad0-ab5e65206cc6',SVG: '6884fec8-a15c-45b1-86ee-af4f4ff4f5d3'}, enableSubsetting : false},{'fontfamily' : "DINNextRoundedLTW01-Lig" ,contentIds :{EOT: 'a1de4b41-809e-4f42-8768-ed5a3e9f8f05',WOFF: 'a97ce140-d04b-430b-a41b-56ea0794c997',TTF: 'ad44eab7-3b14-4691-8a6d-f6f344f54cb6',SVG: '39f433a1-f35d-4fad-86d1-889cbd83b680'}, enableSubsetting : false},{'fontfamily' : "DINNextRoundedLTW01-Med" ,contentIds :{EOT: '6b52da97-62cc-435e-9602-a010041892ca',WOFF: '97252acf-16d3-480c-8269-89ea815e4179',TTF: 'fb4860e4-3e80-46aa-92f9-63d03e5db476',SVG: 'ed3349df-8331-450b-80a3-d83208eb54eb'}, enableSubsetting : false},{'fontfamily' : "DINNextRoundedLTW01-Reg" ,contentIds :{EOT: '414aac2b-b155-4948-8733-ca83f707714f',WOFF: 'b03c5cd2-c6ad-4764-9cab-bf6211f181a7',TTF: 'e06f8fa7-aeda-4810-967e-0fd3d4621441',SVG: '82765f99-353c-4685-8ae4-4f0f0208ccd1'}, enableSubsetting : false},{'fontfamily' : "DINNextLTW01-UltraLight 706122" ,contentIds :{EOT: '06e964c1-d71a-48a5-b3fd-88c164e2b0fa',WOFF: '04c0d1f1-0fdf-4866-a034-1b5d1ba44a94',TTF: 'a840f6fc-ef1f-44cd-a5fb-f68784b9bc1e',SVG: '4032b83f-6bbc-40a1-bfb9-cafd86356a17'}, enableSubsetting : false},{'fontfamily' : "DINNextLTW01-UltraLight 706125" ,contentIds :{EOT: '67ced202-4fbf-450a-91c0-5dfa71a2b70e',WOFF: '11143434-96a9-4740-a138-f16d49263f2f',TTF: '3a7440b3-1b5c-4693-9280-9522f0c3006e',SVG: '6230196d-2226-4a80-8915-110bc6710446'}, enableSubsetting : false},{'fontfamily' : "DIN Next W10 UltraLight" ,contentIds :{EOT: '6c42846d-3c4d-4e28-8ef7-406bf12cd0ef',WOFF: '8d1a4e58-0960-4469-82e9-3dcdebdca856',TTF: 'bfbd9776-b6cc-401f-aa34-f568b3e5d374',SVG: '03abc085-9b7b-48fd-b477-c5ddb1d51dac'}, enableSubsetting : false},{'fontfamily' : "DINNextW10-UltraLightIt" ,contentIds :{EOT: 'f79acba3-a83b-4b69-987a-6e4c7155c434',WOFF: '86ea18e5-b3a1-4794-8fc1-2403d273a5a8',TTF: '4b3e46cb-1ee0-4ff6-bafe-815c6d32a066',SVG: '379952cc-0038-4f8a-93b2-9a15318ec926'}, enableSubsetting : false},{'fontfamily' : "DINNeuzeitGroteskLTW01- 812426" ,contentIds :{EOT: 'b41558bd-2862-46c0-abf7-536d2542fa26',WOFF: '388ef902-2c31-4818-abb1-a40dcd81f6d6',TTF: '29c60077-2614-4061-aa8d-5bcfdf7354bb',SVG: '76250d27-b353-4f3b-90c6-0ff635fabaab'}, enableSubsetting : false},{'fontfamily' : "DINNeuzeitGroteskLTW01- 812429" ,contentIds :{EOT: 'd0438cc6-fa6a-49ee-81cb-eff243f8d6ae',WOFF: '3c2c3bda-54b5-4286-abfb-efc1e76e8758',TTF: 'e069b0be-09dd-4d60-a5de-902d3350cb3a',SVG: '357be9fc-6383-4b10-9bfc-9035add58026'}, enableSubsetting : false},{'fontfamily' : "DINNextLTW23-UltraLight" ,contentIds :{EOT: 'b4a0535b-3a89-43bd-b3fb-b6619d0b0a09',WOFF: '63b0b154-64e6-4846-be80-b601f3ce9b28',TTF: 'f3f08f13-d46f-4589-90ac-70c0a21cd061',SVG: '10870395-15e4-40b0-8f7e-5ffab7195224'}, enableSubsetting : false},{'fontfamily' : "DIN Next LT W23 Light" ,contentIds :{EOT: '77774782-4fa3-441a-bd91-702d88ef6e2d',WOFF: '0ab2eaf2-c728-4d1b-ae19-53aa13d5a213',TTF: 'f33821f7-e0bf-48e9-b084-b195190e3870',SVG: '6b80f501-2781-47be-982c-4f11934d6716'}, enableSubsetting : false},{'fontfamily' : "DIN Next LT W23" ,contentIds :{EOT: '644ad789-1663-4740-a778-649cfad3951a',WOFF: 'b53d284e-baaa-45fe-a2d9-9ed3d364834f',TTF: 'decc2f6c-155a-4101-aaa9-e8570711af71',SVG: '96953c77-fad6-4aa8-93d1-24182ebd0494'}, enableSubsetting : false},{'fontfamily' : "DIN Next LT W23 Medium 893519" ,contentIds :{EOT: '6e7f8ec5-ab54-4a5f-bb89-ef815c6a6e14',WOFF: '1424678a-7c69-4221-ba01-30a5d88e631d',TTF: '2e195c47-57c9-413e-80a7-e89bc6357180',SVG: 'bf37d5ca-0243-42f1-b614-0857ec2c7aab'}, enableSubsetting : false},{'fontfamily' : "DIN Next LT W23 Bold" ,contentIds :{EOT: 'f4bce1cb-f2a5-4bcb-af4c-79f63da8c8e0',WOFF: '708871f8-768c-4f13-9371-1684fb16711f',TTF: 'bb726818-fa8e-4f9a-9305-c3823a880f46',SVG: '93953467-ca69-4f0e-aad5-a6e7ba360f0d'}, enableSubsetting : false},{'fontfamily' : "DIN Next LT W23 Medium 893521" ,contentIds :{EOT: '7d23360c-3bea-4e0d-80d9-c2c73f7ac729',WOFF: '7bb1a15a-c741-4272-9f6b-c58920eb6f62',TTF: 'f7436005-fbf9-4abb-b6d1-62fc15cf82bc',SVG: 'f6e676e0-ee76-4498-8240-b4e09f75ebe0'}, enableSubsetting : false},{'fontfamily' : "DIN Next LT W23 Black" ,contentIds :{EOT: '11a34b42-0b5f-4336-a098-d2020d7586a2',WOFF: '2aae0493-5dcd-4ae3-9d5b-7cbbf5b15ff0',TTF: '1c315500-0f7e-44ed-be02-fa25edef5b47',SVG: 'ebef4327-ae62-4079-87d2-e201b18bce78'}, enableSubsetting : false},{'fontfamily' : "EngschriftAustriaW01-D" ,contentIds :{EOT: '174f0161-b829-4c83-aab4-dd8f3d003371',WOFF: '87074a3d-75c4-487b-9865-e8df45be25b3',TTF: '029401c9-06b3-49f2-93be-bffabc3f44db',SVG: '18bfa3a7-cd9a-481e-8916-c0c720edb0a5'}, enableSubsetting : false},{'fontfamily' : "EngschriftDIN1422W01-D" ,contentIds :{EOT: 'bdae0fbf-219d-4d3a-98f0-c6eda8a5d3ae',WOFF: '31691a4f-2f66-4f85-8957-68bef8faf79a',TTF: 'db9add9f-2cde-4bc7-9a05-049e4cafae97',SVG: '386b3be3-5398-4aa1-a45b-daadf6b1911d'}, enableSubsetting : false},{'fontfamily' : "FetteEngschriftDIN1451W" ,contentIds :{EOT: 'a055e086-b563-4882-881d-9df9c3c3e4bc',WOFF: '7734a533-b3ad-4b9f-852c-0de9afdfe9ef',TTF: '1dec2f76-13b2-48de-bd84-8e647cb4caf9',SVG: '2ee2974f-b278-4660-b825-7bbe99246d63'}, enableSubsetting : false},{'fontfamily' : "FMittelschriftDIN1451W0" ,contentIds :{EOT: '4df395f2-f1f6-4605-b2b3-4415f479f21f',WOFF: '9b200f7b-19ef-4593-b3c1-b8220c54b006',TTF: '32f7db87-c8c6-4b5e-b1ba-317228618bb6',SVG: 'c5e89196-4352-449f-8743-c1c2450decb5'}, enableSubsetting : false},{'fontfamily' : "MittelschriftDin1421W01" ,contentIds :{EOT: '865115a3-8be3-4994-94d7-c4a6a70af614',WOFF: '6b6b1729-5fc2-4929-abad-763a41081359',TTF: 'f45c30fe-98ed-441f-bc75-7aaa9dd17000',SVG: '928ff0ce-d03b-4aa4-91cf-1b04150216dc'}, enableSubsetting : false}],selectorFontMap:{},ck:'d44f19a684109620e4841679a590e818b6b41ca9180a74430f171d701a7b4161a10e2d95faaa4232ca27655edda8ad9652064d1fb0cc47d6538803120577f380ce60977144730902fc146cba5c212a7bca1a0cecc8bd11c2317c72ca4c16012f0c3a60271cfc53f5cefccb07138c3ae56055495053e56498363b9c091c47dc032c1e636494de131b33f4433441273e840102ece0e4b32ecee86690d952fb921fda14d0e0ab09e163e0e60fb0fed30f50de02c5a4462aa3cb6d8ff48f48b31ce24d8ada594c3e17e971a9',ec:'true',fcURL:'http://fast.fonts.com/d/',dfcURL:'http://api2.fonts.com/FontSubsetter.ashx',sO:'True',ffArray:{safari: {'3.1': 'ttf'}, 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'}},fctypeArray:{'ttf':'1','eot':'2','woff':'3','svg': '11'},projectId:'1be29884-b199-40bc-b578-eb86fa105bd6',EOD:null},fontloading:function(fontFamily, fontDescription){ for(var i=0; i