; (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=d4a6e5ef-563d-4f11-910c-e7fcd8496daa"); 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' : "HelveticaNeueW01-UltLt" ,contentIds :{EOT: '41774233-b9da-44be-b252-6a7b612fb1c7',WOFF: '4bff1fbb-b4bf-4d95-9c47-efcb14384e36',TTF: '7f1f2a7d-3837-4c93-b373-f03c5da3f9a1',SVG: 'd9f2752a-8d82-4cf1-b82f-109c1105be7f'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-UltLtI" ,contentIds :{EOT: '581e96b6-0e09-44c4-a73e-a4018262ab80',WOFF: '6a815361-6e47-4eaa-8b82-06b76eca6684',TTF: 'fdfa66bc-eaee-412a-b193-5b24b4c3b1aa',SVG: '52604114-1d29-4bbc-8473-b62681fbbb4e'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-Thin" ,contentIds :{EOT: '56be84de-9d60-4089-8df0-0ea6ec786b84',WOFF: '50d35bbc-dfd4-48f1-af16-cf058f69421d',TTF: '278bef59-6be1-4800-b5ac-1f769ab47430',SVG: '2e309b1b-08b8-477f-bc9e-7067cf0af0b3'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-ThinIt" ,contentIds :{EOT: '1cc063b6-7e7b-4880-9905-0d3d4f9c7c7d',WOFF: 'b6d63cb7-64b5-4d39-beaf-a8d9fe5eb1df',TTF: '284ad777-0022-42a3-9197-c449457c670a',SVG: '202b6353-ffff-45b1-9a1a-89497323d7ed'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-45Ligh" ,contentIds :{EOT: 'ae1656aa-5f8f-4905-aed0-93e667bd6e4a',WOFF: '530dee22-e3c1-4e9f-bf62-c31d510d9656',TTF: '688ab72b-4deb-4e15-a088-89166978d469',SVG: '7816f72f-f47e-4715-8cd7-960e3723846a'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-46Ligh" ,contentIds :{EOT: 'a4f9f319-dec9-4afc-8b50-e18cc1b61cb4',WOFF: '8e9ee02b-f337-4f13-ad6c-969d6d6536c8',TTF: 'beddbbc6-203e-4f36-8960-3f5ca22af567',SVG: 'af177436-d9e8-44e8-9c9c-ef2d945f20a3'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-55Roma" ,contentIds :{EOT: 'b7693a83-b861-4aa6-85e0-9ecf676bc4d6',WOFF: 'bcf54343-d033-41ee-bbd7-2b77df3fe7ba',TTF: 'b0ffdcf0-26da-47fd-8485-20e4a40d4b7d',SVG: 'da09f1f1-062a-45af-86e1-2bbdb3dd94f9'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-56It" ,contentIds :{EOT: '58a5cbff-d570-4c18-a5e3-60868dc07ae8',WOFF: '2c056da8-4920-4e20-8c69-8a6b315458a9',TTF: '2381d918-136d-444f-8391-db0cba6da388',SVG: 'd0697971-6f58-4597-942e-8beabd1adc87'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-65Medi" ,contentIds :{EOT: '07fe0fec-b63f-4963-8ee1-535528b67fdb',WOFF: '60be5c39-863e-40cb-9434-6ebafb62ab2b',TTF: '4c6503c9-859b-4d3b-a1d5-2d42e1222415',SVG: '36c182c6-ef98-4021-9b0d-d63122c2bbf5'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-66Medi" ,contentIds :{EOT: '71c74bc5-e7c8-48ad-9b03-43f3e6760e4e',WOFF: '5f0efe11-b07a-49fc-ab86-7af6152fa368',TTF: 'fea58e5b-b0a7-43f7-8928-fc0639365852',SVG: '398e1bb8-f2eb-41d5-b3b6-b9a889b52ee7'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-75Bold" ,contentIds :{EOT: 'c07fef9e-a934-42d7-92ad-69205f2b8a00',WOFF: '14ff6081-326d-4dae-b778-d7afa66166fc',TTF: '8fda1e47-19be-46c7-8d83-8d4fb35572f0',SVG: 'f751c8ae-1057-46d9-8d74-62592e002568'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-76Bold" ,contentIds :{EOT: '9eb382e7-b9a0-4ec0-86b3-7a690b9e127b',WOFF: '628a0837-f9e0-4b32-83c4-d99689b9da93',TTF: '4d9ecce0-f253-49fd-8623-b0f896b12794',SVG: 'dcdd4c31-466f-43f5-85c9-9bcdcd814139'}, enableSubsetting : false},{'fontfamily' : "Memphis LT W01 Bold" ,contentIds :{EOT: 'c125952d-a4fd-4349-bc9b-fd9358976856',WOFF: 'b7dcb861-4dfa-4b8c-b576-c9eea5f48c96',TTF: 'e492e062-6fef-427a-9a81-020ff99a121f',SVG: '33166e5c-d5a3-4343-b702-45c734a71396'}, enableSubsetting : false},{'fontfamily' : "MemphisLTW01-BoldItalic" ,contentIds :{EOT: '0cbadb40-6937-4e39-b8bb-c0ec5aa5eb7f',WOFF: 'bad5210b-2fed-479f-8e45-d9c2276e5edb',TTF: '6e31c78d-11ce-469e-b612-35c689325e4e',SVG: '5bd74c8d-e63c-4212-91f3-4d6c63e06bf2'}, enableSubsetting : false},{'fontfamily' : "Memphis LT W01 Light" ,contentIds :{EOT: 'da020892-1d35-40ca-976e-6e68b94685d9',WOFF: 'ab8801b5-d808-455c-b64d-2aab6d5da8c6',TTF: '3aa56af8-1031-4081-bfc6-cf78b1a0eb52',SVG: '03063333-e21f-4b7a-8a55-b8ae90a52cc1'}, enableSubsetting : false},{'fontfamily' : "MemphisLTW01-LightItali" ,contentIds :{EOT: '2033b7fc-bb39-4651-9ae3-14df23b2ca1a',WOFF: '0581c4a6-26a0-4a1a-98d6-9fd6eaa6508c',TTF: 'ae7da065-b4b5-40b5-b304-ab04a5caa89c',SVG: 'f32b20fd-54df-4ad5-827e-85b69d9c9ce2'}, enableSubsetting : false},{'fontfamily' : "Memphis LT W01 Medium" ,contentIds :{EOT: '652275c3-8e6a-473e-b822-edf1810807ba',WOFF: 'ff4c6fb5-c122-483a-ba6a-51abbbe506c0',TTF: 'ae865674-e055-4c66-9eda-26f36ed89384',SVG: '250e4bfd-2af6-4e93-9aca-662a0c86eb66'}, enableSubsetting : false},{'fontfamily' : "MemphisLTW01-MediumItal" ,contentIds :{EOT: '5fec2a47-e6ba-448f-a04b-79b3c7164561',WOFF: 'f4166571-90ad-421e-9e7b-c132d6cf402a',TTF: 'cc00d49f-df03-487a-a99f-66a0bafefa24',SVG: 'd0ec7df3-2dbf-4b2e-89b4-e10759f2aa8f'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-UltLtE 710282" ,contentIds :{EOT: 'bcbe95be-8d20-4f56-afaf-53dfee8d3479',WOFF: '692a13cc-6f51-41ca-86a1-6059c4c26a41',TTF: '03c50cc5-2a21-4d64-aba2-214cba2ced16',SVG: '94e2e601-6bcc-4e33-8982-bcf4fc56d4c7'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-UltLtE 710285" ,contentIds :{EOT: '95203e9e-6225-4ba9-89c7-45b15e7b76b9',WOFF: 'e9bd6776-6239-4d79-a8de-833de8403ffa',TTF: '1eb52f6c-1922-42f8-9e86-8bbc5fec6fb3',SVG: 'cb35a5df-c1be-4265-b2cb-f134a5851510'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-ThinEx 710288" ,contentIds :{EOT: 'a09341a0-3923-494f-8b71-9083f1123649',WOFF: '8b105f29-73d5-4373-882d-bb4323e358c0',TTF: '0e820efb-cef9-4cfa-915b-3df0080e7eea',SVG: 'd3b7511e-d65a-45f9-b2a7-388ebe75ae87'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-ThinEx 710291" ,contentIds :{EOT: '9c47b40a-52f8-46a3-8feb-beed7927d4aa',WOFF: '4a38fa41-e7c2-48d1-8575-6e93a4a9880d',TTF: '01a9c1b8-7648-4ee9-afb6-874a2f542b7b',SVG: '234f6250-4a47-434b-855a-8307ede6100a'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-LtExt" ,contentIds :{EOT: '5ba464d0-2dd1-4258-b905-fbc064b62880',WOFF: 'ce0ead1e-4eb1-4535-898a-b801a2313639',TTF: '5b9a6f8c-0b7e-4c58-914d-e7bdfa970620',SVG: '73d71c74-a57d-44af-96cf-031046271dab'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-LtExtO" ,contentIds :{EOT: '8465964d-e6f5-4759-866b-d0c105b7bc25',WOFF: 'dffe5957-1502-4d32-a73e-8743d1f6c8b1',TTF: '636af9a7-2b5d-43e3-87b0-e3ad13d03e2e',SVG: '6dae9e0b-d9bd-4e71-b7cb-4cc3751f83aa'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01 53 Ext" ,contentIds :{EOT: '8fbe1c6a-a910-474d-ac42-8a2bc9249af4',WOFF: 'f3f4b1c8-520e-4141-9f6f-8e21a2857a9c',TTF: '774feb13-4351-429a-8c47-2bec5277e372',SVG: '929a2d07-7af1-4552-aa8a-ea9a9622f0af'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-ExtObl" ,contentIds :{EOT: '498c8295-4560-40a4-96e9-88aad31fdcc3',WOFF: '04790faf-ec50-42ef-b076-0cc373d87bc4',TTF: '904e5780-c5f5-4be7-be5c-a356c97855e9',SVG: 'fc34bf78-285d-48c2-9a5a-3fda681f3145'}, enableSubsetting : false}],selectorFontMap:{'b':'Memphis LT W01 Bold','.project_title':'HelveticaNeueW01-Thin','p':'HelveticaNeueW01-55Roma','.thumb_title.notag':'Memphis LT W01 Medium','.project_header':'MemphisLTW01-LightItali','h1 a':'Memphis LT W01 Bold','em':'MemphisLTW01-MediumItal','strong':'Memphis LT W01 Bold','h3':'Memphis LT W01 Medium','.footer a':'Memphis LT W01 Light','body':'HelveticaNeueW01-55Roma','h1':'Memphis LT W01 Bold','.nav_container.horizontal':'Memphis LT W01 Bold'},ck:'d44f19a684109620e4841470ae90e8182f0ee87a409fb740bdd79965212bc1a6e19326310bfabd0878a238faf3e21c1b3f1d60d4d6fd63678b3c86691bffe0e46a870d57fb294549b89f16a7242ce4d53609a7ee6d3a763ca7598cf970789a2ff3e904',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:'d4a6e5ef-563d-4f11-910c-e7fcd8496daa',EOD:null},fontloading:function(fontFamily, fontDescription){ for(var i=0; i";}if (/i(Pad|Pod|Phone)/.test(navigator.userAgent)) { var el = document.getElementById('mti_wfs_colophon'); if (el) { window.onscroll = function () { el.style.top = (window.pageYOffset + window.innerHeight - 40) + 'px' }; }}};setTimeout(function(){ MonoTypeWebFonts.cleanup(); }, 6000);