; (function (window, document, undefined) { mti = {}; mti.J = 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.i = a; this.b = b }; mti.h.prototype.createElement = function (a, b, c) { a = this.i.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.i.createTextNode(c)); return a }; function j(a, b, c) { a = a.i.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.h.t = false; function r(a, b) { if (mti.h.t === true) b(); else if (a.b.getName() == "MSIE") { var c = a.i, d = false, e = function () { if (!d) { d = true; b(); mti.h.t = true } }; (function () { try { c.documentElement.doScroll("left") } catch (f) { setTimeout(arguments.callee, 50); return } e() })(); c.onreadystatechange = function () { if (c.readyState == "complete") { c.onreadystatechange = null; e() } } } else if (a.b.pa == "AppleWebKit" && a.b.oa < 525) (function () { if (["loaded", "complete"].indexOf(this.i.readyState) > -1) { b(); mti.h.t = true } else setTimeout(arguments.callee, 50) })(); else if (a.i.addEventListener) a.i.addEventListener("DOMContentLoaded", function () { b(); mti.h.t = true }, false); else window.onload = function () { b(); mti.h.t = true } } function s(a, b) { if (b.parentNode) { b.parentNode.removeChild(b); return true } return false } function t(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 u(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 w(a, b) { var c = ""; b = b.childNodes || b; for (var d = 0; d < b.length; d++) c += b[d].nodeType != 1 ? b[d].nodeValue : w(a, b[d].childNodes); return c } mti.h.prototype.getElementById = function (a) { return this.i.getElementById(a) }; mti.l = function (a, b, c, d, e, f) { this.wa = a; this.Ba = b; this.pa = c; this.oa = d; this.ya = e; this.ea = f }; mti.l.prototype.getName = function () { return this.wa }; mti.e = function (a) { this.b = a }; mti.e.f = "Unknown"; mti.e.la = new mti.l(mti.e.f, mti.e.f, mti.e.f, false); mti.e.prototype.parse = function () { return this.b.indexOf("MSIE") != -1 ? x(this) : this.b.indexOf("Opera") != -1 ? z(this) : this.b.indexOf("AppleWebKit") != -1 ? A(this) : this.b.indexOf("Gecko") != -1 ? B(this) : mti.e.la }; function C(a) { var b = F(a, a.b, /(iPod|iPad|iPhone|Android)/); if (b != "") return b; a = F(a, a.b, /(Linux|Mac_PowerPC|Macintosh|Windows)/); if (a != "") { if (a == "Mac_PowerPC") a = "Macintosh"; return a } return mti.e.f } function x(a) { var b = F(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, C(a), G(a, c) >= 6) } return new mti.l("MSIE", mti.e.f, "MSIE", mti.e.f, C(a), false) } function z(a) { var b = mti.e.f, c = mti.e.f, d = F(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 = F(a, a.b, /rv:([^\)]+)/); if (d != "") c = d } if (a.b.indexOf("Version/") != -1) { d = F(a, a.b, /Version\/([\d\.]+)/); if (d != "") return new mti.l("Opera", d, b, c, C(a), G(a, d) >= 10) } d = F(a, a.b, /Opera[\/ ]([\d\.]+)/); if (d != "") return new mti.l("Opera", d, b, c, C(a), G(a, d) >= 10); return new mti.l("Opera", mti.e.f, b, c, C(a), false) } function A(a) { var b = C(a), c = F(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 = F(a, a.b, /Version\/([\d\.\w]+)/); else if (d == "Chrome") e = F(a, a.b, /Chrome\/([\d\.]+)/); var f = F(a, c, /\d+\.(\d+)/); return new mti.l(d, e, "AppleWebKit", c, b, G(a, c) >= 526 || G(a, c) >= 525 && parseInt(f) >= 13) } function B(a) { var b = mti.e.f, c = mti.e.f, d = false; if (a.b.indexOf("Firefox") != -1) { b = "Firefox"; var e = F(a, a.b, /Firefox\/([\d\w\.]+)/); if (e != "") { d = F(a, e, /\d+\.(\d+)/); c = e; d = e != "" && G(a, e) >= 3 && parseInt(d) >= 5 } } else if (a.b.indexOf("Mozilla") != -1) b = "Mozilla"; e = F(a, a.b, /rv:([^\)]+)/); if (e == "") e = mti.e.f; else if (!d) { d = G(a, e); var f = parseInt(F(a, e, /\d+\.(\d+)/)), g = parseInt(F(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, C(a), d) } function G(a, b) { a = F(a, b, /(\d+)/); if (a != "") return parseInt(a); return -1 } function F(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.g = b; this.W = c; this.o = d || mti.c.B; this.n = new mti.A("-") }; mti.c.B = "mti"; mti.c.q = "loading"; mti.c.z = "active"; mti.c.C = "inactive"; mti.c.H = "font"; function H(a) { t(a.a, a.g, a.n.m(a.o, mti.c.q)); I(a, mti.c.q) } function J(a, b, c) { u(a.a, a.g, a.n.m(a.o, b, c, mti.c.q)); t(a.a, a.g, a.n.m(a.o, b, c, mti.c.z)); I(a, mti.c.H + mti.c.z, b, c) } function K(a) { t(a.a, a.g, a.n.m(a.o, mti.c.C)); I(a, mti.c.C) } function L(a) { u(a.a, a.g, a.n.m(a.o, mti.c.q)); t(a.a, a.g, a.n.m(a.o, mti.c.z)); I(a, mti.c.z) } function I(a, b, c, d) { a.W[b] && a.W[b](c, d) }; mti.ha = function () { this.ba = {} }; function M(a, b) { var c = []; for (var d in b) if (b.hasOwnProperty(d)) { var e = a.ba[d]; e && c.push(e(b[d])) } return c }; mti.p = function (a, b, c, d, e) { this.a = a; this.r = b; this.L = c; this.F = d; this.$ = e; this.X = 0; this.Q = this.aa = false; this.va = new mti.S; this.ra = new mti.j }; mti.p.T = "_,arial,helvetica"; mti.p.ga = "n4"; mti.p.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.p.ga]); this.X += b[f].length } if (c) this.aa = c; for (e = 0; e < d; e++) { f = a[e]; c = b[f]; for (var g = 0, h = c.length; g < h; g++) { var m = c[g], k = O(this, mti.p.T, m), o = this.L.M(k); s(this.a, k); k = f; var l = this.r; t(l.a, l.g, l.n.m(l.o, k, m, mti.c.q)); I(l, mti.c.H + mti.c.q, k, m); l = O(this, this.va.quote(k), m); if (o != this.L.M(l)) { s(this.a, l); J(this.r, k, m); this.Q = true; P(this) } else Q(this, this.$(), o, l, k, m) } } }; function P(a) { if (--a.X == 0 && a.aa) a.Q ? L(a.r) : K(a.r) } mti.p.prototype.na = function (a, b, c, d, e) { if (b != this.L.M(c)) { s(this.a, c); J(this.r, d, e); this.Q = true; P(this) } else if (this.$() - a < 5E3) Q(this, a, b, c, d, e); else { s(this.a, c); a = this.r; u(a.a, a.g, a.n.m(a.o, d, e, mti.c.q)); t(a.a, a.g, a.n.m(a.o, d, e, mti.c.C)); I(a, mti.c.H + mti.c.C, d, e); P(this) } }; function Q(a, b, c, d, e, f) { a.F(function (g, h) { return function () { h.call(g, b, c, d, e, f) } } (a, a.na), 50) } function O(a, b, c) { c = a.ra.expand(c); b = a.a.createElement("span", { style: "position:absolute;top:-999px;font-size:300px;font-family:" + b + "," + mti.p.T + ";" + c }, "Mm"); j(a.a, "body", b); return b }; mti.s = function (a, b, c, d, e) { this.a = a; this.Z = b; this.g = c; this.F = d; this.b = e; this.N = this.O = 0 }; mti.s.prototype.V = function (a, b) { this.Z.ba[a] = b }; mti.s.prototype.load = function (a) { var b = new mti.c(this.a, this.g, a); this.b.ea ? R(this, b, a) : K(b) }; mti.s.prototype.ta = function (a, b, c, d) { if (d) a.load(mti.J(this, this.xa, b, c)); else { a = --this.O == 0; this.N--; if (a) this.N == 0 ? K(b) : H(b); c.watch([], {}, a) } }; mti.s.prototype.xa = function (a, b, c, d) { var e = --this.O == 0; e && H(a); this.F(mti.J(this, function (f, g, h, m) { setTimeout(function () { f.watch(g, h || {}, m) }, 100) }, b, c, d, e)) }; function R(a, b, c) { c = M(a.Z, c); a.N = a.O = c.length; for (var d = new mti.p(a.a, b, { M: function (h) { return h.offsetWidth } }, a.F, function () { return (new Date).getTime() }), e = 0, f = c.length; e < f; e++) { var g = c[e]; S(g, a.b, mti.J(a, a.ta, g, b, d)) } }; mti.A = function (a) { this.ua = a || mti.A.fa }; mti.A.fa = "-"; mti.A.prototype.m = function () { for (var a = [], b = 0; b < arguments.length; b++) a.push(arguments[b].replace(/[\W_]+/g, "").toLowerCase()); return a.join(this.ua) }; mti.S = function () { this.da = '"' }; mti.S.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.da + d + this.da) } return b.join(",") }; mti.j = function () { this.ca = mti.j.ka; this.w = mti.j.ma }; mti.j.ka = ["font-style", "font-weight"]; mti.j.ma = { "font-style": [["n", "normal"]], "font-weight": [["4", "normal"]] }; mti.j.U = function (a, b, c) { this.sa = a; this.Aa = b; this.w = c }; mti.j.U.prototype.expand = function (a, b) { for (var c = 0; c < this.w.length; c++) if (b == this.w[c][0]) { a[this.sa] = this.Aa + ":" + this.w[c][1]; return } }; mti.j.prototype.expand = function (a) { if (a.length != 2) return null; for (var b = [null, null], c = 0, d = this.ca.length; c < d; c++) { var e = this.ca[c], f = a.substr(c, 1); (new mti.j.U(c, e, this.w[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.s(new mti.h(document, a), new mti.ha, document.documentElement, function (b, c) { setTimeout(b, c) }, a) } (); window.MonoTypeWebFonts.load = window.MonoTypeWebFonts.load; window.MonoTypeWebFonts.addModule = window.MonoTypeWebFonts.V; mti.I = function (a, b, c) { this.P = a; this.a = b; this.za = c; this.v = {}; this.K = [] }; mti.I.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) { var c = a.za, d = typeof b.currentStyle != "undefined" ? b.currentStyle.fontFamily : a.a.i.defaultView.getComputedStyle(b, null).getPropertyValue("font-family"); d = (d || "").replace(/^\s|\s$/g, "").replace(/'|"/g, ""); if (d != "") { var e = new RegExp(d, "ig"); for (i = 0; i < c.length; i++) { var f = c[i]; if (e.test(f.fontfamily.replace(/^\s|\s$/g, ""))) { var g; if (b) g = typeof b.currentStyle != "undefined" ? b.currentStyle.visibility : a.a.i.defaultView.getComputedStyle(b, null).getPropertyValue("visibility"); if (g != "hidden") b.style.visibility = "hidden"; a.K.push(b); if (f.enableSubsetting) if (a.v[d]) a.v[d] += w(a.a, b); else a.v[d] = w(a.a, b) } } } } function U(a) { var b = "img,select,option,script,noscript,iframe,object,style,param,embed,link,meta,head,title,br,hr".split(","), c = a.P, d = null; do { d = c.firstChild; if (d == null) { c.nodeType == 1 && a.indexOf(b, c.tagName.toLowerCase()) < 0 && T(a, c); d = c.nextSibling } if (d == null) { c = c; do { d = c.parentNode; if (d == a.P) break; d.nodeType == 1 && a.indexOf(b, d.tagName.toLowerCase()) < 0 && T(a, d); c = d; d = d.nextSibling } while (d == null) } c = d } while (c != a.P); b = false; for (p in a.v) { b = true; break } if (b) return a.v; return null }; mti.k = function (a, b, c, d) { this.G = a; this.b = b; this.a = c; this.d = d; this.Y = []; this.qa = {} }; mti.k.ja = "monotype"; var V = "TTF"; function S(a, b, c) { V = W(a); var d = a.d.projectId; if (d) { a.G["__mti_fntLst" + d] = function () { return a.d.pfL }; a.G.mti_element_cache = []; X(a); if (a.d.reqSub) { d = function () { var f = new mti.I(document.body, a.a, a.d.pfL), g = U(f); for (fontfamily in g) g[fontfamily] = Y(a, g[fontfamily]); a.G.mti_element_cache = f.K; Z(a, g) }; var e = window.MTIConfig || { isAsync: false }; if (e.isAsync === true) e.onReady = d; else r(a.a, d) } else { Z(a); q(a.a, function () { var f = new mti.I(document.body, a.a, a.d.pfL); U(f); a.G.mti_element_cache = f.K }) } c(b.ea) } else c(true) } function W(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.ya.toLowerCase())) c = "msafari"; a = a.b.Ba; b = b[c]; c = ""; for (p in b) if (parseFloat(a) >= parseFloat(p)) c = b[p]; return c } mti.k.D = 300; 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 }); j(a.a, "head", g); var h = "", m = false, k = {}, o = { TTF: "truetype", WOFF: "woff", SVG: "svg" }, l = V != null && V.toUpperCase() == "EOT"; for (i = 0; i < a.d.pfL.length; i++) { var v = a.d.pfL[i], n = v.fontfamily, D = v.contentIds; a.Y.push(n); if (b && b[n] && b[n].length > mti.k.D) { m = true; k[n] || (k[n] = []); var N = b[n], E = (N.length - 1) / mti.k.D + 1; E = Math.floor(E); for (var y = 1; y <= E; y++) { newFontFamily = n + "" + y; k[n].push(newFontFamily); b[newFontFamily] = N.substr((y - 1) * mti.k.D, mti.k.D); h += "@font-face{font-family:'" + newFontFamily + "';src:url('" + $(a, D, c, v.enableSubsetting, d, e, f, a.d.ck, newFontFamily, b) + "')"; l || (h += " format('" + o[V.toUpperCase()] + "')"); h += ";}\n" } } else { h += "@font-face{font-family:'" + n + "';src:url('" + $(a, D, c, v.enableSubsetting, d, e, f, a.d.ck, n, b) + "')"; if (!l) { v = D[V.toUpperCase()]; n = o[V.toUpperCase()]; v || (n = o.TTF); h += " format('" + n + "')" } h += ";}\n" } } if (m === true) { s(a.a, a.a.getElementById("mti_stylesheet_" + a.d.projectId) || {}); X(a, k) } if (g.styleSheet) g.styleSheet.cssText = h; else { a = document.createTextNode(h); g.appendChild(a) } } function X(a, b) { var c = a.a.createElement("style", { type: "text/css", id: "mti_stylesheet_" + a.d.projectId }); j(a.a, "head", c); var d = ""; for (i in a.d.selectorFontMap) { var e = a.d.selectorFontMap[i]; if (b && b[e] && b[e].length > 0) e = b[e].join("','"); d += i + "{font-family:'" + e + "';}\n"; d += "/*fout specific code:*/\n"; d += "." + mti.c.B + "-loading " + i + "{visibility:hidden;}\n"; d += "." + mti.c.B + "-active " + i + ", ." + mti.c.B + "-inactive " + i + "{visibility: visible;}\n" } if (c.styleSheet) c.styleSheet.cssText = d; else { a = document.createTextNode(d); c.appendChild(a) } } function Y(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, m, k) { var o = b[V.toUpperCase()], l = "http://"; if (window.location.protocol == "https:") l = "https://"; f = f.replace("http://", "").replace("https://", ""); g = g.replace("http://", "").replace("https://", ""); f = l + f; g = l + g; if (d) { url = g + "?"; if (e) url += h + "&"; url += "fctypeId=" + a.d.fctypeArray[V] + "&fcId=" + b.TTF + "&origId=" + o } else url = e ? o ? f + o + "." + V.toLowerCase() + "?" + h : f + b.TTF + ".ttf?" + h : f + "?fctypeId=" + a.d.fctypeArray[V] + "&fcId=" + o; url += "&projectId=" + c; if (k) url += "&content=" + escape((k[m] || "") + "giMm"); if (V != null && V.toUpperCase() == "SVG") url += "#" + o; return url } mti.k.prototype.load = function (a) { a(this.Y, this.qa) }; mti.ia = function (a) { this.u = a }; mti.ia.prototype.protocol = function () { var a = ["http:", "https:"], b = a[0]; if (this.u && this.u.location && this.u.location.protocol) { var c = 0; for (c = 0; c < a.length; c++) if (this.u.location.protocol == a[c]) return this.u.location.protocol } return b }; mti.R = function (a, b) { this.a = a; this.d = b }; mti.R.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()); j(this.a, "head", this.a.createElement("Script", { type: "text/javascript", src: b })) } }; MonoTypeWebFonts.V(mti.k.ja, function (a) { var b = (new mti.e(navigator.userAgent)).parse(), c = new mti.h(document, b); window.MonoTypeWebFonts.BannerHandler = new mti.R(c, a); return new mti.k(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);for(i = 0; i < window['mti_element_cache'].length; i++){window['mti_element_cache'][i].style.visibility = "";}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=1fb127d8-421f-487c-ad57-55914bd17394"); 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-UltLtC 673371" ,contentIds :{EOT: '3345539a-5527-4641-bca2-fa42b579c9ed',WOFF: 'ed81998a-20f5-461f-8ae8-b2d1c4feec2a',TTF: 'ea4682a4-ca47-43c0-a7af-aa3d4c3df6c8',SVG: 'dc47192b-c265-43dd-8513-6a8d3bf3c186'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-UltLtC 673374" ,contentIds :{EOT: '024cf5cb-32dc-4063-9838-9580b205338a',WOFF: '96fca99f-d03c-4e52-99bf-2128f97b3007',TTF: 'c7a64d57-bb2b-41d9-81f3-d168da918abf',SVG: 'e02edb6e-3a04-44e9-a714-1d0d3587c857'}, 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-ThinCn 673383" ,contentIds :{EOT: '08e2b89e-9853-40e2-b409-05538c48390b',WOFF: '3d0bfb88-4887-4fd3-a16f-34ae15cbfe25',TTF: '007ff3cd-c6c5-4d33-8458-99c3d6fc8598',SVG: '67ccdd14-5fcd-479c-9829-ec39a60795fa'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-ThinCn 673386" ,contentIds :{EOT: '980df724-09f2-4cbb-b493-f682b8c6c590',WOFF: '2906fb00-117f-4f5d-8e80-5c0658969b92',TTF: '1e030520-a37b-4e02-b7cd-d514be1cbebb',SVG: 'fca2f769-a4e5-4857-a18c-c435c3b7025f'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-BlackI" ,contentIds :{EOT: '096bafb1-2cd4-481a-afcb-6c29451716ee',WOFF: 'ab0dc397-a22d-42cc-beb7-bf19fa4a3247',TTF: '0f0830f6-1ac2-40b7-867f-6972df0942b8',SVG: '3ac87e19-4e9f-4a77-9939-71fd8741ba77'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-BlackC" ,contentIds :{EOT: 'eaf176be-8d1a-4938-a936-c4a1b29a9f6d',WOFF: '276f9a92-d418-46c3-adec-af917fde9a18',TTF: '1505593c-c09b-40f0-a192-cfcf2f2d956e',SVG: '597d343c-6344-4af7-9171-a1edc046a0ed'}, enableSubsetting : false},{'fontfamily' : "Cochin W01 Italic" ,contentIds :{EOT: '57bfbe60-875b-41cd-b825-1826ece298d7',WOFF: '033da46a-b55f-43ce-9ce7-1a0e8d6a45bc',TTF: '03cd465b-92c4-4a13-aecd-3dd45e8d6a6f',SVG: 'eede8266-244e-473f-aac1-5b25d0b5ee2b'}, 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-47LtCn 692686" ,contentIds :{EOT: '7de6b03f-1298-4bc2-89af-9d9da594008d',WOFF: '42aacb2f-222e-46f5-a95a-1c22948ee0d1',TTF: '217a2f81-1e65-4924-a0d4-05ac8576f883',SVG: '5405647d-099e-47f7-9d4a-f8692e57a206'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-47LtCn 692689" ,contentIds :{EOT: '08bfcfa5-cfb6-462a-8047-8398a026a60e',WOFF: 'aa6913f7-e674-4d61-973b-002422ac447e',TTF: '857b0b99-c6b3-4ad8-a049-28506caba502',SVG: 'af9d9c5b-b4f4-4d6f-9809-26fb6a2bb794'}, 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-57Cn" ,contentIds :{EOT: 'ecaa98fe-425a-42de-846b-c235f0dbc449',WOFF: '842088d0-1ae2-40d0-8561-3c95761ba7a6',TTF: 'c74505d5-13e8-47ed-94a8-630aab4da3e6',SVG: '6cd480d1-47d0-48b4-86bd-283db2cb9235'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-57CnOb" ,contentIds :{EOT: 'fe7d63fc-e92b-4a46-b4f4-fd73aefeede6',WOFF: '62667cf4-401a-4878-83c9-4cfabc21ac51',TTF: 'e7e2d460-5cf5-4bd1-b1a3-efdb8490bc94',SVG: 'b11cea27-f24b-43bf-a74f-f69ae0ef7fa7'}, 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-67MdCn 692710" ,contentIds :{EOT: '3a605871-b94d-4161-a394-bb2cfc975df7',WOFF: 'aef05e22-e1d4-4e59-bc2e-a71c13c26cca',TTF: 'b785b1cf-24fa-44c9-8c93-d8e2d6912c47',SVG: '5ab0c585-fb4b-43d9-abb0-b92f452b1284'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-67MdCn 692713" ,contentIds :{EOT: '0a98bfe2-0b00-4033-8edf-4a77862a203b',WOFF: '08168171-ce66-4a8c-ae2c-720f44ea63ea',TTF: 'd9b14ee9-cc93-4033-894c-cb00960ace98',SVG: '5f8c937b-8250-40b4-a74f-356cbc41ac9a'}, 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' : "HelveticaNeueW01-77BdCn 692722" ,contentIds :{EOT: '83d5bc89-af33-46a9-8fe3-15d87784f50e',WOFF: '102ab74c-0e84-4fe5-a17a-b20fb643591a',TTF: '1d146b29-55e2-485b-96aa-5cb628e7e9eb',SVG: 'd90b3358-e1e2-4abb-ba96-356983a54c22'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-77BdCn 692725" ,contentIds :{EOT: 'da1caa74-3384-442b-9cf3-c7c71ea54b37',WOFF: '5287baae-f2f0-48f7-98bd-ec2986854951',TTF: 'e6ab5bf0-c0a7-4aeb-a5d0-50177e6b354b',SVG: '38074018-c2af-4832-8ffa-02293e606fb7'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-85Heav" ,contentIds :{EOT: 'bb37f770-d450-4f24-af2b-3a81bf640315',WOFF: 'a0d9d2cb-f057-4e8d-a957-27853630f58e',TTF: '54085041-5049-4b91-939c-49980c66abab',SVG: '7a48747c-74f2-49a8-bb65-1c522d4aa618'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-86Heav" ,contentIds :{EOT: '2daec1fd-cd45-448e-b86e-ec73aacdb4ec',WOFF: 'eb32ec0b-c520-4a30-8777-e19326236901',TTF: '2d92bb71-9a10-499c-954f-8b61e8dd47f1',SVG: 'e425d5b6-a4c5-4e1c-b29a-9a5b467b9645'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-87HvCn 692734" ,contentIds :{EOT: '3d1a3114-ffd3-4f16-99c5-0e0441676d88',WOFF: '33bb86d1-8adf-454e-aee3-ca1c89445476',TTF: '921ef834-872c-4460-ac11-f5fbcac9fa2d',SVG: '9d3bb5f2-6932-419e-a56f-382131ffd4b8'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-87HvCn 692737" ,contentIds :{EOT: '87ddbdde-49a7-4df2-a599-8bca51a40120',WOFF: '6f4f41f2-18c9-493a-9227-296fb66e26bc',TTF: 'ff8f917b-bb43-402a-8960-f2cce8961904',SVG: '96f398dd-5e2b-4830-9362-0bdd7b0743f4'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-95Blac" ,contentIds :{EOT: 'b26ccb58-f2e3-47aa-a83a-02861bf54862',WOFF: '74649485-cd74-443e-9d54-331ccd448900',TTF: 'feb77f4f-9e6b-4f88-909a-66199fd402ed',SVG: '2e490192-e531-4236-9c55-90daaad4a34e'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-97Blac" ,contentIds :{EOT: '7d437e5f-fe70-4acd-968d-ed4beaaf6183',WOFF: 'a6949d17-6d8e-42ab-8032-2d9cb114c1b4',TTF: '843152a1-f5b5-4cbf-a5d3-e9ccaccddd2a',SVG: '0fd53488-84fc-474e-b665-23a72ffda266'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-XBlkCn 710276" ,contentIds :{EOT: '978fc490-bc85-49a5-a85d-d28703cdeb3b',WOFF: '58310d61-40ac-4464-b817-30d9e9deb3bb',TTF: '96017e22-70f3-4c82-9620-352a5f107d90',SVG: 'd7282731-5798-4d1c-90ae-efbd49632898'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-XBlkCn 710279" ,contentIds :{EOT: '32e58334-5b2e-4812-a05d-01797d67a56f',WOFF: '57c64de9-ee40-4809-8093-d22fe6f1531f',TTF: '875b83e0-53de-4643-b157-3ea90e2e634b',SVG: '84cddb2f-a7bd-46a2-9e41-3926014b7a2e'}, 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},{'fontfamily' : "HelveticaNeueW01-MdExt" ,contentIds :{EOT: '810b0284-a2dc-493c-ab30-f88745c2e4fd',WOFF: '6caf1719-afb6-4b59-bb74-f10b72aa79e4',TTF: '96e3360b-50c6-4ef1-a799-1a85f44266f8',SVG: '6ac28e4f-cae9-497e-bc0e-c8bdf93c9385'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-MdExtO" ,contentIds :{EOT: '4fed09a4-1473-4c5a-894b-21aa04177681',WOFF: 'b515857f-6390-4f90-8b3b-865881f68272',TTF: 'e09179c3-9766-4895-b727-61c859a2ea55',SVG: 'b62b7951-01d1-42a0-91f9-e17df2c9cf16'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-BdExt" ,contentIds :{EOT: '7d6c3b9e-86b7-44dd-9e46-8ab30da85834',WOFF: 'a0cf2f5e-c70c-45a8-a420-4143b3afb187',TTF: 'c7acfb18-afc1-4a67-a281-baa1130b7baa',SVG: '3799441c-73d4-4e5f-8a55-456233b45f0e'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-BdExtO" ,contentIds :{EOT: '4bea2499-e4f1-4c20-8803-361a52271050',WOFF: '157863ca-ef39-40fc-bb48-5e609f2786fc',TTF: '5726e908-0605-4019-93c0-133681439183',SVG: 'f43f7a83-efb1-418b-9b6e-3bed321eaee1'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-BdOutl" ,contentIds :{EOT: '07cd25f5-37c7-4413-90bf-7f71fff4201d',WOFF: '242e7dbb-e29a-4b5c-89c9-ac88895aaa97',TTF: '63ef5c81-7ba4-431c-9722-c3b53f1327f0',SVG: '94954111-3cea-4dbf-8508-a74853766dfc'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-HvExt" ,contentIds :{EOT: 'af7dcddf-daeb-4e4f-abfa-a4b0962181b9',WOFF: 'e8725b2b-4b0e-462e-af9f-bc97c85ac34c',TTF: '066d4561-f7a8-4015-a654-efe87079ee42',SVG: '29e08438-cbdc-4f0f-bfa8-6627e1ecd734'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-HvExtO" ,contentIds :{EOT: 'b3aae76d-c278-49d8-9f5c-0c91c811194b',WOFF: '14af27b3-cf2a-4c5f-8523-2b60ee524a3c',TTF: 'b5f147e4-ef7e-466b-94fd-3a06823b07c6',SVG: '9a6d3af4-e3cf-4603-9b94-917bf985818d'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-BlkExt 710327" ,contentIds :{EOT: '4717db0f-05eb-4987-b94e-ff59e380eb92',WOFF: 'ffd68cca-c3c9-429f-b698-a01015e1ec7c',TTF: '68441f65-0a50-473f-82e3-04ce4de7458a',SVG: '1e66b4f9-b78f-4f71-a2cf-78a06b5511b9'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-BlkExt 710330" ,contentIds :{EOT: '22f4f62b-9114-42f4-a875-ce1a702eed1b',WOFF: '5014a5aa-cc04-40c5-b9e0-b3bd306fad9d',TTF: 'ba37db01-4a3f-4a26-b3f5-8354cc1a6263',SVG: '0add7892-5c61-4d23-82cc-6e7c2687380d'}, enableSubsetting : false}],selectorFontMap:{'h1':'Cochin W01 Italic'},ck:'d44f19a684109620e484147eaf90e8185edd66a41b648a2a81735151cd21010ebbfe6efec3fd4bef336494e78bd6d0af57b117283107209dd9a84ef2cdf46c4abb6d28b67b932436d588f1bcfc83',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'}, msie: {'4' : 'eot', '9' : 'woff'}, mozilla: {'3.5' : 'ttf', '3.6' : 'woff'}},fctypeArray:{'ttf':'1','eot':'2','woff':'3','svg': '11'},projectId:'1fb127d8-421f-487c-ad57-55914bd17394',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);