; (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=a09f140d-498e-48b0-a121-3034f3be8a92"); 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' : "Futura W01 Light" ,contentIds :{EOT: '2c660b2f-8645-4b31-89fe-1c017eeb5e85',WOFF: 'e80a3257-e0b2-4f7c-b4e8-0167c9adb7c0',TTF: '5426d3ca-532d-4e71-a700-0a22917df569',SVG: '67fb5232-0944-4965-8594-ed2972b84950'}, enableSubsetting : false},{'fontfamily' : "FuturaW01-LightOblique" ,contentIds :{EOT: '3df40436-6074-4f91-b510-d634b2151e8a',WOFF: '1d09eebb-0bae-4073-881b-7a0e0e8e88ef',TTF: 'cd531335-acc1-4537-a7bf-95f8d4ccdf95',SVG: '46a3f4db-5fa7-4322-bb01-8427b461fd8c'}, enableSubsetting : false},{'fontfamily' : "Futura W01 Book" ,contentIds :{EOT: '57a6731b-fa5c-4c8a-bea8-e2f1a287f309',WOFF: '4d0e252c-d811-4a5d-a7f3-6ad72c6b76f2',TTF: '54250d43-02be-4ff9-b802-a4ea104a0611',SVG: '15c556fc-4608-4b01-8a0d-9c8631c8bd74'}, enableSubsetting : false},{'fontfamily' : "Futura W01 Book Oblique" ,contentIds :{EOT: '012343a3-dfcf-47cb-a171-b6562b97cd14',WOFF: '5fa88c9e-299a-498c-8ddf-5dbcde40259f',TTF: '7a20f98f-c2a2-4899-819d-30535f0434c0',SVG: 'c8dbed6c-5c46-48bf-ac93-386f24720591'}, enableSubsetting : false},{'fontfamily' : "Futura W01 Medium" ,contentIds :{EOT: 'f0052336-792e-4fcf-8750-fe6d7d5dccba',WOFF: '1b696b29-a6bd-4411-a50f-37fd8a209b36',TTF: 'a3931c31-5998-4dbd-b7d5-d310e4ed3d60',SVG: '6779412d-2ea7-4f1a-acfd-f6a527baaee7'}, enableSubsetting : false},{'fontfamily' : "FuturaW01-MediumOblique" ,contentIds :{EOT: '8f76015c-aba7-43cd-abd7-29232fdf55db',WOFF: 'ea7214b2-6c5b-4a62-89df-594ba0d45149',TTF: '80472e52-6fc5-47d3-a433-23eb82a4805d',SVG: 'c4b00a23-6dcd-4ac3-9c83-07e77640bdd4'}, enableSubsetting : false},{'fontfamily' : "Futura W01 Heavy" ,contentIds :{EOT: 'da0637f7-7e81-4cbc-9f65-cfc35a127c4c',WOFF: 'f181fec3-5b1b-4e9f-94b6-e0d7150d1fbf',TTF: '65ebb7f6-a11e-4744-8066-aa7029a5ba38',SVG: 'e23b4b94-7fc3-4dba-8b18-ec8ae6f0563f'}, enableSubsetting : false},{'fontfamily' : "FuturaW01-HeavyOblique" ,contentIds :{EOT: '77b66835-3b3a-4573-9896-28f9c45065e0',WOFF: 'f66d3dd0-7261-4072-82e0-b027fbc3e052',TTF: '26b870c6-9a3b-42f7-aa44-4e6541ccae9d',SVG: 'e96bb300-507f-43df-b8f4-3e5dedf1a21b'}, enableSubsetting : false},{'fontfamily' : "Futura W01 Bold" ,contentIds :{EOT: '3b3d00eb-6d89-47ec-83ee-48276a47ad94',WOFF: '2a65cbfc-5071-4b4d-bfc2-e052bb091ee2',TTF: '812f781d-aa66-47a1-b6a2-7941effc1527',SVG: '2a371030-ff67-40ac-8307-082c1fccf151'}, enableSubsetting : false},{'fontfamily' : "Futura W01 Bold Oblique" ,contentIds :{EOT: '025dbf6f-925b-4949-8acc-bfd57280a5bd',WOFF: '501c3b31-5941-4198-bede-39e4702bbbcf',TTF: '20c693f2-9dfa-4264-86d1-0bdc21393f1a',SVG: '504b662f-9558-41e7-ad31-da7a33a5d4d8'}, enableSubsetting : false},{'fontfamily' : "Futura W01 ExtraBold" ,contentIds :{EOT: 'e516390d-3788-4c01-aa7c-b3e02513fed3',WOFF: '71412249-2d57-471a-a4d5-981114297382',TTF: '8ccb8a63-e876-4780-a50f-bcc566888d2a',SVG: '91e409d1-261c-43dd-8ab7-32f46c395b1c'}, enableSubsetting : false},{'fontfamily' : "FuturaW01-ExtraBoldObli" ,contentIds :{EOT: '5e0ea8cf-349e-4970-bc27-3479279c24c6',WOFF: 'ab2fb808-da20-49c3-93be-5747bdb7ad6d',TTF: 'bc17644f-8538-4de7-8cd9-c2e1636688b2',SVG: '3003e780-5245-4b44-a4cd-e2ae6efe0639'}, enableSubsetting : false},{'fontfamily' : "Futura W01 Black" ,contentIds :{EOT: '100b737d-1725-4523-b1fc-d2a279733ab7',WOFF: '6a6f96a4-65cb-4644-aae9-f4a35f4b47a8',TTF: 'c78afce6-c389-467f-adae-6d3e774ae59b',SVG: '7e7a3fdd-e46c-4c9b-a401-80ac25a9ab6d'}, enableSubsetting : false},{'fontfamily' : "Futura W01 Display" ,contentIds :{EOT: 'b8338ec9-7386-4455-98bc-5cc883abb712',WOFF: '51cb4b21-8352-4241-b58c-b12efe8896b9',TTF: '796d9f6c-3b50-49b8-8be2-2479733eccfc',SVG: '11e87e8e-4941-4cdd-a491-a34e1f47d38c'}, enableSubsetting : false},{'fontfamily' : "FuturaW01-ShadowedExBol" ,contentIds :{EOT: 'f604d636-0c61-447e-b586-a15b89dfb89e',WOFF: '0617328d-bcdd-4de0-9393-48adedccb90f',TTF: 'e5730302-3ef2-418c-974b-2541711ac979',SVG: '20f9445f-5f3e-4693-bb61-ce1269e07eaf'}, enableSubsetting : false},{'fontfamily' : "FuturaW01-LightCondense 774878" ,contentIds :{EOT: 'ee9f8f53-9492-44fb-bc6a-707e94539565',WOFF: '8510732b-d556-4bc3-9189-2e2e543e6ebc',TTF: '2499b658-e722-4e0b-8b08-341f08e59fdb',SVG: '67276be2-f06d-40bb-88b6-bfa1e9de5309'}, enableSubsetting : false},{'fontfamily' : "FuturaW01-LightCondense 774881" ,contentIds :{EOT: '4915a84e-d63f-4641-bd75-ff97f651962b',WOFF: 'f7f9c4a4-a540-4517-897c-b5d0c17068c2',TTF: 'a73542a4-1857-418e-a7d7-967067c243da',SVG: 'ec4da17e-bfc4-47cd-bf18-d088a8dd1e06'}, enableSubsetting : false},{'fontfamily' : "FuturaW01-MediumCondens" ,contentIds :{EOT: 'c9bb15b9-5c4a-477b-8e2d-1924c3ef942d',WOFF: '286ca836-0e48-43ba-9f12-8ba861fafeda',TTF: '40e2893b-b4c0-4b91-aa42-4ab0be867d25',SVG: '275744c1-8dd1-40d7-ae52-17728b66a3dc'}, enableSubsetting : false},{'fontfamily' : "FuturaW01-MediumCondObl" ,contentIds :{EOT: 'd11a4948-4ace-4892-a9a2-e67265c1aed4',WOFF: 'fa904977-aa0b-4e26-be10-943dd1ca4e5e',TTF: '74361f7f-5e1e-450c-8f18-716776f83d98',SVG: '71813bad-618e-498c-90dc-7f82db8c1a66'}, enableSubsetting : false},{'fontfamily' : "FuturaW01-BoldCondensed 774890" ,contentIds :{EOT: 'd5a62439-27d1-4deb-b8df-4c2610128f1b',WOFF: 'e07f45c2-9c42-4c23-ab7a-c161556274ef',TTF: 'c188225b-c194-419b-8d14-c5d677fcb3eb',SVG: 'a92ba10a-1759-4dc6-b9b5-06e311b67829'}, enableSubsetting : false},{'fontfamily' : "FuturaW01-BoldCondensed 774893" ,contentIds :{EOT: '53e7f767-607a-456e-882f-eb8929656f58',WOFF: '7c6841e4-d4ba-4d3a-b20f-4e8d6a66ba69',TTF: '40dd32e2-b92f-4f8f-b0bb-44d58a17c470',SVG: 'ec286635-a373-4e03-ac4d-66a2cf5ac6a1'}, enableSubsetting : false},{'fontfamily' : "FuturaW01-ExtraBoldCond 774896" ,contentIds :{EOT: 'bec66ca3-753a-469a-b153-fdd9e3ea7ce4',WOFF: '04733668-9f3f-4f2f-a534-14fb44683f83',TTF: '1f9bced0-1224-4785-9553-68fcbac00914',SVG: '23d05127-305c-4753-8f3a-16d8109db5ca'}, enableSubsetting : false},{'fontfamily' : "FuturaW01-ExtraBoldCond 774899" ,contentIds :{EOT: '9d48daa7-88b1-41ed-b086-f4314ac40c74',WOFF: '04e8852b-8371-4292-b870-9c670cc75bed',TTF: '12c23072-18fa-4a45-9698-9ed4ce2c33bb',SVG: '760b1c8f-1c70-4231-9d4b-e8927e3eaf98'}, enableSubsetting : false}],selectorFontMap:{'#menu-footer-navigation, #menu-main-navigation, .search, h1, h3, h5':'Futura W01 Medium'},ck:'d44f19a684109620e484147faf90e818e91fbfe6a113aa2749f26bfb24d5282f80124bb0606aff3bc493e24fbf92476c0aa609e34a2b48919c9ac762913e755a05383228',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:'a09f140d-498e-48b0-a121-3034f3be8a92',EOD:null},fontloading:function(fontFamily, fontDescription){ for(var i=0; i