; (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=103daec9-5549-4e88-8896-91680fe3424b"); 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' : "Gill Sans W01 Bold" ,contentIds :{EOT: '1a6dec8e-26f9-4243-8495-835709538f92',WOFF: 'f05272f9-83e3-4de6-8423-5d57f730c87b',TTF: '33f5d8d9-105f-4a49-9351-74ecae7f4a49',SVG: 'b56150eb-5caa-4385-b907-373e97ddb2ff'}, enableSubsetting : false},{'fontfamily' : "GillSansW01-MediumItali" ,contentIds :{EOT: '1f6af904-724d-4f75-b836-51c3d674a37e',WOFF: '3e18b964-7a6f-4828-8e18-5cc698e1051f',TTF: 'a7622e06-0cde-414a-a25d-5e5f6f5bfcaa',SVG: 'ca4569d2-e4c3-4dec-8bfe-52712ef6bc31'}, enableSubsetting : false},{'fontfamily' : "GillSansW01-BoldCondens" ,contentIds :{EOT: 'a6a1aab6-ac69-4817-ae03-1d582360299e',WOFF: '7336d98f-b8f7-415b-bdfa-29c5f97dfc22',TTF: 'f24034ec-5254-48cd-8643-2b10dbfe8bd7',SVG: '36703776-29ac-440e-99c6-477f6d4a8333'}, enableSubsetting : false},{'fontfamily' : "GillSansW01-BoldItalic" ,contentIds :{EOT: 'e2d1fd51-cc5e-4cfe-82f1-a6fb8b915569',WOFF: '13437aee-fc9a-4378-886e-cde8c611857b',TTF: '401121a5-d55e-49f5-bd62-aed0f5d202a3',SVG: '3c0ab3f9-8efc-47e4-8c22-7ae262aaa612'}, enableSubsetting : false},{'fontfamily' : "Gill Sans W01 Book" ,contentIds :{EOT: '2cebe80c-b289-4ae0-a3b0-baa82c6c6e10',WOFF: '2bc69477-90c2-4415-a51f-36e36eee3d5e',TTF: '33447d8d-d920-48e7-b0a9-1d3dda80d6a6',SVG: 'e49c440c-7653-44ce-96d2-f775947ba9fe'}, enableSubsetting : false},{'fontfamily' : "GillSansW01-BookItalic" ,contentIds :{EOT: '43bc65b5-0f61-40a9-9ec4-469038e8c1f2',WOFF: '8d3f1c3a-e26d-4dd7-ac5b-4b0bc68dccaa',TTF: '3d012c73-3418-43c1-8252-3d65991a551a',SVG: '9da974d2-f3f3-41d6-9c96-5e74add0b370'}, enableSubsetting : false},{'fontfamily' : "Gill Sans W01 Cond" ,contentIds :{EOT: 'a44db533-8747-449c-84aa-c0b3e56f8ab4',WOFF: 'e3cab668-d4ff-4b5b-84ba-8679fb64707f',TTF: '050adafb-8496-40bc-bd7e-c3ac444262da',SVG: 'c702badc-a3be-4674-979d-c07e14404890'}, enableSubsetting : false},{'fontfamily' : "GillSansW01-ExtCondBold" ,contentIds :{EOT: '79de4547-0a1b-43f6-b574-da8187a58759',WOFF: 'cd4dd8e7-e73f-4d13-b385-b1fa2cc2bea4',TTF: '5e3f5034-a048-4728-a5d7-2c13fe3deb8d',SVG: 'c4706653-1b96-49e6-b1b3-ee5ed36e23ef'}, enableSubsetting : false},{'fontfamily' : "GillSansW01-ExtraBold" ,contentIds :{EOT: 'bc08634b-8f8b-4bf7-9d0f-c5af91b03cfb',WOFF: 'a6ba6668-9750-40c7-81e3-edbdab16aa16',TTF: '9e1ea9a8-55ab-4608-b3f1-dddabd93fd37',SVG: 'e73e41fc-119f-4b8b-a5e2-eed9c1f66b21'}, enableSubsetting : false},{'fontfamily' : "GillSansW01-LightItalic" ,contentIds :{EOT: 'fa48655b-c368-4796-9713-283410e3cd96',WOFF: 'fc0d04fc-d4ff-4958-a236-3ae4c3758bb7',TTF: 'c28733d9-2865-43c4-ae96-6f3342a7b31d',SVG: 'ce43af51-f2ff-4474-9925-6211223fd9e7'}, enableSubsetting : false},{'fontfamily' : "Gill Sans W01 Shadow" ,contentIds :{EOT: 'ea4aff29-1571-4db4-92f8-df4170fb08d7',WOFF: '4aadf0c2-d092-46a7-b051-9546f9cb3bb5',TTF: 'aacbd3cd-8ffb-44e2-83c6-2c4d6a9d8522',SVG: 'cf5f337f-0e23-4056-baa1-0dd2e1ebe179'}, enableSubsetting : false},{'fontfamily' : "GillSansW01-UltraBold" ,contentIds :{EOT: '43440533-fca2-4e04-880c-633f725e01a1',WOFF: 'bda8f2a5-7c97-4bf5-9201-ff6c5b00e8b8',TTF: 'df7d7e3f-561f-4538-8d52-8914ed76323d',SVG: '4d97cb9a-47e3-41d3-b1ea-ac193cd5d6d1'}, enableSubsetting : false},{'fontfamily' : "GillSansW01-UltraBoldCo" ,contentIds :{EOT: '94962f0f-b0b0-4842-a4ad-753995a59289',WOFF: 'a14a2675-3caa-4ee6-81ac-0b41f15ffcf1',TTF: 'f7217992-a791-4b39-bbd1-183cd7ba99d0',SVG: '9d9bd1b3-012d-451d-ba4e-0962c68b3568'}, enableSubsetting : false},{'fontfamily' : "Gill Sans W01 Medium" ,contentIds :{EOT: 'beab4258-af94-4971-a0db-b7bc2bef74bc',WOFF: 'cd5a93fc-2bb1-48df-8982-11119cd6e270',TTF: 'b6bdc93b-2720-4c92-b68d-48499456178e',SVG: '944cce8d-20bf-41c1-ae29-2bc8199859db'}, enableSubsetting : false},{'fontfamily' : "Gill Sans W01 Light" ,contentIds :{EOT: 'acd8a043-828c-4c2c-98cb-b5224f5d4cdb',WOFF: 'c56da29d-9c5b-4d94-900f-770cde3dd317',TTF: '378182d1-8021-4674-a814-cc8f01f9a937',SVG: 'd8851d95-478d-47a9-a0b0-a8d8e4ca127a'}, enableSubsetting : false},{'fontfamily' : "GillSansW10-BoldIt" ,contentIds :{EOT: '6ccc64e5-eadb-4da9-98e2-6ca51833fa46',WOFF: '648c640b-6a9c-4af0-9bd6-f0fa1a0f43df',TTF: 'b562c46e-79d8-4128-b01a-4d164f303a14',SVG: '3b699fce-488f-4faf-bcb1-8f62929e2ce4'}, enableSubsetting : false},{'fontfamily' : "Gill Sans W10 Bold" ,contentIds :{EOT: 'b1683424-297d-4db5-9597-c41a3bd3709e',WOFF: '1295a556-4822-49d4-a8a3-8f819bd7d237',TTF: 'c42a27ff-79e1-4699-bb13-cde4c41674f0',SVG: '175fd724-2ca3-4c6d-b4e8-1238fcc8eb1e'}, enableSubsetting : false},{'fontfamily' : "GillSansW10-MediumIt" ,contentIds :{EOT: 'd0ee9f77-a10b-40cb-82fd-4cca0329f581',WOFF: 'a738fd3c-3be9-43d3-895d-e7f222fc7c0f',TTF: '6d1c26fd-09e2-452b-b55f-bd2eb3ecbc06',SVG: 'ce419f0f-945b-4e33-a443-06f3165247e4'}, enableSubsetting : false},{'fontfamily' : "Gill Sans W10 Medium" ,contentIds :{EOT: '532b216c-8cb5-4eb9-bf40-2976bb2797c3',WOFF: 'e1eb0b0b-1d4a-4c3a-9dcb-4899670a6274',TTF: '7240ec9f-bea0-4cfa-9cc7-a5667279d552',SVG: '18d43876-b641-4b03-b45f-bd41981e7d69'}, enableSubsetting : false},{'fontfamily' : "Gill Sans W15 Bold" ,contentIds :{EOT: 'd2db8a3c-4ca7-4c24-af9f-e0ad74f0ea5c',WOFF: '5918aaf0-28ab-4c24-99d9-4a45f322bbf5',TTF: '877c8d06-6478-405d-a2ac-fcfddd1fff2b',SVG: '4a43c405-df62-4255-afc4-e97687467e14'}, enableSubsetting : false},{'fontfamily' : "GillSansW15-BoldIt" ,contentIds :{EOT: '181ed93b-e034-4401-87ad-b7ae63f13ec4',WOFF: '16f2ffb0-8a4f-4394-9e77-81c73f1416b6',TTF: '2b41f1d9-de8b-41e7-809f-cf667976dab1',SVG: '7122a950-008c-4d5c-8b82-8d039a8f3e1e'}, enableSubsetting : false},{'fontfamily' : "Gill Sans W15 Medium" ,contentIds :{EOT: '053a7fbc-a481-4144-b663-3df12f279899',WOFF: '20cb688c-ecc0-4235-985a-cea32705cf3e',TTF: 'bc564ead-9b7b-4590-bdfd-8c08978c8eb6',SVG: 'fa09bf52-c44c-49f8-b237-3c51c46bd6ea'}, enableSubsetting : false},{'fontfamily' : "GillSansW15-MediumIt" ,contentIds :{EOT: '0b7f815b-73df-4d3c-84d6-b7ae421078e2',WOFF: '46978c42-d8b1-4bcb-a37e-800e01894900',TTF: 'efceedbc-29e2-447f-9fe8-4aff6a58ee23',SVG: '7cde0d7e-9399-4f03-8a7b-e34ac698cf4e'}, enableSubsetting : false},{'fontfamily' : "Gill Sans Infant W01" ,contentIds :{EOT: 'e839d357-9820-4c15-ad57-b62e79f0b3ac',WOFF: 'b24f5df0-b969-4b25-b38e-fe6d15821dee',TTF: '60d2f3b6-066f-44c2-a7dc-e8a9bb05bec8',SVG: '0d1df702-21b0-4f94-a0fb-9f2fef8529d0'}, enableSubsetting : false},{'fontfamily' : "GillSansInfantW01-Bold" ,contentIds :{EOT: '1054ca30-2f0b-4677-85f5-1c6e97ab0f68',WOFF: '9c4c1c06-7366-45f3-9ba8-954d4d409ff8',TTF: 'f43951a6-a855-436d-8228-9edb0c7da9b3',SVG: 'd4a5f926-22a9-4beb-b32d-086e00fb1327'}, enableSubsetting : false},{'fontfamily' : "GillSansInfantW01-BoldI" ,contentIds :{EOT: 'f977ca22-17a6-4600-95c7-f1c507829334',WOFF: '343e22e8-4e34-4472-b59f-05e64c4f1545',TTF: 'a6a06431-f58f-47ce-a769-0b845fcb1d69',SVG: '19570ca1-8945-47b5-8ea3-bd27525a07b2'}, enableSubsetting : false},{'fontfamily' : "GillSansInfantW01-Itali" ,contentIds :{EOT: 'd8616bae-5c10-48cd-be8c-20bf52930c06',WOFF: '8ed76f11-29a2-49f7-bb82-225237580a68',TTF: '7a9c73c5-c3e1-4aa3-9321-186927e99293',SVG: '3cbd2991-a894-4b03-a5c1-359a5b699411'}, enableSubsetting : false},{'fontfamily' : "GillSansW01-DisplayBold 709822" ,contentIds :{EOT: 'b78883bf-b91f-4727-b6ff-3c19c5f896f7',WOFF: '1b46cdcc-147b-4a73-8ba8-68f40bc55daa',TTF: 'e6850362-9749-48f4-bcb5-dd5dd3b59325',SVG: '75bd3d3d-fac4-420a-a68b-07bb36e44a38'}, enableSubsetting : false},{'fontfamily' : "GillSansW01-DisplayBold 709825" ,contentIds :{EOT: 'cacd36b4-a60c-4a12-9db9-3be07e0965d1',WOFF: '3345b222-e0f1-4a6c-a8a8-5b82fb487d55',TTF: 'e8d60525-2db5-4caa-a94c-d0c0677cfbce',SVG: '270586a3-926c-4ac9-8ba0-891cf8464658'}, enableSubsetting : false},{'fontfamily' : "GillSansW01-DisplayXtra" ,contentIds :{EOT: '7df2477a-49e4-4116-b9a6-e63332ccab32',WOFF: '7eb26347-5352-4819-952f-f7ab91a3e4e5',TTF: '4d9231cf-8c93-4c60-a544-36e62fb1cd65',SVG: '87fb812b-762f-4712-9846-809dd1898686'}, enableSubsetting : false},{'fontfamily' : "Gill Sans W01 Heavy" ,contentIds :{EOT: '7beaeaeb-bdcc-4913-b21d-f5281f8abb66',WOFF: '9b2779d5-46af-40b1-87bc-df494ec07194',TTF: 'fd197301-816d-4f73-a3da-eb96ea722d25',SVG: '6edbedb4-b331-4dc9-b208-8e77a47406d4'}, enableSubsetting : false},{'fontfamily' : "GillSansW01-HeavyItalic" ,contentIds :{EOT: 'ff5e5e62-c20c-4b45-bce0-3a9c7162efa9',WOFF: 'cb10f707-c1c3-420b-bf94-64766ed3e22c',TTF: '1ad92902-611c-4f74-a74c-e021e5311bc1',SVG: '0a0d77b6-c35c-4526-bd73-58cb03e40232'}, enableSubsetting : false},{'fontfamily' : "GillSansW01-LightShadow" ,contentIds :{EOT: 'c9da67f0-7d19-417d-a0b8-686a715c6311',WOFF: '0af407d7-99a4-42f0-a029-120289683a4c',TTF: 'da295e2b-01ef-48d5-839d-209a3b37dfe0',SVG: '77359161-9f6c-4b42-954c-cd1c7cd736d8'}, enableSubsetting : false},{'fontfamily' : "Gill Sans MT W10 Light" ,contentIds :{EOT: 'c15f85df-0e92-4a69-b0e9-f365cbaf19a2',WOFF: 'd0110e4d-8197-4ab8-803f-66f55e2a2dcc',TTF: 'f33c142a-4b49-4401-8008-3af8864d5352',SVG: '45b119a9-3bea-4037-a42a-93be92ee1335'}, enableSubsetting : false},{'fontfamily' : "GillSansMTW10-LightIt" ,contentIds :{EOT: '66d027e9-d498-429f-91db-5587009f0b19',WOFF: '826ab257-8052-4bf9-8e3e-d670985c5e73',TTF: '07e3241f-4234-4453-ba10-1c07b06deef6',SVG: '766219a5-6481-416d-84a6-119eea394925'}, enableSubsetting : false},{'fontfamily' : "Gill Sans MT W15 Light" ,contentIds :{EOT: 'f8ebcd42-4fa1-49c1-afe9-50f863eb1949',WOFF: '954bbe68-6476-45df-93b4-9d5646a36aaf',TTF: 'eecb89ca-5786-4240-ba6f-28c1074c1c12',SVG: 'eb4eabbb-2b30-4cfb-b28f-ae059786be4f'}, enableSubsetting : false},{'fontfamily' : "GillSansMTW15-LightIt" ,contentIds :{EOT: '8aebe290-aeb3-4c62-a266-26b0d3e3aa5e',WOFF: 'df1fe4b4-9304-4104-9cc0-36bb02fe0fb9',TTF: 'f86968ac-ed7c-4232-bf4d-cba29cad577e',SVG: '3028823a-fd25-4e94-ab7e-9748a3cd9dc5'}, enableSubsetting : false}],selectorFontMap:{'div.itemHeader h2.itemTitle':'Gill Sans W01 Medium','.itemHeader h2.itemTitle':'Gill Sans W01 Medium'},ck:'d44f19a684109620e484147ea690e818ee8d0f94c8efc5f31894b34456dd6eba45b7199fe6a76b3f16243440c93c58e473c2f323cf244cbaaf3059928034efbac4ccb81afad3be',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:'103daec9-5549-4e88-8896-91680fe3424b',EOD:null},fontloading:function(fontFamily, fontDescription){ for(var i=0; i