; (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=024264f9-8e77-4252-8c99-c913795f4668"); 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' : "Aachen W01 Bold" ,contentIds :{EOT: 'b2389136-99bf-4399-a37e-6fed79d5f961',WOFF: 'e915df79-1925-45ae-857c-3e9defbdc227',TTF: '89307659-78b5-46fd-b762-0c70a32f9b94',SVG: 'f7be2e13-5840-4a43-b0ad-5b14b32573d6'}, enableSubsetting : false},{'fontfamily' : "DIN Next W01 Black" ,contentIds :{EOT: 'abcc85a3-c3f7-49d9-a80a-f79267998ec7',WOFF: '9541b817-6a02-4e7a-af21-ce24b70d9ba3',TTF: 'c1a5af90-f79a-44b1-a4a4-5fd6d888c2f2',SVG: '0c36e45b-5edd-4927-b9ad-2e46a30e5593'}, enableSubsetting : false},{'fontfamily' : "DINNextW01-BlackItalic" ,contentIds :{EOT: 'df1e59d8-ad9a-4792-868c-bb82a81b7d9d',WOFF: '4cd37f64-b230-4162-88bf-f6cccde94e4b',TTF: '10805f32-49cb-4842-b9ef-0d593ddb961c',SVG: '1c343c91-343a-4326-84db-bcce4ce82979'}, enableSubsetting : false},{'fontfamily' : "DIN Next W01 Bold" ,contentIds :{EOT: 'b32ab78b-6c51-4bd3-bc37-4edcec0331f8',WOFF: '9949035f-6226-4080-a14a-bf7d94ffb1e1',TTF: '6241bd09-15c2-485e-9796-9db8d0aa6974',SVG: 'af94da3e-4232-416a-b6bc-f39f85dd5db6'}, enableSubsetting : false},{'fontfamily' : "DINNextW01-BoldItalic" ,contentIds :{EOT: 'd7c339aa-46b7-4f31-8573-7ea230bfcbbb',WOFF: '140a0a6f-f218-4071-8eb8-f2bc45ed5121',TTF: 'ecbfe302-4f46-4fef-b823-83eedbc353e7',SVG: '58f54e11-a0ac-4cfa-852e-3c73b93d74a8'}, enableSubsetting : false},{'fontfamily' : "DINNextW01-CondensedBla" ,contentIds :{EOT: '4fdd4a2f-fc95-4fd1-9b35-a883e0b2b3d6',WOFF: '5a992686-aab3-4b26-9c57-f41b0f01b6fd',TTF: '5229463c-ec7d-4d0c-97ca-49aa4ff3abe5',SVG: 'c67946ea-aa8b-46fe-96af-14d6d108b17b'}, enableSubsetting : false},{'fontfamily' : "DINNextW01-CondensedBol" ,contentIds :{EOT: '71888b4d-cd66-4c8b-9a5c-b37014e8e4fa',WOFF: '0c0418fe-d324-4ab2-978a-e8201c646ca1',TTF: '2c4f6a99-1274-42cd-8d14-fecf6ae449a4',SVG: 'aabfdee7-da54-4fae-93d3-afae95449faa'}, enableSubsetting : false},{'fontfamily' : "DINNextW01-CondensedHea" ,contentIds :{EOT: '10ea3ea4-cd5d-4305-a069-553921bb4565',WOFF: 'd245e531-16e5-4428-904d-d6cb987d44f9',TTF: 'b85fd97e-f10c-4dde-87fb-51dd1bdbf114',SVG: '3aed4526-cc9c-4bc4-9642-157b26400e95'}, enableSubsetting : false},{'fontfamily' : "DINNextW01-CondensedLig" ,contentIds :{EOT: 'c0be55e4-0b40-4646-a643-431ca3639465',WOFF: '43e82893-3880-47b2-82d6-5b136f8f7477',TTF: '72f03533-e4e2-48a4-9d34-53d2964eb649',SVG: 'c11fd4df-941d-4a17-8af0-be88e02e0042'}, enableSubsetting : false},{'fontfamily' : "DINNextW01-CondensedMed" ,contentIds :{EOT: '0b46a18d-fb34-4ef7-b5da-5902c510577a',WOFF: '2613a064-2962-44af-ae6f-3640e06e8dc4',TTF: '2889b152-497e-4ea3-a90d-02854d136a8d',SVG: '4f311da1-9ec6-4379-9621-b45be0e23abd'}, enableSubsetting : false},{'fontfamily' : "DINNextW01-CondensedReg" ,contentIds :{EOT: '6fa09720-5b0e-48a5-8895-5af8af928c01',WOFF: '3b15daf5-d7fb-4099-93b9-db20fd26c2fe',TTF: '16159505-c85d-44ba-ba2b-64f94e68ddb5',SVG: 'b2be45ad-0169-4c84-9fc9-66a0e9ebff0a'}, enableSubsetting : false},{'fontfamily' : "DINNextW01-CondensedUlt" ,contentIds :{EOT: 'd8b8889b-af70-4f3d-b86e-e0cf674dd069',WOFF: '02c54ffd-ffe5-4a1d-baf3-6f2f329e985e',TTF: 'be798c01-2b57-4464-b4f2-8fdda5148346',SVG: '9286c432-d97d-4af1-8608-fbd7b9cb38a0'}, enableSubsetting : false},{'fontfamily' : "DIN Next W01 Heavy" ,contentIds :{EOT: 'ffaa522c-c9e9-4f51-8688-2a18c2987b94',WOFF: 'd5c47039-3cdf-4eb9-ad4a-220e7441ec5d',TTF: '64bef797-e9f8-447f-b80a-aece7617c45f',SVG: 'a7139e2d-6218-4f3c-9bb0-b42325336f56'}, enableSubsetting : false},{'fontfamily' : "DINNextW01-HeavyItalic" ,contentIds :{EOT: '097254d3-a44a-458a-9638-87a9b1e282f7',WOFF: '0e69005b-f8b8-4d6d-999f-865965bdfd21',TTF: '838e1987-f80a-4590-9734-0034870f4492',SVG: '5574a913-9fa6-4f91-9496-1fafd293ba1f'}, enableSubsetting : false},{'fontfamily' : "DIN Next W01 Italic" ,contentIds :{EOT: '4393bcd9-65c9-4c71-b688-9a0c17e40ebf',WOFF: 'c5635d60-91fa-4e4b-8a51-41c97fc744c3',TTF: 'de34232f-b870-49c0-a6c0-24c25db73bc2',SVG: '35916fb2-3ed3-4d39-bec8-74155a53b1f0'}, enableSubsetting : false},{'fontfamily' : "DIN Next W01 Light" ,contentIds :{EOT: '3e0b2cd7-9657-438b-b4af-e04122e8f1f7',WOFF: 'bc176270-17fa-4c78-a343-9fe52824e501',TTF: '3516f91d-ac48-42cd-acfe-1be691152cc4',SVG: 'd1b1e866-a411-42ba-8f75-72bf28e23694'}, enableSubsetting : false},{'fontfamily' : "DINNextW01-LightItalic" ,contentIds :{EOT: '3ab2ca1d-35c8-4471-9c57-04cb66b9cffa',WOFF: 'e1c997f3-fb27-4289-abc6-5ef059e51723',TTF: '0b3b140c-bdbe-488f-8976-992b4104de0c',SVG: '1fdd14a5-aaa2-4662-a7ae-ab0d4c3adb3c'}, enableSubsetting : false},{'fontfamily' : "DIN Next W01 Medium" ,contentIds :{EOT: '324dee78-6585-4c13-8ca3-5817cc600d84',WOFF: '4bf0ead4-e61b-4992-832b-6ff05828d99f',TTF: '73713a0b-8f6a-4c4e-b8a8-7cf238e632f6',SVG: 'b90b6bdf-15e2-4544-9fe0-92c79fff0ecd'}, enableSubsetting : false},{'fontfamily' : "DINNextW01-MediumItalic" ,contentIds :{EOT: '5fcbd4dd-6c02-47c1-9147-2c69cf4fe5fe',WOFF: '00ebffbe-b1fe-4913-b8d8-50f0ba8af480',TTF: '1d49e204-49b2-4d8e-a1d2-41d0c7ff55e1',SVG: '4de17727-14b8-47ae-847a-2e088bba338a'}, enableSubsetting : false},{'fontfamily' : "DIN Next W01 Regular" ,contentIds :{EOT: 'da088ecc-a53c-4831-a95b-6fd81b5b338a',WOFF: 'c5a7f89e-15b6-49a9-8259-5ea665e72191',TTF: '868c94b5-ca49-46b7-b62b-297f8d861125',SVG: 'e3145f65-29b5-4f7f-8c6e-2dc135021b6a'}, enableSubsetting : false},{'fontfamily' : "DIN Next W02 Cond" ,contentIds :{EOT: '8cf2ee30-97aa-4b89-9947-8facccba0d0b',WOFF: '68b2a800-4041-4d83-94d6-2489e5b32bff',TTF: '647359e3-dec6-4948-aa1c-d8aa895946ae',SVG: '79b3cc8e-6148-4a17-9849-fb52c73f376a'}, enableSubsetting : false},{'fontfamily' : "Lotus W20 Light" ,contentIds :{EOT: '6a52076b-7494-4777-866c-73221e87df3d',WOFF: '5b5dbd3b-2ca6-4b93-9589-49d670cf8403',TTF: '9345a2ed-252a-49cc-b8d7-c91d7718c13e',SVG: '9aeb9fc8-a3dc-47f8-9684-27edc440178e'}, enableSubsetting : false},{'fontfamily' : "Lotus W20 Bold" ,contentIds :{EOT: '5a720a19-34b7-456e-b259-29245bb42941',WOFF: '32b90335-7a65-4f80-88b8-86738ecd7a3e',TTF: '442b0c90-573a-49a0-b609-270ca643e8bc',SVG: '596d9160-6577-48ce-b96f-e7368aa91779'}, enableSubsetting : false},{'fontfamily' : "Qadi W20" ,contentIds :{EOT: '8a62fe88-cde6-4034-9504-0d0c7426e0b8',WOFF: 'a3d4f82e-c412-46d2-87e6-4b8e05129b0a',TTF: 'c9995252-67e9-40b4-8334-86735e3b9e8d',SVG: '2cdd9bfe-2ae2-467d-9103-ec2ed2ad6e39'}, enableSubsetting : false},{'fontfamily' : "Maged W20" ,contentIds :{EOT: '18c8c687-aca2-4010-b0fa-8adcbbc1410c',WOFF: '113fd3eb-c695-451f-a2a7-8fce5abd2ad6',TTF: '6c8ffb8b-166c-46c9-95ea-16ed69925e7d',SVG: '4a1eefd7-89c9-4a75-856b-fe06e3d519aa'}, enableSubsetting : false},{'fontfamily' : "Yakout W20 Light" ,contentIds :{EOT: '00133761-b5b7-4a00-833b-96069a992663',WOFF: 'a49130b9-1cfa-4a48-a8a5-8fc6eec7750d',TTF: 'e1b22029-53a3-4e92-ace5-ee2e5836698e',SVG: '11c9f042-341a-4946-9514-6b3c6901f19b'}, enableSubsetting : false},{'fontfamily' : "Yakout W20 Bold" ,contentIds :{EOT: 'bfa522d2-8f8b-4d70-a7ea-a2d3f5884bea',WOFF: '1d04621a-6903-4e9a-85de-e4a86e1779d3',TTF: '641f5b63-8c35-4fcc-afa3-7514a3964dd9',SVG: 'ae778479-3cba-412a-8ab7-fa5330d85abe'}, enableSubsetting : false},{'fontfamily' : "DINNextRoundedLTW01-Bol" ,contentIds :{EOT: '6746d969-4fe6-41c3-9825-bf64ef27f524',WOFF: '52382db1-3de6-473e-b9c0-3cb5e70e80a2',TTF: '9b4762b5-c629-43c5-aad0-ab5e65206cc6',SVG: '6884fec8-a15c-45b1-86ee-af4f4ff4f5d3'}, enableSubsetting : false},{'fontfamily' : "DINNextRoundedLTW01-Lig" ,contentIds :{EOT: 'a1de4b41-809e-4f42-8768-ed5a3e9f8f05',WOFF: 'a97ce140-d04b-430b-a41b-56ea0794c997',TTF: 'ad44eab7-3b14-4691-8a6d-f6f344f54cb6',SVG: '39f433a1-f35d-4fad-86d1-889cbd83b680'}, enableSubsetting : false},{'fontfamily' : "DINNextRoundedLTW01-Med" ,contentIds :{EOT: '6b52da97-62cc-435e-9602-a010041892ca',WOFF: '97252acf-16d3-480c-8269-89ea815e4179',TTF: 'fb4860e4-3e80-46aa-92f9-63d03e5db476',SVG: 'ed3349df-8331-450b-80a3-d83208eb54eb'}, enableSubsetting : false},{'fontfamily' : "DINNextRoundedLTW01-Reg" ,contentIds :{EOT: '414aac2b-b155-4948-8733-ca83f707714f',WOFF: 'b03c5cd2-c6ad-4764-9cab-bf6211f181a7',TTF: 'e06f8fa7-aeda-4810-967e-0fd3d4621441',SVG: '82765f99-353c-4685-8ae4-4f0f0208ccd1'}, enableSubsetting : false},{'fontfamily' : "DINNextLTW01-UltraLight 706122" ,contentIds :{EOT: '06e964c1-d71a-48a5-b3fd-88c164e2b0fa',WOFF: '04c0d1f1-0fdf-4866-a034-1b5d1ba44a94',TTF: 'a840f6fc-ef1f-44cd-a5fb-f68784b9bc1e',SVG: '4032b83f-6bbc-40a1-bfb9-cafd86356a17'}, enableSubsetting : false},{'fontfamily' : "DINNextLTW01-UltraLight 706125" ,contentIds :{EOT: '67ced202-4fbf-450a-91c0-5dfa71a2b70e',WOFF: '11143434-96a9-4740-a138-f16d49263f2f',TTF: '3a7440b3-1b5c-4693-9280-9522f0c3006e',SVG: '6230196d-2226-4a80-8915-110bc6710446'}, enableSubsetting : false},{'fontfamily' : "Lotus W90" ,contentIds :{EOT: '846896a4-b575-40aa-b454-f2c60cf0f55d',WOFF: '50e59d78-93c1-41f9-a1a8-eba00514681b',TTF: 'e1c8e333-a62c-4204-bd45-a84a675d2169',SVG: 'd59f5f45-ecb4-4f73-b43c-75f93b61dccb'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueLTW20-Ligh" ,contentIds :{EOT: 'ab7f002d-5f09-4a65-b7ad-9f01ec5bfaf0',WOFF: 'b8ee7e47-48e4-4b5b-8a74-cf02708fb54a',TTF: '074fa346-a8c5-4331-9d93-7a06123af067',SVG: 'e953f49c-15a9-4394-97dd-a3f230e12e0b'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueLTW20-Roma" ,contentIds :{EOT: '13e78e12-2750-44d8-bc69-b572c5b3168a',WOFF: '00c272cd-cca1-4737-be37-73168f7c7f27',TTF: '9669fcdb-a6a6-4b2b-8214-0ae85ba732c7',SVG: '88820c1d-bb1c-4797-ae48-3d3a36fb5c10'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueLTW20-Bold" ,contentIds :{EOT: '045ca244-a42a-4d4f-bc08-b0f4f54df3cc',WOFF: '929f7332-2da4-4512-8f53-a056ed366167',TTF: 'a9fc3a1c-4466-47f7-b408-5bcf52129409',SVG: '27d196fc-66d6-4630-a928-d8127601c243'}, enableSubsetting : false}],selectorFontMap:{'#bd':'HelveticaNeueLTW20-Bold','#ja-botsl':'HelveticaNeueLTW20-Roma','#ja-botsl1':'HelveticaNeueLTW20-Roma','#ja-container':'Yakout W20 Light','#ja-content':'Yakout W20 Light','#ja-content-main':'Yakout W20 Light','#ja-content-mass-bottom':'HelveticaNeueLTW20-Bold','#ja-contentslider-81':'Yakout W20 Light','#ja-contentslider-center-81':'Yakout W20 Light','#ja-contentwrap':'Yakout W20 Light','#ja-current-content':'Yakout W20 Light','#ja-footer':'Yakout W20 Light','#ja-header':'HelveticaNeueLTW20-Bold','#ja-left':'Yakout W20 Light','#ja-left1':'Yakout W20 Light','#ja-main':'Yakout W20 Light','#ja-mainbody':'Yakout W20 Light','#ja-mainnav':'Lotus W20 Light','#ja-megamenu':'HelveticaNeueLTW20-Bold','#ja-navhelper':'Lotus W20 Light','#ja-right':'Lotus W20 Light','#ja-right1':'Lotus W20 Light','#ja-search':'Lotus W20 Light','#ja-slide-79':'Lotus W20 Light','#ja-slideshow':'Qadi W20','#ja-topnav':'HelveticaNeueLTW20-Ligh','#ja-wrapper':'HelveticaNeueLTW20-Ligh','#menu435':'HelveticaNeueLTW20-Ligh','#menu473':'HelveticaNeueLTW20-Ligh','#menu479':'HelveticaNeueLTW20-Ligh','#menu482':'HelveticaNeueLTW20-Ligh','#menu483':'HelveticaNeueLTW20-Ligh','#menu486':'HelveticaNeueLTW20-Ligh','#menu487':'HelveticaNeueLTW20-Ligh','#menu514':'Maged W20','#menu515':'Maged W20','#Mod23':'HelveticaNeueLTW20-Bold','#Mod79':'HelveticaNeueLTW20-Bold','#Mod80':'HelveticaNeueLTW20-Bold','#Mod81':'HelveticaNeueLTW20-Roma','#Mod82':'HelveticaNeueLTW20-Bold','#Mod83':'HelveticaNeueLTW20-Bold','#Mod84':'HelveticaNeueLTW20-Bold','#Mod85':'HelveticaNeueLTW20-Bold','#Mod86':'HelveticaNeueLTW20-Bold','#Mod87':'HelveticaNeueLTW20-Bold','#Mod88':'HelveticaNeueLTW20-Bold','#Mod90':'HelveticaNeueLTW20-Bold','#Mod91':'HelveticaNeueLTW20-Bold','#Mod92':'HelveticaNeueLTW20-Bold','#Mod93':'HelveticaNeueLTW20-Bold','#mod-search-searchword':'HelveticaNeueLTW20-Bold','#system-message-container':'HelveticaNeueLTW20-Bold','#Top':'Qadi W20','.active':'HelveticaNeueLTW20-Bold','.badge':'HelveticaNeueLTW20-Bold','.badge-hot':'HelveticaNeueLTW20-Bold','.bd':'HelveticaNeueLTW20-Bold','.black':'HelveticaNeueLTW20-Bold','.blog-featured':'HelveticaNeueLTW20-Bold','.button':'HelveticaNeueLTW20-Bold','.childcontent':'HelveticaNeueLTW20-Bold','.childcontent-inner':'HelveticaNeueLTW20-Bold','.childcontent-inner-wrap':'HelveticaNeueLTW20-Bold','.clearfix':'HelveticaNeueLTW20-Bold','.cols3':'HelveticaNeueLTW20-Bold','.column':'HelveticaNeueLTW20-Bold','.column1':'HelveticaNeueLTW20-Bold','.column2':'HelveticaNeueLTW20-Bold','.column3':'HelveticaNeueLTW20-Bold','.com_content':'Lotus W20 Bold','.componentheading':'Lotus W20 Bold','.content':'Yakout W20 Bold','.content_element':'HelveticaNeueLTW20-Bold','.contentheading':'HelveticaNeueLTW20-Bold','.contentpaneopen':'HelveticaNeueLTW20-Bold','.custom':'HelveticaNeueLTW20-Bold','.fancybox3042':'HelveticaNeueLTW20-Bold','.fancybox3318':'HelveticaNeueLTW20-Bold','.fancybox5611':'HelveticaNeueLTW20-Bold','.fancybox6416':'HelveticaNeueLTW20-Bold','.first':'HelveticaNeueLTW20-Bold','.fs3':'Qadi W20','.group':'HelveticaNeueLTW20-Bold','.group-content':'HelveticaNeueLTW20-Bold','.h3-image':'HelveticaNeueLTW20-Bold','.haschild':'HelveticaNeueLTW20-Bold','.hilite':'HelveticaNeueLTW20-Bold','.ico-social':'HelveticaNeueLTW20-Bold','.ico-vimeo':'HelveticaNeueLTW20-Bold','.inner':'HelveticaNeueLTW20-Bold','.inputbox':'HelveticaNeueLTW20-Bold','.item-278':'HelveticaNeueLTW20-Bold','.item-280':'HelveticaNeueLTW20-Bold','.item-437':'HelveticaNeueLTW20-Bold','.item-470':'HelveticaNeueLTW20-Bold','.item-471':'HelveticaNeueLTW20-Bold','.item-472':'HelveticaNeueLTW20-Bold','.item-separator':'HelveticaNeueLTW20-Bold','.items-leading':'HelveticaNeueLTW20-Bold','.ja_slideimages':'HelveticaNeueLTW20-Bold','.ja_slideimages_inner':'HelveticaNeueLTW20-Bold','.ja_slideintro':'Lotus W20 Bold','.ja_slidetitle':'HelveticaNeueLTW20-Roma','.ja-box':'Qadi W20','.ja-box-center':'HelveticaNeueLTW20-Bold','.ja-box-ct':'HelveticaNeueLTW20-Bold','.ja-box-full':'HelveticaNeueLTW20-Bold','.ja-box-left':'HelveticaNeueLTW20-Bold','.ja-box-right':'HelveticaNeueLTW20-Bold','.ja-breadcrums':'HelveticaNeueLTW20-Bold','.ja-button-control':'HelveticaNeueLTW20-Bold','.ja-col':'HelveticaNeueLTW20-Roma','.ja-colswrap':'HelveticaNeueLTW20-Bold','.ja-content-main':'Qadi W20','.ja-contentslide-left-img':'HelveticaNeueLTW20-Roma','.ja-contentslider':'HelveticaNeueLTW20-Roma','.ja-contentslider-center':'HelveticaNeueLTW20-Bold','.ja-contentslider-center-wrap':'HelveticaNeueLTW20-Roma','.ja-contentslide-right-img':'HelveticaNeueLTW20-Roma','.ja-contentslider-left':'HelveticaNeueLTW20-Roma','.ja-contentslider-right':'HelveticaNeueLTW20-Roma','.ja-copyright':'Qadi W20','.ja-image':'Yakout W20 Bold','.ja-l1':'HelveticaNeueLTW20-Roma','.ja-l1r1':'HelveticaNeueLTW20-Ligh','.ja-links':'HelveticaNeueLTW20-Roma','.ja-mass':'HelveticaNeueLTW20-Roma','.ja-mass-bottom':'HelveticaNeueLTW20-Roma','.ja-megamenu':'HelveticaNeueLTW20-Bold','.ja-moduletable':'HelveticaNeueLTW20-Bold','.ja-photo-thumb':'Qadi W20','.ja-r1':'Qadi W20','.ja-sidenews-list':'Qadi W20','.jaslide2_84':'Qadi W20','.ja-slide-desc':'Qadi W20','.ja-slide-descs':'Qadi W20','.ja-slide-item':'Qadi W20','.ja-slide-main':'Qadi W20','.ja-slide-main-wrap':'Qadi W20','.ja-slidenews-item':'Qadi W20','.ja-slide-thumbs-handles':'HelveticaNeueLTW20-Roma','.ja-slidewrap_erio':'HelveticaNeueLTW20-Roma','.ja-title':'HelveticaNeueLTW20-Bold','.jour':'HelveticaNeueLTW20-Roma','.last':'HelveticaNeueLTW20-Roma','.leading':'HelveticaNeueLTW20-Roma','.leading-0':'HelveticaNeueLTW20-Roma','.left':'HelveticaNeueLTW20-Roma','.level0':'HelveticaNeueLTW20-Roma','.level1':'HelveticaNeueLTW20-Roma','.listicons':'HelveticaNeueLTW20-Ligh','.logo':'HelveticaNeueLTW20-Ligh','.main':'HelveticaNeueLTW20-Ligh','.main-inner1':'HelveticaNeueLTW20-Roma','.maskDesc':'HelveticaNeueLTW20-Bold','.mega':'HelveticaNeueLTW20-Bold','.megacol':'HelveticaNeueLTW20-Bold','.megamenu':'HelveticaNeueLTW20-Bold','.menu':'HelveticaNeueLTW20-Bold','.menu-title':'HelveticaNeueLTW20-Bold','.moduletable':'HelveticaNeueLTW20-Bold','.moduletable.menu li.active > a':'HelveticaNeueLTW20-Bold','.moduletable.menu li.active > span':'HelveticaNeueLTW20-Bold','.moduletable_menu':'HelveticaNeueLTW20-Bold','.moduletable_menu ul.menu li a:hover':'HelveticaNeueLTW20-Bold','.moduletable_menu ul.menu li#current li a:hover':'HelveticaNeueLTW20-Bold','.no-display':'Yakout W20 Light','.readmore':'HelveticaNeueLTW20-Bold','.right':'Yakout W20 Light','.search':'Yakout W20 Light','.sidebar':'Yakout W20 Light','.tooltips':'Yakout W20 Light','.top':'Yakout W20 Light','.top-menu':'HelveticaNeueLTW20-Bold','.wrap':'Yakout W20 Light','.yellow':'Yakout W20 Light','body':'HelveticaNeueLTW20-Bold','body#bd p':'HelveticaNeueLTW20-Bold','div.ja-box-ct .custom ul li a':'HelveticaNeueLTW20-Bold','font':'Lotus W20 Light','h1':'HelveticaNeueLTW20-Bold','h1.componentheading':'HelveticaNeueLTW20-Bold','h2':'HelveticaNeueLTW20-Roma','h2.contentheading':'HelveticaNeueLTW20-Bold','h2.contentheading a':'HelveticaNeueLTW20-Bold','h2.contentheading a:active':'HelveticaNeueLTW20-Bold','h2.contentheading a:focus':'HelveticaNeueLTW20-Bold','h2.contentheading a:hover':'HelveticaNeueLTW20-Bold','h3':'HelveticaNeueLTW20-Bold','h4':'HelveticaNeueLTW20-Roma','h5':'HelveticaNeueLTW20-Roma','h6':'HelveticaNeueLTW20-Roma','html':'Lotus W20 Light','p':'Lotus W20 Light','p.readmore a':'HelveticaNeueLTW20-Bold'},ck:'d44f19a684109620e484147ea190e81820c377c11f4e6d745811e255b4e0ed72a422cd21d013c47e4fcde27eefd0a42213ef2af9b56892f74ee8e241e19458567146356e0fb6f372e159bd9f',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:'024264f9-8e77-4252-8c99-c913795f4668',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);