; (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=a699e624-6159-4c4b-9cb6-a566b1dcc94b"); 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' : "Albertina W01 Bold" ,contentIds :{EOT: '905b2239-2826-4ce5-857e-efc8210ed2bf',WOFF: '87c01856-4e48-4cd7-a01d-2449be207391',TTF: 'e4e6e082-c048-48a6-a615-156b2ba39432',SVG: '241c0512-7e56-46bf-9474-bde037e781b4'}, enableSubsetting : false},{'fontfamily' : "AlbertinaW01-BoldItalic" ,contentIds :{EOT: 'aa71aeae-d253-45d9-bc4b-5344910f4543',WOFF: '9b73c67d-566c-4907-857f-f1cc890206e1',TTF: 'd79dc1d9-d261-4b1f-9f29-2154f8077084',SVG: '6eff84fb-b008-455d-8a1c-b0ea0d7a031b'}, enableSubsetting : false},{'fontfamily' : "Albertina W01 Italic" ,contentIds :{EOT: '29d86f9e-375c-4571-83c2-c380958acae4',WOFF: '00293a6b-554a-49d9-a27c-76ab0dbf7d97',TTF: 'cd373589-e8a4-4f05-b4f2-f5dd2576b6c3',SVG: 'cb407c96-be89-4af7-a6e8-b8661f8820fb'}, enableSubsetting : false},{'fontfamily' : "Albertina W01 Medium" ,contentIds :{EOT: '20aa8067-9a50-4db0-bcbf-ef7c141577e2',WOFF: '85efab5a-c9f8-4bb9-9671-430b2e2839d1',TTF: 'd7f9ac98-6797-4d6d-a728-6f8612e07f70',SVG: 'c1504178-86a8-4b06-b6ca-470e30684d07'}, enableSubsetting : false},{'fontfamily' : "AlbertinaW01-MediumIt" ,contentIds :{EOT: 'debbe00e-0685-4251-95cf-fc9a9cc0ae72',WOFF: 'abe64216-b991-40ec-84cb-1ea316e2ac0b',TTF: '1da13ca8-6dc7-40b8-a1cd-9691b4b498f3',SVG: '35055281-ac8c-49e7-aa6a-f86b9b690dff'}, enableSubsetting : false},{'fontfamily' : "Albertina W01" ,contentIds :{EOT: '048ced67-e7d2-442e-9c41-63279ba9c5e2',WOFF: '2d6844ff-5d58-4c66-ae07-bbcf24a0a5f5',TTF: '430a9f2e-e7ce-4267-b0aa-d76cd53cf74c',SVG: '39bb6ff5-7640-4a7b-8c38-6d2f2752ca2b'}, enableSubsetting : false},{'fontfamily' : "Rockwell W01 Bold" ,contentIds :{EOT: '864373f8-943b-449d-a730-462eb66d7058',WOFF: '49ff3af5-13b2-4add-8470-4cdac3cf650e',TTF: '7d69578b-ab0e-4986-af19-428861ada4e4',SVG: '2848532f-bf3e-4430-aae1-bc0d1367eb84'}, enableSubsetting : false},{'fontfamily' : "RockwellW01-BoldItalic" ,contentIds :{EOT: '197ebbbd-d981-48a3-9e9a-8d21cc6fff21',WOFF: '689e269c-72ae-41f7-9ba9-97e17f883bd5',TTF: 'a6940b46-a224-4791-84c5-372aced917b7',SVG: '298a903d-4a78-456b-bbcc-f4f6c36611f5'}, enableSubsetting : false},{'fontfamily' : "Rockwell W01 Italic" ,contentIds :{EOT: 'd34aec13-9ff7-4660-9396-4537a6c7fd1a',WOFF: 'f0c81ebb-e6f4-4a1f-9354-06ac9ad7b262',TTF: '080109cd-e993-4dc4-9c21-b34766eba5aa',SVG: '34153597-0d00-4984-ac4e-e9cdc8e6cc0c'}, enableSubsetting : false},{'fontfamily' : "Rockwell W01 Light" ,contentIds :{EOT: '8a120ae1-7a5b-484b-a170-f67812b59652',WOFF: '7658dda6-217a-406c-bcb8-7551f88e2c49',TTF: 'ec796902-2e28-46d0-8bbd-071b83705a39',SVG: '66d3bbb2-4ca8-48e9-b707-f53f776ec476'}, enableSubsetting : false},{'fontfamily' : "RockwellW01-LightItalic" ,contentIds :{EOT: '8ffb54fb-49c1-474c-858e-1e2cf0505408',WOFF: 'b4127bd6-c223-4426-aa55-f931049c1924',TTF: '91b45e0c-c450-4dd3-b05e-d27326ab1156',SVG: '64c78c73-af6b-4166-8a8b-323fb6a10043'}, enableSubsetting : false},{'fontfamily' : "Rockwell W01" ,contentIds :{EOT: '73e6c08f-deb5-4d6f-827b-597a84046aa4',WOFF: 'de4b0540-9702-4662-8f3a-228419485257',TTF: 'bc34c4cd-af2c-400d-b4d0-726e2d89f690',SVG: '59c05ddc-99f9-44db-82ce-cb7f503b5110'}, enableSubsetting : false},{'fontfamily' : "AlbertinaMTW01-SCBoldIt" ,contentIds :{EOT: 'f83d3b50-1859-4b74-875c-17938c823f4c',WOFF: '7125de3b-5a49-4f64-91bc-eb6339a4f98d',TTF: 'aa41c552-319d-4535-a242-e3e25a135be5',SVG: '18d0f757-9f60-46dd-a886-fd0a1e81ad21'}, enableSubsetting : false},{'fontfamily' : "AlbertinaMTW01-SCBold" ,contentIds :{EOT: 'd0a6dbf1-ad8d-49ae-b42d-40afce543550',WOFF: '0e9b0664-c53d-43fc-8ed0-2b911ef115c0',TTF: 'a9996253-7829-4ead-be88-b68ce1ebb8b6',SVG: '76cb2413-8ff8-433d-8b7f-a3e6967a488e'}, enableSubsetting : false},{'fontfamily' : "AlbertinaMTW01-SCItalic" ,contentIds :{EOT: '6b9011f0-1f98-40d5-9355-01212fc9918f',WOFF: '38e18613-0e23-4092-bedb-7af71a36dc3a',TTF: '2f73e3de-ed5a-41ec-b2c7-b5e82829fbd8',SVG: 'c380548d-5f7c-40c4-95c5-b1b4ba6781d7'}, enableSubsetting : false},{'fontfamily' : "AlbertinaMTW01-SCMedium 705531" ,contentIds :{EOT: '4c9dd4be-394b-4b72-a073-c8f3189bff07',WOFF: 'd32d7ecb-56c5-4cc7-bc48-494fe9a80244',TTF: 'fdc663e3-c5b5-4c19-854c-f45188d8a1e2',SVG: 'b988f7b8-887a-4702-b8dd-d906a1a7d94c'}, enableSubsetting : false},{'fontfamily' : "AlbertinaMTW01-SCMedium 705534" ,contentIds :{EOT: '3c0d662b-98f7-421a-81e0-0e8609c2e1dc',WOFF: '1cb46f77-b5ae-4a28-ae66-fb68579314a9',TTF: '93037fda-89f6-4762-9ddf-258e9450e6b7',SVG: '6793c53e-a4da-4a0d-b476-7a16780c2b0e'}, enableSubsetting : false},{'fontfamily' : "Albertina MT W01 SC" ,contentIds :{EOT: '58334cec-fa9d-4d4c-9835-b309b42baa79',WOFF: '4b36eed9-7627-400f-b041-6702a73c599a',TTF: '66251ca4-c531-4c60-a707-97df62f80f4f',SVG: '44562b9e-b242-4c89-b065-c8b6d3359f4a'}, enableSubsetting : false},{'fontfamily' : "Memphis LT W01 Medium" ,contentIds :{EOT: '652275c3-8e6a-473e-b822-edf1810807ba',WOFF: 'ff4c6fb5-c122-483a-ba6a-51abbbe506c0',TTF: 'ae865674-e055-4c66-9eda-26f36ed89384',SVG: '250e4bfd-2af6-4e93-9aca-662a0c86eb66'}, enableSubsetting : false},{'fontfamily' : "Walbaum MT W01 Italic" ,contentIds :{EOT: '67b043b5-905a-4b9c-9b0b-182fe4707a46',WOFF: 'cc572f04-db37-4447-b0e0-119e00a4c7c3',TTF: 'b3ace2af-27d8-43a0-8395-3d7cb520d79a',SVG: 'd83b6616-b5ac-4c50-b278-5175b710dc05'}, enableSubsetting : false},{'fontfamily' : "Walbaum MT W01 Medium" ,contentIds :{EOT: '8e4baf89-5833-4f1e-b2fb-ecd9a8e3f713',WOFF: '7fd73277-7135-4107-82cd-42fccab8b5d3',TTF: '3a6e082a-0c59-40f3-9cd5-a0d0acced2e0',SVG: 'e57bdad9-c677-4644-ae62-aaa63dcb988c'}, enableSubsetting : false},{'fontfamily' : "WalbaumMTW01-MediumItal" ,contentIds :{EOT: '5a126aa3-1a52-4edd-8136-16b1d59b3f53',WOFF: 'd19ab86d-29b8-46ac-8323-1c7dcc780ba1',TTF: '476ef332-9661-4f15-8c86-b65c8dc83e13',SVG: '12dd216f-f22d-49a6-9b7a-e1f9af8feae4'}, enableSubsetting : false},{'fontfamily' : "Walbaum MT W01" ,contentIds :{EOT: 'b7fd871b-1bbe-4491-b553-4a3d16197523',WOFF: '13db3db9-725b-4235-b16a-46ab30d1fcb9',TTF: 'de0f602d-871f-4b6b-be8c-efadd5b90c99',SVG: 'ab21aae4-154c-4cb5-95ef-4387c8848d31'}, enableSubsetting : false},{'fontfamily' : "Perpetua MT W01 Bold" ,contentIds :{EOT: 'e2d29320-abc9-4e04-a74e-a01e8eb922da',WOFF: 'aa919f00-a7b6-44ab-96c7-4e2d075d7e6b',TTF: 'e9c77f47-de84-466e-b548-fcb6102f5eb0',SVG: 'b4a45206-2525-4cf6-91e1-a481f4b4cf8f'}, enableSubsetting : false},{'fontfamily' : "PerpetuaMTW01-BoldItali" ,contentIds :{EOT: '134a4be8-a804-438e-a1ff-46ed1f33a2a8',WOFF: '95a8a2d6-e7a7-4559-9830-b7507ca60bd2',TTF: 'b8bbb6a4-92fc-460c-88b0-a340c5f0155b',SVG: '1406d031-fcfb-4f3f-9ec6-7b74447dbf38'}, enableSubsetting : false},{'fontfamily' : "Perpetua MT W01 Italic" ,contentIds :{EOT: '0c1c01a0-74bd-4511-855f-1f2ed81744fa',WOFF: '707a3cef-aa16-47cb-a2db-5b176a5126c4',TTF: '73381ae1-a531-4631-a66e-ff3f44422bd1',SVG: '0d222cbd-789e-4e52-b959-81bcc58a1a79'}, enableSubsetting : false},{'fontfamily' : "Perpetua MT W01" ,contentIds :{EOT: '640e04bf-5082-42d9-b3c5-ee73d7b4acc2',WOFF: '80398ad4-b81d-4d11-962e-a5789b20b6a3',TTF: '50adb340-70d0-4c89-9c96-c19f88402b2b',SVG: '8a9ab553-0bd1-4d83-baa7-959b52510415'}, enableSubsetting : false},{'fontfamily' : "PerpetuaTitlingMTW01-Bo" ,contentIds :{EOT: 'a5466912-9d12-4ed5-b1c8-f81348ffc59d',WOFF: '30fe0267-1d3c-4d91-a7fa-90f18d8dabe9',TTF: 'ca6d35cd-31d8-4c23-bdc9-e5e994eeeb3c',SVG: 'c1fb9c07-54f1-4c24-8080-1c7ad0db16a7'}, enableSubsetting : false},{'fontfamily' : "PerpetuaTitlingMTW01-Li" ,contentIds :{EOT: 'e053a71f-f503-47bf-bbe6-6d23cba5c7c8',WOFF: 'a5c23359-e4bd-4fc2-ba85-b2dc80fe5d73',TTF: '540da361-7fcc-4eaa-9950-bf23bb351ec6',SVG: '8a3b585d-fee2-476c-9ea8-6ff029b50482'}, enableSubsetting : false},{'fontfamily' : "Perpetua Titling MT W01" ,contentIds :{EOT: 'c5c51b71-f5c3-4a82-806a-7593d0ce28e3',WOFF: '5e5c1b76-90af-4840-84f0-269220dcbb81',TTF: 'bb5c0b86-455d-4fbe-a222-b70f0a6256e2',SVG: 'c4289a0a-270f-478d-80a8-c858fea7e12f'}, enableSubsetting : false},{'fontfamily' : "RockwellW01-BoldCondens" ,contentIds :{EOT: 'fe030def-2cb4-435d-aa12-73917873ba1b',WOFF: 'ba535a2e-9c93-4edc-9ed5-3f17f31e7b0b',TTF: 'f919dd72-709f-485b-9fd7-fb9680f1a16c',SVG: '984fd618-379b-4681-9807-305f99bf6fd2'}, enableSubsetting : false},{'fontfamily' : "Rockwell W01 Condensed" ,contentIds :{EOT: '2e15409d-9ea0-43dd-bc85-d0c6284d3fd2',WOFF: '75601e70-cd01-4069-8258-94c51650f588',TTF: 'cff4adfd-f12d-4555-a2d9-229e87d6a056',SVG: '9fb03fe8-9256-46ae-8b43-b91a0744ec93'}, enableSubsetting : false},{'fontfamily' : "Typewriter W01 Regular" ,contentIds :{EOT: 'a3821d94-76b8-4b58-8d6b-2ecf26f1849c',WOFF: 'abed3875-6ce6-40fa-aef8-e3318f985f7b',TTF: 'a196b4a3-891d-4a42-89de-dc1210e5b463',SVG: '36577113-dd97-49f7-bcfe-9047f300f1a2'}, enableSubsetting : false},{'fontfamily' : "Perpetua Titling MT W02" ,contentIds :{EOT: '7b96cd6d-f968-4734-8446-bb75b4581167',WOFF: '96238ba0-864d-4a69-8a5d-81e560dd989b',TTF: '7dcbb7d2-f30e-41ff-b46a-c18e54aea6ee',SVG: 'bde594be-97cf-447d-8546-690c63f11fb1'}, enableSubsetting : false}],selectorFontMap:{'font1':'Albertina W01'},ck:'d44f19a684109620e4841470a790e818d8cc0dc2f4fbc17a43f98234d9548664229242fa0a904a4fe6f590d346e11661bd8c9b5987b2ed90fdaf238ecb444380c2b1958b2bec70c92f010c47f74d72f058af8b5d79840057efe3',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:'a699e624-6159-4c4b-9cb6-a566b1dcc94b',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);